<font face="courier new,monospace">Yes, that is correct, that was a cut and paste mistake. You should not need either -s_srs or -t_srs.<br><br>kss<br clear="all"></font><br>-Kyle<br>
<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 9:44 AM, Bill Hudspeth <span dir="ltr">&lt;<a href="mailto:wbhk@unm.edu">wbhk@unm.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Thanks for the input Kyle. Just a quick question. In the second<br>
operation using gdal_translate, you indicate an -s_srs of EPSG:4326 for<br>
the *.vrt file. Wasn&#39;t the vrt file written in the Lambert projection in<br>
the first step? And if so, the second step could probably be done<br>
without having to specify either s_srs or t_srs?<br>
<br>
Is this true?<br>
<br>
Thanks again, Bill<br>
<div><div></div><div class="h5"><br>
On Tue, 2010-03-02 at 11:36 -0700, Kyle Shannon wrote:<br>
&gt; Bill,<br>
&gt;<br>
&gt; It may be necessary to create an intermediate file that supports<br>
&gt; creation (I think the (rw+) flag on gdalinfo --formats shows which<br>
&gt; formats support create, AAIGrid supports CreateCopy() but not<br>
&gt; Create()).  Use gdalwarp to make a vrt file, then translate the file<br>
&gt; to AAIGrid:<br>
&gt;<br>
&gt; /usr/local/gdal/bin/gdalwarp -of VRT -s_srs EPSG:4326 -t_srs<br>
&gt; &#39;+proj=lcc +lat_1=33n +lat_2=45n +lon_0=97w&#39; mcd12_sep2109.asc<br>
&gt; lambert_mcd12_sep2109.vrt<br>
&gt;<br>
&gt; then:<br>
&gt;<br>
&gt; /usr/local/gdal/bin/gdal_translate -of AAIGrid -s_srs EPSG:4326 -t_srs<br>
&gt; &#39;+proj=lcc +lat_1=33n +lat_2=45n +lon_0=97w&#39; lambert_mcd12_sep2109.vrt<br>
&gt; lambert_mcd12_sep2109.asc<br>
&gt;<br>
&gt; hope that helps,<br>
&gt;<br>
&gt; regards,<br>
&gt;<br>
&gt; -Kyle<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 2, 2010 at 8:57 AM, Bill Hudspeth &lt;<a href="mailto:wbhk@unm.edu">wbhk@unm.edu</a>&gt; wrote:<br>
&gt;         Hello,<br>
&gt;<br>
&gt;         Thanks for responding. When I use gdalinfo --formats, I see<br>
&gt;         that AAIGrid<br>
&gt;         is included in the list of acceptable formats. However, when I<br>
&gt;         use<br>
&gt;<br>
&gt;         /usr/local/gdal/bin/gdalwarp -of AAIGrid -s_srs EPSG:4326<br>
&gt;         -t_srs<br>
&gt;         &#39;+proj=lcc +lat_1=33n +lat_2=45n +lon_0=97w&#39; mcd12_sep2109.asc<br>
&gt;         lambert_mcd12_sep2109.asc<br>
&gt;<br>
&gt;         I get,<br>
&gt;<br>
&gt;         Output driver `AAIGrid&#39; not recognised or does not support<br>
&gt;         direct output file creation.  The following format drivers are<br>
&gt;         configured<br>
&gt;         and support direct output:<br>
&gt;          VRT: Virtual Raster<br>
&gt;          GTiff: GeoTIFF<br>
&gt;          NITF: National Imagery Transmission Format<br>
&gt;          HFA: Erdas Imagine Images (.img)<br>
&gt;          ELAS: ELAS<br>
&gt;          MEM: In Memory Raster<br>
&gt;          BMP: MS Windows Device Independent Bitmap<br>
&gt;          PCIDSK: PCIDSK Database File<br>
&gt;          ILWIS: ILWIS Raster Map<br>
&gt;          HDF4Image: HDF4 Dataset<br>
&gt;          PNM: Portable Pixmap Format (netpbm)<br>
&gt;          ENVI: ENVI .hdr Labelled<br>
&gt;          EHdr: ESRI .hdr Labelled<br>
&gt;          PAux: PCI .aux Labelled<br>
&gt;          MFF: Atlantis MFF Raster<br>
&gt;          MFF2: Atlantis MFF2 (HKV) Raster<br>
&gt;          BT: VTP .bt (Binary Terrain) 1.3 Format<br>
&gt;          IDA: Image Data and Analysis<br>
&gt;          RMF: Raster Matrix Format<br>
&gt;<br>
&gt;<br>
&gt;         ????<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         On Tue, 2010-03-02 at 08:50 +0100, Markus Neteler wrote:<br>
&gt;         &gt; On Mon, Mar 1, 2010 at 7:12 PM, Bill Hudspeth &lt;<a href="mailto:wbhk@unm.edu">wbhk@unm.edu</a>&gt;<br>
&gt;         wrote:<br>
&gt;         &gt; ...<br>
&gt;         &gt; &gt; When I try to re-project the exported AAIGrid to another<br>
&gt;         projection, I<br>
&gt;         &gt; &gt; use:<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt; gdalwarp -s_srs EPSG:4326 -t_srs &#39;+proj=lcc +lat__1=33n<br>
&gt;         +lat_2=45n<br>
&gt;         &gt; &gt; +lon_0=97w&#39; MODIS_output_latlong.asc<br>
&gt;         MODIS_output_lambert.asc<br>
&gt;         &gt;<br>
&gt;         &gt; Note that without -of format] you generate a GeoTIFF file...<br>
&gt;         &gt;<br>
&gt;         &gt; &gt; While the resultant projection information looks correct,<br>
&gt;         &gt; &gt;<br>
&gt;         &gt; &gt; Driver: GTiff/GeoTIFF<br>
&gt;         &gt;    ^^^^^^^^^^^^^^^^^^^^^^^<br>
&gt;         &gt;<br>
&gt;         &gt; &gt; The resultant text file has only the following on the top<br>
&gt;         line:<br>
&gt;         &gt;<br>
&gt;         &gt; ... it is binary, not a text file. check<br>
&gt;         &gt;<br>
&gt;         &gt;  gdalwarp --formats<br>
&gt;         &gt;<br>
&gt;         &gt; for the available formats.<br>
&gt;         &gt;<br>
&gt;         &gt; Markus<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         gdal-dev mailing list<br>
&gt;         <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt;         <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gdal-dev mailing list<br>
&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
<br>
</div></div></blockquote></div><br>