Re: [gdal-dev] tileindex performance

2010-10-14 Thread Frank Warmerdam
to make one, or a few, large files internally tiled with overviews. 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] est failure on gdal 1.7 (layer.getExtent). Isolated in C and Python

2010-10-13 Thread Frank Warmerdam
) and compute the extents on that. The problem persists in trunk. Could you file a ticket on this? Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate

Re: [gdal-dev] cubic / bilinear resampling with gdalwarp looks similar to nearest neighbour

2010-10-13 Thread Frank Warmerdam
kernel in the build overviews tool because it is aimed at dramatic changes of resolution. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows

Re: [gdal-dev] Sortshp and corrupted output with 3D polygon input

2010-10-12 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

Re: [gdal-dev] Efficiency question for using the OGR API

2010-10-12 Thread Frank Warmerdam
the S-57 driver aggressively caches stuff in memory and it could be a disaster to have many datasources open on the same underlying file. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] Geomedia mdb files

2010-10-12 Thread Frank Warmerdam
it should be possible to fairly easily implement geomedia feature reading in OGR. Anyone interested in taking the task on or funding it? Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] kmlsuperoverlay breaks the trunk

2010-10-10 Thread Frank Warmerdam
/changeset/20807). 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] OSR Projection Error 6

2010-10-10 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

Re: [gdal-dev] Selecting OGR Driver Based on File Name

2010-10-06 Thread Frank Warmerdam
of GDAL and OGR one day. 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] Minor documentation problem

2010-10-05 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

Re: [gdal-dev] Memory usage for GetProjectionRef

2010-10-05 Thread Frank Warmerdam
is usually to disregard them now. 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] Memory usage for GetProjectionRef

2010-10-05 Thread Frank Warmerdam
for some good, and some bad reasons. Trying to understand the details of it's operation - especially by observing memory use - is likely to be frustrating. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank

Re: [gdal-dev] Mixed line endings in released gdal172.zip (sagadataset.cpp)

2010-10-04 Thread Frank Warmerdam
to cause svn to barf) . Todd, I have corrected this file in trunk and the 1.7 branch. The next GDAL 1.7.x release should not have this issue. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam

Re: [gdal-dev] Conversion from well-known binary to GeoJSON

2010-10-03 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] OGR SQL for insert/update/delete operations

2010-10-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 ___ gdal-dev mailing list gdal

Re: [gdal-dev] MOTION: Add Alan Boudreault as GDAL/OGR committer

2010-09-29 Thread Frank Warmerdam
Daniel Morissette wrote: MOTION: To add Alan Boudreault as GDAL/OGR committer +1 Frank -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http

Re: [gdal-dev] Creatin an image file from scratch

2010-09-29 Thread Frank Warmerdam
sample program that demonstrates the problem so I could try it here? 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] Proposed UTF-8 SWIG Changes

2010-09-27 Thread Frank Warmerdam
Tamas Szekeres wrote: 2010/9/27 Frank Warmerdam warmer...@pobox.com mailto:warmer...@pobox.com Even, Tamas, Ari, Howard, and other SWIG wise men, I got lost last night in the SWIG typemaps we use for GDAL, but eventually I came up with a minimal patch that seems to make sense

[gdal-dev] Re: Motion: Adopt RFC 30 on Unicode Filenames

2010-09-26 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: I move to adopt RFC 30: Unicode Filenames. http://trac.osgeo.org/gdal/wiki/rfc30_utf8_filenames Folks, I declare this motion passed with support from Even, Tamas and myself. I have created a ticket to track implementation progress: http://trac.osgeo.org

Re: [gdal-dev] kmlsuperoverlay driver

2010-09-24 Thread Frank Warmerdam
is GDALRegister_KMLSUPEROVERLAY() so you should name the .so gdal_KMLSUPEROVERLAY.so I'll leave it up to Harsh Govind to answer questions about the driver itself. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank

Re: [gdal-dev] GDAL/OGR 2.0 Notes

2010-09-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] can not connect top postgis db using GDAL

2010-09-23 Thread Frank Warmerdam
connection string together as one argument. Try: strcat(connectBuf, PG:dbname='postgis' host='ip address' port='5432' user='postgres' password='pwd'); Best regards, -- ---+-- I set the clouds in motion - turn up | Frank

[gdal-dev] GDAL/OGR 2.0 Notes

2010-09-22 Thread Frank Warmerdam
in time for the world to end. 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] problem in gdal_fillnodata.py

2010-09-21 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

Re: [gdal-dev] RFC 30: Unicode Filenames - call for discussion

2010-09-21 Thread Frank Warmerdam
the encoding is being done from whatever the locale charset is? Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com

[gdal-dev] Motion: Adopt RFC 30 on Unicode Filenames

2010-09-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] Writing pixel values

