Re: [gdal-dev] OGR SQL on CSV file with field name with parentheses?

2019-04-19 Thread Moskovitz, Bob@DOC
Good to know why this syntax works. It brings back fond memories of using MS Access 😊 -Original Message- From: Even Rouault Sent: Friday, April 19, 2019 10:42 AM To: gdal-dev@lists.osgeo.org Cc: Moskovitz, Bob@DOC ; John Baumgartner Subject: Re: [gdal-dev] OGR SQL on CSV file with

Re: [gdal-dev] OGR SQL on CSV file with field name with parentheses?

2019-04-19 Thread Moskovitz, Bob@DOC
Thanks John, it worked perfectly! From: John Baumgartner Sent: Thursday, April 18, 2019 9:52 PM To: Moskovitz, Bob@DOC Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] OGR SQL on CSV file with field name with parentheses? Try surrounding the field name with square brackets: ogrinfo -al

[gdal-dev] OGR SQL on CSV file with field name with parentheses?

2019-04-18 Thread Moskovitz, Bob@DOC
Hello gdal_dev, I am trying to use ogrinfo on a set of CSV file that has a field with the name "Vs30(m/s)", but change the name to "Vs30". Is this possible or do I have to edit a bunch of files headers to do this? I tried: ogrinfo -al "Data_directory" -dialect sqlite -sql "SELECT Vs30(m/s) as

Re: [gdal-dev] Set max value of "1.#IO" in Geotiff to nodata

2014-04-02 Thread Moskovitz, Bob@DOC
hance. -Bob -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Wednesday, April 02, 2014 11:33 AM To: gdal-dev@lists.osgeo.org Cc: Moskovitz, Bob@DOC Subject: Re: [gdal-dev] Set max value of "1.#IO" in Geotiff to nodata Le mercredi 02 avril 2

[gdal-dev] Set max value of "1.#IO" in Geotiff to nodata

2014-04-01 Thread Moskovitz, Bob@DOC
Hello gdal, I have a set of geotiffs that have a strange max (infinity?) values that I would like to set to nodata. These originally were netcdf files. With the current of gdal in OSGEO4W, gdalinfo reports: gdalinfo -mm pola_cascadiad_sift2_maxspeed.tif Driver: GTiff/GeoTIFF Files: pola

Re: [gdal-dev] Can GDAL access ARCGIS REST services?

2013-11-20 Thread Moskovitz, Bob@DOC
rg] Sent: Wednesday, November 20, 2013 11:22 AM To: gdal-dev@lists.osgeo.org Cc: Moskovitz, Bob@DOC Subject: Re: [gdal-dev] Can GDAL access ARCGIS REST services? Le mercredi 20 novembre 2013 19:58:29, Moskovitz, Bob@DOC a écrit : > Hello all, > > At one time, I was able to view NAIP imagery u

[gdal-dev] Can GDAL access ARCGIS REST services?

2013-11-20 Thread Moskovitz, Bob@DOC
Hello all, At one time, I was able to view NAIP imagery using WMS, but it appears that I can only access it using ARCGIS REST services. According to http://www.northrivergeographic.com/qgis-adding-an-arcgis-rest-service, I tried something like this: C:\>gdal_translate --debug on "http://gis

Re: [gdal-dev] gdaltransform - output into textfile

2012-10-23 Thread Moskovitz, Bob@DOC
.@gmail.com] On Behalf Of Ernest Menville Sent: Tuesday, October 23, 2012 9:40 AM To: Moskovitz, Bob@DOC Cc: Ernest Menville; Hugo Benicio; gdal-dev@lists.osgeo.org Subject: Re: gdaltransform - output into textfile Maybe the output of gdaltransform is going to stderr? In that case, try:

Re: [gdal-dev] gdaltransform - output into textfile

2012-10-23 Thread Moskovitz, Bob@DOC
Hi Ernest, Maybe the output of gdaltransform is going to stderr? In that case, try: gdaltransform -s_srs EPSG:4326 -t_srs EPSG:3857 < WGS84.txt 2> Grid.txt -Bob Robert Moskovitz California Geological Survey Seismic Hazards Zonation Program CONFIDENTIALITY NOTICE: This communi