Re: [gdal-dev] Death by Complexity

2009-12-16 Thread Frank Warmerdam
, support for subdatasets, and support for using one driver to implement imagery decoding for another were designed in better. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com

Re: [gdal-dev] How to set BoundingBox within a shapefile using OGR Pythons bindings

2009-12-16 Thread Frank Warmerdam
,... Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial

Re: [gdal-dev] OSR: EPSG code and WKT definition (ESRI vs OGC)

2009-12-17 Thread Frank Warmerdam
if you want. eg. (in python) open('basename.prj','w').write(t_srs.ExportToWkt()) -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

Re: [gdal-dev] ESRI arcgis 9.x

2009-12-17 Thread Frank Warmerdam
, and not used by GDAL. The .shx file is basically a shape id to file offset index. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows

Re: [gdal-dev] Motion: Commit Access for Martin Landa

2009-12-18 Thread Frank Warmerdam
indicating his agreement to RFC 3. +1 Frank -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round

Re: [gdal-dev] Why does gdal_translate rotate and rescale images?

2009-12-21 Thread Frank Warmerdam
. In order to fix things I will likely need an image file demonstrating the problem. A ticket would be appropriate. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light

Re: [gdal-dev] OGR: Why not GetPoint() under win32?

2009-12-22 Thread Frank Warmerdam
bindings which seem to lack GetPoint(). I encourage Ivan and his users to use OSGeo4W. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate

Re: [gdal-dev] Setting nodata tag with Python API

2009-12-31 Thread Frank Warmerdam
() call I suppose). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush

[gdal-dev] gdal_translate -unscale option

2009-12-31 Thread Frank Warmerdam
. This feature will appear in GDAL 1.7. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world

[gdal-dev] IAU 2000 Coordinate System Dictionary

2009-12-31 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] gdalwarp and tif rotation parameters

2010-01-06 Thread Frank Warmerdam
might want to use the creation option -co PROFILE=BASELINE to avoid writing geotiff tags. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows

Re: [gdal-dev] gdal_translate

2010-01-06 Thread Frank Warmerdam
in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [Gdal-dev] ECW Hanging

2010-01-07 Thread Frank Warmerdam
related to your particular problem is this bug I worked on just this week. http://trac.osgeo.org/mapserver/ticket/3245 Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light

Re: [Gdal-dev] Problem with gdal_translate

2010-01-11 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

Re: [Gdal-dev] Problem with gdal_translate

2010-01-11 Thread Frank Warmerdam
NopMap wrote: Hi! Frank Warmerdam wrote: You need to specify the corners in the coordinate system of the image. So the values should be the meter based projected coordinates like 1102062,6818226. Is this also true for -projwin? From the documentation I got the impression that -srcwin

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-11 Thread Frank Warmerdam
processing library without any noticable loss of performance. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

Re: [gdal-dev] hdf5 data to geotiff(the coordinates)

2010-01-11 Thread Frank Warmerdam
| Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] hdf5 data to geotiff(the coordinates)

2010-01-11 Thread Frank Warmerdam
of georeferencing, like GCPs or geolocation arrays. These will not be reflected in the corner coordinates report (unfortunately). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light

Re: [gdal-dev] hdf5 data to geotiff(the coordinates)

2010-01-11 Thread Frank Warmerdam
://HDFEOS/GRIDS/ColumnAmountO3/Data_Fields/ColumnAmountO3 \ -a_ullr -180 90 180 -90 Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows

Re: [gdal-dev] hdf5 data to geotiff(the coordinates)

2010-01-11 Thread Frank Warmerdam
maven apache wrote: 2010/1/12 Frank Warmerdam warmer...@pobox.com mailto:warmer...@pobox.com maven apache wrote: It suggests that GDAL is not recognising the georeferencing of the data. The actual pixel values will hopefully still be accessed

Re: [gdal-dev] When GDAL 1.7.0 branch?

2010-01-12 Thread Frank Warmerdam
in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Projection issue with a netcdf file

2010-01-12 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-13 Thread Frank Warmerdam
is wkbLineString. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush

