<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style><style type="text/css"></style><style type="text/css"></style>
</head>
<body fpstyle="1" ocsi="0" style="">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Jerl,
<div>We work with Meteosat data in full disk projection and it's a bit of a headache! Try these commands in GDAL and see if they work for you:</div>
<div>
<div><br>
</div>
<div>gdal_translate -a_srs  "+proj=geos +a=6378169 +b=6356583.8 +lon_0=9.49 +h=35785831" -a_ullr $up_left_x $up_left_y $low_rig_x $low_rig_y $INFILE $TEMPFILE</div>
<div>gdalwarp -s_srs '+proj=geos +lon_0=9.49 +h=35785831 +x_0=0.0' -t_srs '+proj=latlong +datum=WGS84' -tr 0.01 0.01 -te 0 20  70 70 -order 3 <span style="font-size: 10pt;">$TEMPFILE $OUTFILE</span></div>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div><span style="font-size: 10pt;">Just remember to change the +lon_0 to whatever you need for GOES. Also change the -tr and -te for gdal :-) You can also add +lat_0 but to be honest I never found it made a difference (perhaps it is ignored?)</span></div>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div><span style="font-size: 10pt;">Cheers,</span></div>
<div><span style="font-size: 10pt;">Simon</span></div>
<div><br>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF211361" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>Fra:</b> gdal-dev-bounces@lists.osgeo.org [gdal-dev-bounces@lists.osgeo.org] på vegne af Jerl Simpson [jsimpson@wxtrends.com]<br>
<b>Sendt:</b> 28. oktober 2013 16:17<br>
<b>Til:</b> gdal-dev@lists.osgeo.org<br>
<b>Emne:</b> [gdal-dev] Satellite projections<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Hi guys:<br>
<div><br>
</div>
<div>I have a few data sets that come from the GOES satellites (Full Disk) and a couple others.  I can use one of the SSEC's programs to convert from their format to a netCDF.  No useful SRS info comes along in the conversion.</div>
<div><br>
</div>
<div>I've applied an SRS to them using gdal_translate and PROJ.4 that looks like:<br>
<br>
"+proj=ortho +lon_0=-79.8 +lat_0=.208"  (lon/lat is the position of one of the satellites)<br>
</div>
<div><br>
</div>
<div>(I've also tried):</div>
<div>+proj=ortho +datum=WGS84 +ellps=WGS84 +lon_0=-79.8 +lat_0=.208<br>
</div>
<div><br>
</div>
<div>I'm wanting to get them into EPSG:4326.  When I do this, I end up with corner coordinates of a very small area just below the satellites position.  </div>
<div><br>
</div>
<div>Does anyone have an suggestions that might help me warp this into position?  I'm sure there's something obvious that I'm missing.</div>
<div>I found this page, and the copied/pasted bit about the projection, but my attempts have not been successful.</div>
<div><br>
</div>
<div><a href="http://www.gdal.org/frmt_msg.html" target="_blank">http://www.gdal.org/frmt_msg.html</a><br>
</div>
<div>
<div><i>Georeference and Projection</i></div>
<div><i><br>
</i></div>
<div><i>The images are using the Geostationary Satellite View projection. Most GIS packages don't recognize this projection (we only know of ILWIS that does have this projection), but gdalwarp.exe can be used to re-project the images.</i></div>
</div>
<div><i><br>
</i></div>
<div>Thanks!</div>
</div>
</div>
</div>
</div>
</div>
<br clear=all> 
</body>
</html>