2010-09-15 Thread Frank Warmerdam
of the position. Perhaps you mean: GDALRasterIO( hDestBand, GF_Write, i, j, 1, 1, change1, 1, 1, GDT_Int16, 0, 0 ); Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam

Re: [gdal-dev] NAD27 to NAD83

2010-09-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] RFC28 OGR SQL Expressions now in trunk

2010-09-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

[gdal-dev] RFC 30: Unicode Filenames - call for discussion

2010-09-14 Thread Frank Warmerdam
to call for a vote on this RFC late this week. 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] Adding transaction support to the CPL ODBC layer

2010-09-10 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] Need help if OGR C-API

2010-09-03 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] MapInfo mixed geometry

2010-09-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] Reason not to enable gdal --with-threads by default?

2010-08-30 Thread Frank Warmerdam
threads ought to be enabled by default in GDAL unix/linux builds. 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] nonspatial column with ogr.

2010-08-29 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] ecw speckling in no-data area

2010-08-26 Thread Frank Warmerdam
in a format other than mrsid, or ecw. 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] I get the following error when running gdalwarp with the -multi switch: ERROR 1: CPLCreateThread() failed in ChunkAndWarpMulti()

2010-08-25 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] nonspatial column with ogr.

2010-08-24 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] Clarification of OGR write tutorial code

2010-08-24 Thread Frank Warmerdam
to create feature in shapefile.\n ); exit( 1 ); } OGRFeature::DestroyFeature( poFeature ); } -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] Create copy without any bands

2010-08-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

[gdal-dev] RawDataset.h change - might need recompile

2010-08-20 Thread Frank Warmerdam
trunk. 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] swig generated files for Perl bindings removed from repository

2010-08-19 Thread Frank Warmerdam
distributions are prepared. If it has not already been done, you should try to make the situation clear in the documentation. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light

Re: [gdal-dev] Code sprint or other GDAL developers meetings in FOSS4G?

2010-08-19 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] OGR : geometric operations in place, docs says they're not

2010-08-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] Handling Ordnance Survey Change Only Updates

2010-08-17 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] RFC28 OGR SQL Expressions now in trunk

2010-08-17 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] retrieve specific tiff tags

2010-08-17 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] errors compiling r20250

2010-08-10 Thread Frank Warmerdam
should build again from svn. 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] Motion: Adopt RFC 29: OGR Set Ignored Fields

2010-08-09 Thread Frank Warmerdam
no problem. 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] Shapefile - Multipolygon with interior rings

2010-08-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

Re: [gdal-dev] Speed up MrSid warping

2010-08-07 Thread Frank Warmerdam
system if it is missing or wrong on the source file. 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

Re: [gdal-dev] Motion: Adopt RFC 29: OGR Set Ignored Fields

2010-08-07 Thread Frank Warmerdam
process. 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] Motion: Adopt RFC 29: OGR Set Ignored Fields

2010-08-06 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] Motion / RFC 28: OGR SQL Generalized Expressions

2010-08-05 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: [gdal-dev] WinCE programming support

2010-08-04 Thread Frank Warmerdam
on the wince support at: http://www.gdal.org/wince.html It might make sense for you to translate that into a Trac wiki page so it is easier for you to update. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank

Re: [gdal-dev] Re: Editing attributes with ogr causing corrupt shapefile

2010-08-04 Thread Frank Warmerdam
discarded. eg. ogr2ogr out.shp in.shp 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] OGR SQL Parser/Evaluator Overhaul

2010-08-02 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] Re: OGR SQL Parser/Evaluator Overhaul

2010-08-02 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] OGR SQL Parser/Evaluator Overhaul

2010-08-02 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] OGR SQL Parser/Evaluator Overhaul

2010-08-02 Thread Frank Warmerdam
. The grammar is swq_parser.y. 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

[gdal-dev] OGR SQL Parser/Evaluator Overhaul

2010-08-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@lists.osgeo.org

Re: [gdal-dev] RFC 29: OGR Set Desired Fields

2010-07-30 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] Clearing OGR Attribute Filter on ESRI Personal Geodatabase

2010-07-30 Thread Frank Warmerdam
this-pszQuery = NULL; Could you file a ticket on this issue at http://trac.osgeo.org/gdal? Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows

Re: [gdal-dev] Clearing OGR Attribute Filter on ESRI Personal Geodatabase

2010-07-30 Thread Frank Warmerdam
30, 2010 at 9:54 AM, Frank Warmerdam warmer...@pobox.com mailto:warmer...@pobox.com wrote: Could you file a ticket on this issue at http://trac.osgeo.org/gdal? -- ---+-- I set the clouds in motion - turn up | Frank

Re: [gdal-dev] RFC 29: OGR Set Desired Fields

2010-07-29 Thread Frank Warmerdam
with trying to ensure backwards/forwards compatability for applications. 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] RFC 29: OGR Set Desired Fields