[gdal-dev] Re: NITF JPEG2000 compression and Kakadu

2010-01-13 Thread Frank Warmerdam
() instead of CreateCopy()? Feel free to give me a call at +1 613 754-2041 if that would expedite this discussion. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

[gdal-dev] Motion: Paid Maintainer Contract with Chaitanya

2010-01-13 Thread Frank Warmerdam
Motion: Frank Warmerdam is authorized to negotiate a paid maintainer contract with Chaitanya Kumar CH for up to $9360 USD at $13USD/hr over six months, and would be acting as supervisor, operating under the terms of RFC 9 (GDAL Paid Maintainer Guidelines). --- Folks, Chaitanya's current paid

Re: [Gdal-dev] OGR WFS driver

2010-01-14 Thread Frank Warmerdam
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows

Re: [gdal-dev] reading VPF format NGA DNCs

2010-01-14 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] reading VPF format NGA DNCs

2010-01-14 Thread Frank Warmerdam
on Windows... That might at least avoid uppercase/lowercase issues. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

Re: [gdal-dev] Locking of Open Shapefile

2010-01-15 Thread Frank Warmerdam
| Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] Open source vector geoprocessing libraries?

2010-01-15 Thread Frank Warmerdam
also happen to software projects (open source and proprietary). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

Re: [gdal-dev] suppressing libtiff warnings

2010-01-15 Thread Frank Warmerdam
error reports, including libtiff ones. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world

Re: [gdal-dev] UTF8/Wide chars in path

2010-01-15 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [Gdal-dev] When GDAL 1.7.0 branch?

2010-01-15 Thread Frank Warmerdam
final release? The only thing I can think of needing before release is some resolution to vertical datum issues in gdal/frmts/gtiff. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] Mosaic to vrt format with gdalwarp

2010-01-15 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list

Re: [gdal-dev] Can GDAL open binary buffer contents as input for MEM format?

2010-01-16 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer

Re: [gdal-dev] Can GDAL open binary buffer contents as input for MEM format?

2010-01-16 Thread Frank Warmerdam
, gdaltest.test_ct_data[i] ) mem_ds.GetRasterBand(1).SetColorTable( gdaltest.test_ct ) Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http

Re: [gdal-dev] Does OGR support M values?

2010-01-16 Thread Frank Warmerdam
| Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] Can GDAL open binary buffer contents as input for MEM format?

2010-01-16 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Writing to SQLite is very slow

2010-01-18 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing

Re: [gdal-dev] Motion: Paid Maintainer Contract with Chaitanya

2010-01-18 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: Frank Warmerdam is authorized to negotiate a paid maintainer contract with Chaitanya Kumar CH for up to $9360 USD at $13USD/hr over six months, and would be acting as supervisor, operating under the terms of RFC 9 (GDAL Paid Maintainer Guidelines). Folks, I

Re: [gdal-dev] No PROJ.4 translation for source SRS

2010-01-19 Thread Frank Warmerdam
how to do it for the provided coordinate system. This might be for a reason as simple as the coordinate system string being empty (unavailable). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam

Re: [gdal-dev] gdalwarp query

2010-01-19 Thread Frank Warmerdam
of in the swig API or with user tools to do this. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch

Re: [gdal-dev] scale in gdal_translate

2010-01-19 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

[gdal-dev] GDAL/OGR 1.7.0 RC1 Available

2010-01-19 Thread Frank Warmerdam
problems show up shortly. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round

Re: [gdal-dev] Convert raster from [0,360] to [-180,180]

2010-01-21 Thread Frank Warmerdam
-- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Proposal: gdal_muladd.py

2010-01-25 Thread Frank Warmerdam
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate

[gdal-dev] Re: Motion: Adopt GDAL/OGR 1.7.0RC1 as Final Release

2010-01-25 Thread Frank Warmerdam
On Fri, Jan 22, 2010 at 2:14 PM, Frank Warmerdam warmer...@pobox.com wrote: Motion: Adopt GDAL/OGR 1.7.0RC1 as Final Release. Folks, There have been a number of fixes since the RC1 was prepared, but in my opinion none of them are particularly significant with the possible exception

