Re: [gdal-dev] ogr2ogr - output WKT to console?

2011-08-31 Thread Elijah Robison
bjectid= 2126" ogr2ogr -f "KML" "/vsistdout/" "C:\xData\CountyUpdate\GeoFix\feb16_polygons.shp" -sql "select * from feb16_polygons where objectid= 2126" ogr2ogr -f "GeoJSON" "/vsistdout/" "C:\xData\CountyUpdate\GeoFix\feb16_poly

[gdal-dev] ogr2ogr - output WKT to console?

2011-08-31 Thread Elijah Robison
s our needs in this situation are very transient, I'm curious if it is possible to output the WKT directly to the console? Very Best, Elijah Robison eli...@villagis.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gisinternals GDAL builds

2011-06-13 Thread Elijah Robison
as the 32/64 splitbut, would my install have worked if I used a different MSVC/number combo? Thanks in advance for your time, Elijah Robison ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] validate/clean geometry with OGR?

2011-04-27 Thread Elijah Robison
Hey devs, is anyone aware of an OGR approach to validate/clean geometries, for instance, as they are being converted from SHP to PostGRESql? It's not uncommon to have a handful of invalid geometries (usually self-intersecting polygons) in a parcel dataset, and it's impractical to correct them

Re: [gdal-dev] Polygonize from C# ?

2011-04-22 Thread Elijah Robison
: Correct, we just need the footprint of the "good" (non-NODATA) area, which will often approximate a simple 4-point polygon with no holes. -Original Message----- From: Elijah Robison [mailto:eli...@villagis.com] Sent: Friday, April 22, 2011 2:07 PM To: Jay Jennings Cc: gdal-dev@lists

Re: [gdal-dev] Polygonize from C# ?

2011-04-22 Thread Elijah Robison
Jay, do you basically want a footprint shape of the useful data in the Sat images (say, without the collar), or is the problem more complex, where perhaps you have a mosaic of several images and, like swiss cheese, there are no-data holes within the image? It sounds to me like you just want a

Re: [gdal-dev] gdal_merge: stacking and band statistics

2010-10-20 Thread Elijah Robison
Matt out of curiosity is this a new install of ArcGIS you're talking about, maybe version 9.2?  As I recall installs of 9.2 require a service pack to calc raster stats.  Otherwise, rasters show all black when loaded, etc. Elijah, VillaGIS, Inc., Branson, MO Matt Hanneman wrote: Hi, C

Re: [gdal-dev] tileindex performance

2010-10-14 Thread Elijah Robison
for about 24-hours, it slows to a crawl. Is this the symptoms you are experiencing or are you running into something else? I would very much love to get to the bottom of this and find a way to maintain the original performance throughout a tiling routine. Best, Elijah Robison nickos85