[gdal-dev] Creating shape file from csv with double quotes in attribute

2010-09-10 Thread Upendra Dadi
Hi, I have a query on creating shapefile from csv. I am not sure if this is the correct forum for it. Thought I should try it anyway. I have a csv file consisting of lat/lon and an attribute with double quotes like this: "href="http://data.nodc.noaa.gov/thredds/dodsC/gtspp/atlantic/2010/0

Re: [gdal-dev] VSIFile from a string

2009-11-30 Thread Upendra Dadi
Hi, I found out how to do it. I just had to read the documentation for void VSIInstallMemFileHandler. Upendra Original Message - From: Upendra Dadi To: gdal-dev@lists.osgeo.org Sent: Monday, November 30, 2009 8:51 AM Subject: [gdal-dev] VSIFile from a string Hi

[gdal-dev] VSIFile from a string

2009-11-30 Thread Upendra Dadi
- Original Message - From: Upendra Dadi To: gdal-dev@lists.osgeo.org Sent: Monday, November 30, 2009 1:46 AM Subject: [gdal-dev] reading geotiff data from STDIN Hi, Is it possible to read geotiff data from standard input(STDIN) and write to standard output (STDOUT) instead of

[gdal-dev] reading geotiff data from STDIN

2009-11-29 Thread Upendra Dadi
Hi, Is it possible to read geotiff data from standard input(STDIN) and write to standard output (STDOUT) instead of reading from a file? I see the following in the documentation to GDALOpen(): pszFilename the name of the file to access. In the case of exotic drivers this may not refer to a ph

Re: [gdal-dev] problems using epsg:3785

2009-11-23 Thread Upendra Dadi
Peter, One reason could be that your original file does not have EPSG:32622, but something else. Or it is defined incorrectly in gdal, though I doubt it. A quick comparison of EPSG:32622 in proj.csv and gdalinfo for the original file might give you some hint. Try warping original file to EPSG:

[gdal-dev] GDALOpen not working with URLs

2009-11-23 Thread Upendra Dadi
Hi, GDALOpen is unable to open URLs, it is giving the following error: ERROR 4: `http://pubs.usgs.gov/of/1999/of99-396/data/imagery/utmd00/bathy1.tif' does not exist in the file system, and is not recognised as a supported dataset name. The following is the code snippet: GDALDriver *