Re: [gdal-dev] Reading jpeg 2000 compressed nitfs

2010-01-25 Thread Frank Warmerdam
://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round

Re: [gdal-dev] geolocation info in netCDF: northernmost_northing etc. not universal

2010-01-27 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] grid from point dataset without interpolation

2010-01-27 Thread Frank Warmerdam
HEIGHT -l all all.shp all.tif -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush

Re: [gdal-dev] Re-aligning maps from grid north to true north

2010-01-27 Thread Frank Warmerdam
Mercator. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush

Re: [gdal-dev] Runtime error on executing OGRRegisterAll() function.

2010-01-27 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list

Re: [gdal-dev] OziExplorer .MAP support in GDAL 1.7

2010-01-30 Thread Frank Warmerdam
in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Color-palette file for use in rgb2pct

2010-02-01 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] beginner or bug: reprojecting using ogr2ogr

2010-02-02 Thread Frank Warmerdam
can't offer any sort of useful suggestion. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch

Re: [gdal-dev] Re: Proposal: gdal_muladd.py

2010-02-02 Thread Frank Warmerdam
and support then I'm willing to let them proceed. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch

Re: [gdal-dev] Get Image Endianness

2010-02-03 Thread Frank Warmerdam
the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Unable to convert Shape file from GML file (ERROR 1: XML Parsing Error:)

2010-02-03 Thread Frank Warmerdam
it with you. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush

[gdal-dev] Important - GDAL 1.7.0 - Imagine/HFA Driver Produces Corrupt Files

2010-02-04 Thread Frank Warmerdam
up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

[gdal-dev] GDAL / Oracle / GeoRaster Webinar

2010-02-05 Thread Frank Warmerdam
at: https://www2.gotomeeting.com/register/426704834 Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam

[gdal-dev] GDAL/OGR 1.7.1RC1 Prepared

2010-02-08 Thread Frank Warmerdam
- turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

[gdal-dev] Re: DXF reader question (wrong header?)

2010-02-08 Thread Frank Warmerdam
will try and extend the DXF read to support this formulation. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

Re: [gdal-dev] GDAL/OGR 1.7.1RC1 Prepared

2010-02-08 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Doubt about memory raster

2010-02-09 Thread Frank Warmerdam
for the second band. In both cases PIXELOFFSET would be 2 and LINEOFFSET would be PIXELOFFSET*(image_width_in_pixels). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com

Re: [gdal-dev] how to escape special charakter

2010-02-09 Thread Frank Warmerdam
, but on review I think the escaped quotes will also end up confusing it and you will be no better off. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] Doubt about memory raster

2010-02-09 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] ECW driver as a plugin

2010-02-10 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer

Re: [gdal-dev] ECW driver as a plugin

2010-02-10 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

[gdal-dev] Re: Motion: Promote GDAL/OGR 1.7.1RC1 to release and retract 1.7.0

2010-02-10 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: The GDAL/OGR 1.7.1 RC1 release candidate is promoted to a full release, and the GDAL/OGR 1.7.0 release is retracted due to the serious bug with Erdas Imagine file creation (http://trac.osgeo.org/gdal/ticket/3382) Folks, I declare this motion passed with support

[gdal-dev] GDAL/OGR 1.7.0 Retracted, GDAL/OGR 1.7.1 Released

2010-02-10 Thread Frank Warmerdam
/gdal-1.7.1.tar.gz http://download.osgeo.org/gdal/gdal171.zip -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch

Re: [gdal-dev] wcs extraction

2010-02-11 Thread Frank Warmerdam
that GDAL knows the true native coordinate system, grid size and georeferencing and accesses on that basis. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] Spatial Filters and PostGIS

2010-02-11 Thread Frank Warmerdam
SQL used to read the features. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go

Re: [gdal-dev] OGDI -- GDAL

2010-02-12 Thread Frank Warmerdam
to manually incorporate manifests into the DLLs using something like: mt -manifest abc.dll.manifest -outputresource:abc.dll;2 Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com

[gdal-dev] Re: Motion: Extend Commit Access to Gaige Paulsen