2010-07-29 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] Memory leak from GDALRasterIO

2010-07-29 Thread Frank Warmerdam
suspect you aren't closing the datasource and so the block cache isn't getting cleaned up. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate

Re: [gdal-dev] Yll corner wrong when i am reading ASCII file using

2010-07-23 Thread Frank Warmerdam
, or just half a pixel - in which case it is related to the center vs. corner of pixel origin issue. Best regardes, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] crop a raster file (.bsp/.kap) to create an image file (.png)

2010-07-23 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

Re: [gdal-dev] acceding shapes and rasters of a GeoDatabase .gdb

2010-07-22 Thread Frank Warmerdam
(.mdb files). 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] RFC 29: OGR Set Desired Fields

2010-07-21 Thread Frank Warmerdam
of drivers I think might benefit, and I also think the RFC should indicate we will connect this to the -select option of ogr2ogr. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com

Re: [gdal-dev] RFC 29: OGR Set Desired Fields

2010-07-21 Thread Frank Warmerdam
fields RFC. 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] RFC 29: OGR Set Desired Fields

2010-07-21 Thread Frank Warmerdam
, that was my rough thought. 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] Optimizing access to shapefiles

2010-07-19 Thread Frank Warmerdam
this could be made to function without a fundamental change in the OGR API. Perhaps you can explain? Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate

Re: [gdal-dev] Optimizing access to shapefiles

2010-07-19 Thread Frank Warmerdam
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 Programmer

Re: [gdal-dev] snap window with gdalwarp

2010-07-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] www.gdal.org permanently moved to OSU OSL Projects VM

2010-07-18 Thread Frank Warmerdam
is the best place to make releases as long as care is taken to have /usr/local/swig-1.3.39/bin in the path to pick up the correct swig version. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

[gdal-dev] PCIDSK Changes, DXF Updates to come

2010-07-18 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

Re: [gdal-dev] Enhance attribute index support with OGR SQL queries (shapefile and mapinfo format)

2010-07-15 Thread Frank Warmerdam
/comments would be helpful. Tamas, By all means go ahead in trunk. Applying the change in the stable branch should be done very cautiously (IMHO). Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam

Re: [gdal-dev] LDID and .CPG in OGR shapefile driver

2010-07-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] Web Site Down

2010-07-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] GDAL2Tiles

2010-07-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 ___ gdal-dev

Re: [gdal-dev] MEM Datasets

2010-07-13 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] JPEG2K ECW and Erdas ER Viewer

2010-07-13 Thread Frank Warmerdam
setting a meaningful coordinate system on the file. 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

Re: [gdal-dev] OGR Driver for Norwegian SOSI standard

2010-07-12 Thread Frank Warmerdam
/rfc3_commiters Once the motion is made, you should respond to it indicating that you are prepared to abide by these guidelines, assuming that is true. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] PGeo: Reading a single table from a .mdb file

2010-07-09 Thread Frank Warmerdam
as a variety RFC to: http://trac.osgeo.org/gdal/wiki/rfc10_ogropen 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] Convert huge PNG file to JP2

2010-07-07 Thread Frank Warmerdam
-of JP2KAK in.png out.jp2 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] gdal_translate -a_srs

2010-07-05 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] ogr: linestring2d to linestring3d?

2010-07-03 Thread Frank Warmerdam
not aware of a way to accomplish this with the existing commandline tools. It could be done with scripting or adjusting ogr2ogr of course. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] gdal_translate -a_srs

2010-07-03 Thread Frank Warmerdam
the newlines. 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] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-01 Thread Frank Warmerdam
generators from using some of these more esoteric practices. 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 with OGDI

2010-06-30 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] GDAL with OGDI

2010-06-30 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: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-06-30 Thread Frank Warmerdam
/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 - Rush| Geospatial

Re: [gdal-dev] Using Python-GDAL to retrieve Projection information

2010-06-29 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

Re: [gdal-dev] Support for SHAPEFILE to VMAP?

2010-06-28 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] Getting error with gdaladdo on Tiff files

2010-06-26 Thread Frank Warmerdam
and overview image when doing io. 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] Modify an image color table?

2010-06-25 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: [gdal-dev] Handling nodata values

2010-06-25 Thread Frank Warmerdam
-innd -32768 -outnd 0 in.tif out.tif 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] Multithreading with OGR

2010-06-25 Thread Frank Warmerdam
Martin Dobias wrote: Hi Frank On Wed, Jun 23, 2010 at 4:58 PM, Frank Warmerdam warmer...@pobox.com wrote: Martin, Generally speaking it is not safe to have multiple threads making calls into a single OGRLayer at the same time. At the very least you will encounter the messing up effect

<    3   4   5   6   7   8   9   10   11   12   >