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
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
- 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
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
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:
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 *