2010-02-12 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: Extend GDAL/OGR Commit Access to Gaige Paulsen. Folks, I declare this motion passed with support from Daniel, Even, Tamas, Howard and myself. Welcome aboard Gaige! Best regards

Re: [gdal-dev] Python problem with exportToGML()

2010-02-16 Thread Frank Warmerdam
methods. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial

Re: [gdal-dev] Length method for geometries in bindings

2010-02-18 Thread Frank Warmerdam
| Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] Length method for geometries in bindings

2010-02-18 Thread Frank Warmerdam
Ari Jolma wrote: Frank Warmerdam wrote: Ari Jolma wrote: Folks, I added a Length() method for geometries into bindings. The method re-dos a simple euclidean distance as the get_Length of OGR proper is not exposed. Ari, I'm not clear on why you reimplemented it for the bindings instead

[gdal-dev] Configuration Options

2010-02-18 Thread Frank Warmerdam
the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Projection issue with a netcdf file

2010-02-18 Thread Frank Warmerdam
welcome you contributing improvements in this area. I will attempt to apply the patches even though I am not so familiar with the details of the driver. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank

[gdal-dev] Motion: Commit Access for Kyle Shannon

2010-02-18 Thread Frank Warmerdam
the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Nullable fields in OGR

2010-02-18 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Re: Add GCP's to a file

2010-02-20 Thread Frank Warmerdam
directions. The lower right corner reported by gdalinfo would be at pixel/line coordinate (xsize,ysize). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] Re: Add GCP's to a file

2010-02-21 Thread Frank Warmerdam
pixel and can be considered on (or on the edge of) the image. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

Re: [gdal-dev] Loading various DTED files in a single block

2010-02-22 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] ogrinfo with remote KML-urls

2010-02-23 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Re: storing height information in a .tif rather the grayscale in the tif relying on another file

2010-02-23 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] ogrinfo with remote KML-urls

2010-02-23 Thread Frank Warmerdam
to initate an expensive http request? It *seems* like a bad idea to embed such behavior in a particular driver. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light

Re: [gdal-dev] ogrinfo with remote KML-urls

2010-02-23 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Reading a single pixel from multiple bands at the same time in python

2010-02-23 Thread Frank Warmerdam
the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] OGRSFDriverRegistrar question

2010-02-25 Thread Frank Warmerdam
(stat.st_mode) ) { if( !EQUAL(CPLGetExtension(pszNewName),shp) || !OpenFile( pszNewName, bUpdate, bTestOpen ) ) Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] gdal_proximmity.py

2010-02-25 Thread Frank Warmerdam
for OpenEV compatability. You will need to use a different environment like OSGeo4W's gdal-dev package. I have fixed the dst_ts thing in trunk now. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank

Re: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list

[gdal-dev] Motion: Commit access for

2010-02-26 Thread Frank Warmerdam
://trac.osgeo.org/gdal/wiki/rfc3_commiters I'll start with a: +1 Frank -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: Commit access on the GDAL/OGR project is extended to Brian Case. --- Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR for some time. He has provided a number of patches, including those in tickets #2979, #2978, #2977, #2955, #2945

Re: [gdal-dev] make install -- copy shapefil.h into the include dir

2010-02-26 Thread Frank Warmerdam
the include files of sublibraries like shapelib (dgnlib, tiff, geotiff, etc) and it isn't something I want to start. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light

Re: [gdal-dev] gdal_translate with -a_srs option using proj4 syntax and +a=ellipsoid

2010-02-26 Thread Frank Warmerdam
+datum=WGS84 into the -t_srs string. Otherwise the approach is plausible. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http

[gdal-dev] Nightly Snapshots

2010-02-28 Thread Frank Warmerdam
with the nightly snapshots. Apparently we haven't been watching them closely. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http

Re: [gdal-dev] (no subject)

2010-03-01 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent

Re: [gdal-dev] Python Buffer Features

2010-03-01 Thread Frank Warmerdam
the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] GDAL for BNG to Lat/Long, WGS84

2010-03-01 Thread Frank Warmerdam
set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev

<    1   2   3   4   5   6   7   8   9   10   >