Re: [gdal-dev] GRIB2 file produces None on opening

2008-08-15 Thread Limei Ran
the installation? Thanks, Limei -- Limei Ran, Research Associate Center for Environmental Modeling for Policy Development the Institute for the Environment University of North Carolina at Chapel Hill Bank of American Plaza - CB#6116 137 E. Franklin, Room 661 Chapel Hill, NC 27599-6116 Email

[gdal-dev] Datum transformation method when projecting from a sphere to NAD83 shapefile

2008-09-09 Thread Limei Ran
Hi: I am using ogr2ogr to project a shapefile defined in a sphere to NAD83. My command is like the following: ogr2ogr -t_srs +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs -s_srs +proj=lcc +a=637.0 +b=637.0

[gdal-dev] get fmrt grib

2008-10-09 Thread Limei Ran
Hi: Could you tell me how I can get grib format to build with gdal? I am using a server and I do not have svn or I can install one. Can I ftp grib format from somewhere? Thanks, Limei ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] get fmrt grib

2008-10-15 Thread Limei Ran
2 = Could you tell me how I can fix it? Thanks, Limei Quoting Frank Warmerdam: Limei Ran wrote: Hi: Could you tell me how I can get grib format to build with gdal? I am using a server and I do not have svn or I can install one. Can I ftp grib format from

Re: [gdal-dev] get fmrt grib

2008-10-16 Thread Limei Ran
Hi Frank: Thank you very much and it worked. Limei Frank Warmerdam wrote: Limei Ran wrote: Hi Frank: I got gdal-svn-trunk-2008.10.14.tar.gz. When I compiled it on Linux server 32bits I got the following errors: gt_overview.cpp: In function `toff_t

[gdal-dev] ogr2ogr

2008-11-03 Thread Limei Ran
Hi: I am trying to project a shapefile from WGS84 to NAD83 using the following command: ogr2ogr -s_srs +proj=latlong +datum=WGS84 -t_srs +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defstemp_des.shp temp_src.shp Could you

[gdal-dev] Error message in reading as

2009-02-02 Thread Limei Ran
Hi: I have a question about reading a grib image file. I opened this file with GDALOpen to get the general information about the image. Along the information I printed out, I also I got an error message and warning: == Warning: Inside GRIB2Inventory, Message # 2 ERROR: Ran out

[gdal-dev] Errors in compiling GDAL on a 64bits Linux

2009-06-22 Thread Limei Ran
/src/libs/gdal-1.6.1/apps' make: *** [apps-target] Error 2 == I told not to use curl, expat, and mysql. But, I do not know why errors related to curl are there. Thank you for your help. Limei -- Limei Ran, Research Associate Center for Environmental Modeling for Policy Development

Re: [gdal-dev] Error in GDAL compiling with HDF4

2009-07-30 Thread Limei Ran
in GDAL. Thank you, Limei Frank Warmerdam wrote: Limei Ran wrote: ... checking for FMEObjects... no checking for SDreaddata in -lmfhdf... no checking for SDreaddata in -lhdf4... no checking for SDreaddata in -lmfhdf... no checking for SDreaddata in -lmfhdf... no configure: error: HDF4 support

[gdal-dev] GDAL to read MOD06_L2 MODIS HDF4 download

2009-09-22 Thread Limei Ran
Hi: I am trying to read a MOD06_L2 MODIS cloud product downloaded file. The file is in HDF4 format. I compiled GDAL with HDF4. But, when I use gdalinfo to check the file information. It did not give me right information with Longitude and Latitude missing from subdatasets. My question