Re: [gdal-dev] RPC transform

2013-01-16 Thread Frank Warmerdam
ataset in terms of pixel > reference. > > Regards, > > Ivan -- ---+------ I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warme

Re: [gdal-dev] RPC transform

2013-01-16 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 soun

Re: [gdal-dev] does gdal support multiple simultaneous writers to raster

2013-01-14 Thread Frank Warmerdam
Jan, While it is desirable to resolve the multithreaded write issue in gdal I don't think it is critical for your use case. I think your case would be handled more appropriately by multiple *processes*. You would still run into issues with write consistency but of a different nature. The easies

Re: [gdal-dev] does gdal support multiple simultaneous writers to raster

2013-01-10 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] GeoTiff ProjectedCSTypeGeoKey SIRGAS2000 31983

2012-12-21 Thread Frank Warmerdam
153-5115 > > Inteligência e Tecnologia Espacial de Ponta > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+---

Re: [gdal-dev] GDAL contour

2012-12-19 Thread Frank Warmerdam
r pixel crossed. You will often want to perform some sort of simplification after contour generation. I'm not sure what the best way is to do that. Best regards, -- ---+------ I set the clouds in motion - turn up | Frank War

Re: [gdal-dev] EPSG 8.0 Upgrade

2012-12-07 Thread Frank Warmerdam
HI Frank, > > Thanks that's great news. Has this upgrade now started supporting data > shift grids, such as NZGD2000<->NZGD1949? > > Cheers > Jeremy > > From: gdal-dev-boun...@lists.osgeo.org [gdal-dev-boun...@lists.osgeo.

Re: [gdal-dev] EPSG 8.0 Upgrade

2012-12-07 Thread Frank Warmerdam
ift solutions? > > Jan > > On 12/06/2012 01:18 AM, Frank Warmerdam wrote: > > Folks, > > At the request of Howard Butler, I have upgraded PROJ.4, libgeotiff, and > GDAL to use the EPSG 8.0 database in development "trunk". > > This was accomplished

[gdal-dev] EPSG 8.0 Upgrade

2012-12-05 Thread Frank Warmerdam
her things this will result in some datums having new preferred datum shift solutions. Upgrade with care. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] Patch for s57reader.cpp

2012-11-30 Thread Frank Warmerdam
t; > ___ > 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

Re: [gdal-dev] Warping quality with small geolocation arrays

2012-11-26 Thread Frank Warmerdam
d appreciate it if you could submit a bug on this issue, and I'll look into correcting it. It is a pretty serious error. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox

Re: [gdal-dev] How to read catalog file

2012-11-20 Thread Frank Warmerdam
WLON = 0.00 NLAT = 0.00 ELON = 0.00 CRCS = `' COMT = `' -- -------+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go rou

Re: [gdal-dev] GDAL v. 1.10 tutorial about geospatial PDF, OSM and vsicurl

2012-11-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 Software Developer _

Re: [gdal-dev] Create a ISpatialReference from an SpatialReference

2012-11-17 Thread Frank Warmerdam
the string out with ExportToWkt(). In Python this might look something like: srs = ogr.SpatialReference() srs.ImportFromEPSG(4202) srs.MorphToESRI() pe_wkt = srs.ExportToWkt() Best regards, -- ---+------ I set the cloud

Re: [gdal-dev] Motion: Release next major GDAL version as GDAL/OGR 1.10

2012-11-12 Thread Frank Warmerdam
t mention GDAL 2.0 that will need to be changed, but I'll take > care of this if the motion is approved (some sed magic should do this). > > +1 Even > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/

Re: [gdal-dev] another multi-band question

2012-11-09 Thread Frank Warmerdam
- turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round - Rush| Geospatial Software Developer ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Frank Warmerdam
roblems. Blech -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round - Rush| Geospatial Sof

Re: [gdal-dev] Which version number for the next GDAL release : 1.10 or 2.0 ?

2012-11-08 Thread Frank Warmerdam
n logic for a 2.0 release. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round -

Re: [gdal-dev] [Osgeo4w-trac] random crashes upon using ogrinfo or ogr2ogr with FileGDB

2012-11-07 Thread Frank Warmerdam
ith a different version of visual studio. With OSGeo4W you can switch back to the 1.9.1 GDAL version and things should work. Hopefully the FileGDB plugin will be rebuilt soon. Best regards, -- ---+-- I set the clouds in motion - tu

Re: [gdal-dev] ogr I/O language problem patch.

2012-11-04 Thread Frank Warmerdam
lem, see follow test code. https://www.box.com/s/zi6ugdjcjrwf7h4ycj7c Miyuki, The patch looks promising. Could you file it as a GDAL ticket at: http://trac.osgeo.org/gdal/ Best regards, -- ---+-- I set the clouds in m

Re: [gdal-dev] DGN File with 10 layers recognized in OGR only 1 layer + DGN to SVG converter

2012-11-01 Thread Frank Warmerdam
able from OGR DGN it might capture some of the look and feel of the original DGN. I doubt this is a well trod route. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com ligh

Re: [gdal-dev] state of RFC #26 adoption?

2012-11-01 Thread Frank Warmerdam
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 | http://pobox.com/~war

Re: [gdal-dev] Homebrew Package Manager and libKML dependency on libkml 1.3

2012-10-28 Thread Frank Warmerdam
;ll see what I can do to arrange a release. I have also recently built libkml support into OSGeo4W and had to use trunk. Kind of ugly. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer..

Re: [gdal-dev] reading non baseline tiffs with python image

2012-10-24 Thread Frank Warmerdam
ose would make a difference such as you describe to any other software. 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] Unable to create OGRSpatialReference

2012-10-19 Thread Frank Warmerdam
e Antonio. > > > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/Unable-to-create-OGRSpatialReference-tp5009903p5009971.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org

Re: [gdal-dev] Unable to create OGRSpatialReference

2012-10-19 Thread Frank Warmerdam
w the datum of your coordinate system relates to WGS84 then you are essentially out of luck. Best regards, -- -------+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the wi

Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector

2012-10-17 Thread Frank Warmerdam
e value 128 into bands 1, 2 and 3 in work.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 round - Rush| Geospatial Software Develo

Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector

2012-10-17 Thread Frank Warmerdam
r > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- -------+-- I set the clouds in motion - turn

Re: [gdal-dev] build error - conflicting cpl_serv.h

2012-10-11 Thread Frank Warmerdam
e' was not declared in this scope > make[2]: *** [../o/gt_wkt_srs.lo] Error 1 > make[2]: Leaving directory `/home/work/test/gdal/frmts/**gtiff' > make[1]: *** [gtiff-install-obj] Error 2 > make[1]: Leaving directory `/home/work/test/gdal/frmts' > make: *** [frmts-target] Error 2 > > ___

Re: [gdal-dev] S57 update (was: (no subject))

2012-10-11 Thread Frank Warmerdam
an/listinfo/gdal-dev > > > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- ---+-- I set the c

Re: [gdal-dev] Motion: Release 1.9.2

2012-10-11 Thread Frank Warmerdam
Folks, I declare this motion passed with support from Daniel, Howard, Tamas, Even and myself. The release announcement has now been sent out. Best regards, Frank On Tue, Oct 9, 2012 at 12:25 PM, Even Rouault wrote: > Le mardi 09 octobre 2012 18:27:29, Frank Warmerdam a écrit : > > Mo

[gdal-dev] GDAL/OGR 1.9.2 Released

2012-10-11 Thread Frank Warmerdam
available at: http://download.osgeo.org/gdal/gdal192.zip http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] GDALGetRasterStatistics() and bApproxOK, bForce

2012-10-11 Thread Frank Warmerdam
Also, the meaning of > both params should be probably better described in doc. > > Radim > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- ---+--

[gdal-dev] Motion: Release 1.9.2

2012-10-09 Thread Frank Warmerdam
days for voting. +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 - Rush

Re: [gdal-dev] S57 dataset boundary issue

2012-10-09 Thread Frank Warmerdam
27;m not sure what I or others can do about the performance cost of checking. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://

[gdal-dev] GDAL/OGR 1.9.2 RC2

2012-10-08 Thread Frank Warmerdam
/gdal192RC2.zip http://download.osgeo.org/gdal/gdal-1.9.2RC2.tar.gz If no problems are reported, I'll call for a vote on promoting it to final tomorrow. Best regards, -- ---+-- I set the clouds in motion - turn up |

Re: [gdal-dev] Topological pointer

2012-10-07 Thread Frank Warmerdam
---- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round - Rush| Geospatial Software Developer ___ gdal

Re: [gdal-dev] Topological pointer

2012-10-05 Thread Frank Warmerdam
nless it is really required. > Save paper , stay Green > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- ---+------ I set the cl

Re: [gdal-dev] update to overview resampling methods?

2012-10-05 Thread Frank Warmerdam
t that can be demonstrated and filed as a bug I'd be interested in resolving them. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activ

Re: [gdal-dev] Having difficulties using gdalwarp

2012-10-03 Thread Frank Warmerdam
here was no source data due to the change of coordinate system. It is hard to know what went wrong in the first case. Is the source file small enough that you could make it available for me to test with? Best regards, -- ---+--

Re: [gdal-dev] GDAL/OGR 1.9.2RC1 Available for Review

2012-10-03 Thread Frank Warmerdam
nstead of GDALmake.opt.in. I think I'll prepare a new RC tomorrow. 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.9.2RC1 Available for Review

2012-10-03 Thread Frank Warmerdam
nd it > works fine for me. > Is it possible to integrate the last source code of the WFS driver into the > 1.9.2 release ? > > Thanks in advance. > > > 2012/10/3 Ari Jolma >> >> On 10/03/2012 08:34 PM, Frank Warmerdam wrote: >>> >>> Folks, >

Re: [gdal-dev] GDAL/OGR 1.9.2RC1 Available for Review

2012-10-03 Thread Frank Warmerdam
led into the next release. Is there > something I missed? > > Thanks, > David > > > On Wed, Oct 3, 2012 at 1:55 PM, Ari Jolma wrote: >> >> On 10/03/2012 08:34 PM, Frank Warmerdam wrote: >>> >>> Folks, >>> >>> I have prepared a GDAL/OGR

[gdal-dev] GDAL/OGR 1.9.2RC1 Available for Review

2012-10-03 Thread Frank Warmerdam
2RC1.zip http://download.osgeo.org/gdal/gdal-1.9.2RC1.tar.gz I'll call for a vote promoting it to final if I don't hear of any serious problems today. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warme

Re: [gdal-dev] Get list of all available SRS

2012-09-20 Thread Frank Warmerdam
ganization of the SRSes which can be helpful in a GUI since there are a lot. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the wind

Re: [gdal-dev] Best place to put libecwj2-3.3 patches?

2012-09-17 Thread Frank Warmerdam
Johan, I would like them attached to the wiki page please. Best regards, -- ---+------ I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmer

Re: [gdal-dev] MUTEX_NONE question

2012-09-11 Thread Frank Warmerdam
x overhead. 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| Geos

Re: [gdal-dev] Building gdal 1.9.1 on AIX with

2012-08-30 Thread Frank Warmerdam
(such as adding a compile parameter to xlc) or should this be a patch that mkes gdal playing will on AIX? Zhen, I don't know why this confuses xlc but the work around is harmless enough so please feel free to submit a patch via trac once the build completes successfully. Best regards, -

Re: [gdal-dev] GSoC Image Correlator

2012-08-27 Thread Frank Warmerdam
mage more smoothly. 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 Software Developer ___

[gdal-dev] GSoC Image Correlator

2012-08-26 Thread Frank Warmerdam
level functions. Andrew has done a great job this summer, and I hope we will continue to evolve and exploit the new functionality developed. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam

Re: [gdal-dev] SQL Server Driver

2012-08-24 Thread Frank Warmerdam
e SQL Server Driver does not do bulk insert? > > > > Thanks for the help. > > > > Jimmy Duchesne > > > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---

Re: [gdal-dev] [Qgis-developer] Large raster (ecw) identify very long

2012-08-24 Thread Frank Warmerdam
ne soon. 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 Software Developer ___

Re: [gdal-dev] problem with CloseRings

2012-08-22 Thread Frank Warmerdam
oseRings() > > poly.IsValid() > ERROR 1: IllegalArgumentException: Invalid number of points in > LinearRing found 3 - must be 0 or >= 4 > False > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osg

Re: [gdal-dev] cutting up large TIFF files with gdal_translate

2012-08-22 Thread Frank Warmerdam
le: +27-83-6004028 > Fax: +27-86-6115323 www.geograph.co.za > === > > _______ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- --

Re: [gdal-dev] looking for GeoTIFF samples with RPC metadata

2012-08-07 Thread Frank Warmerdam
e as working with the quickbird 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/~warmerdam and watch the worl

Re: [gdal-dev] generating multipolygon from polygons

2012-08-02 Thread Frank Warmerdam
Neojp, Try AddGeometry with a capital A. Best regards, Frank On Aug 2, 2012 2:33 PM, "neojp" wrote: > Dear List, > > I need to generate a multipolygon by adding all the polygons in a > shapefile. > Based on a previous post I plan to use the addgeometry() to pass each > feature to the multipolyg

Re: [gdal-dev] Error in OSGeo.GDAL.Gdal.Open for .tif format

2012-08-02 Thread Frank Warmerdam
nk you so much, > > > -- > Zhenyu Lu > SUNY-ESF > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > -- ---+-

Re: [gdal-dev] New OGR driver: Imageset

2012-07-24 Thread Frank Warmerdam
ant even after many kinds of transformation, is not too bulky and is very interesting to preserve. Instead i'd be inclined to identify the EXIF info as "well known" metadata names for the default domain. Best regards -- ---+---

Re: [gdal-dev] Motion to adopt the RFC 39

2012-06-28 Thread Frank Warmerdam
eo.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 | http://pobox.com/~warmerdam

Re: [gdal-dev] GDAL Byte Swapping?

2012-06-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 Software Developer ___

Re: [gdal-dev] GDAL spatial reference issue

2012-06-13 Thread Frank Warmerdam
ject call the morphFromESRI() method to transform into "OGR standard" form. Best regards, -- ---+------ I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | h

Re: [gdal-dev] Accuracy of OGRLayer:SetSpatialFilter() API

2012-06-12 Thread Frank Warmerdam
ourselves. 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 Software Developer

Re: [gdal-dev] Accuracy of OGRLayer:SetSpatialFilter() API

2012-06-11 Thread Frank Warmerdam
On Mon, Jun 11, 2012 at 4:48 PM, kedardeshpande87 wrote: > > Frank Warmerdam wrote >> >> There is no externally defined ordering, though the implementation in >> each driver will presumably have some implicit ordering. >> > I am reading a TIGER shape

Re: [gdal-dev] Accuracy of OGRLayer:SetSpatialFilter() API

2012-06-11 Thread Frank Warmerdam
e geometry library we use for this sort of thing. 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 wat

Re: [gdal-dev] Accuracy of OGRLayer:SetSpatialFilter() API

2012-06-08 Thread Frank Warmerdam
gt;> definite ? The documentation in the API does not mention about the order. >> >> Thanks, >> Kedar > > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+

Re: [gdal-dev] GDAL alpha channels

2012-05-29 Thread Frank Warmerdam
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 | htt

Re: [gdal-dev] proj.4 +b parameter has different precision on i386 vs. amd64

2012-05-29 Thread Frank Warmerdam
nor axis from > semi-major and inv-flattening in ogr_srs_proj4.cpp ? > ==> Is this a bug? In my opinion it is not a bug. Best regards, -- ---+------ I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pob

Re: [gdal-dev] troubles with OVERRIDE_PROJ_DATUM_WITH_TOWGS84

2012-05-22 Thread Frank Warmerdam
gt; > The idea of a DATUMSHIT selector would be nice ;) I'm not too sure if your misspelling is intentional or not, though it captures how I often feel about datums. Best regards, -- ---+------ I set the clouds in moti

Re: [gdal-dev] troubles with OVERRIDE_PROJ_DATUM_WITH_TOWGS84

2012-05-22 Thread Frank Warmerdam
use the 3003 coordinate system but force selection of the 1662 datum shift operation. Perhaps now is a reasonable time for us to pursue this... Best regards, -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warm

[gdal-dev] GDAL/OGR 1.9.1 Released

2012-05-22 Thread Frank Warmerdam
/gdal/gdal-1.9.1.tar.gz Details on the the fixes in this release are available at: http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News Best regards, -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warmer

Re: [gdal-dev] troubles with OVERRIDE_PROJ_DATUM_WITH_TOWGS84

2012-05-22 Thread Frank Warmerdam
broadly reasonable to something that is super in one local region and very poor in another where the datum is used. The "largest area of use" rule of thumb is intended to select on this basis. Best regards, -- ---+---

[gdal-dev] Re: Motion: Promote GDAL 1.9.1RC2 to Final Release

2012-05-22 Thread Frank Warmerdam
On Thu, May 17, 2012 at 1:36 PM, Frank Warmerdam wrote: > Motion: The GDAL/OGR 1.9.1RC2 release candidate is hearby > declared the final GDAL/OGR 1.9.1 release. Folks, I declare this motion passed with support from Frank, Daniel, Even and Tamas. I'll rename the RC to final and upda

Re: [gdal-dev] Policy for C/C++ API for GDAL 2.0 ?

2012-05-21 Thread Frank Warmerdam
he various bindings languages. > > Feedback welcome ! > > Best regards, > > Even > > _______ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- -

Re: [gdal-dev] Roadmap to 2.0?

2012-05-18 Thread Frank Warmerdam
n 2.0 which is our opportunity for substantial changes. 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 a

Re: [gdal-dev] Help with GDAL and HDF4 MODIS data

2012-05-18 Thread Frank Warmerdam
files in the directory: > > ftp://ftp.ntsg.umt.edu/pub/MODIS/Mirror/MOD16/MOD16A2_MONTHLY.MERRA_GMAO_1kmALB/Y2000/M01/ > > Yours, Chris > > On Fri, May 18, 2012 at 6:34 PM, Frank Warmerdam wrote: >> Christopher, >> >> Can you provide a pointer to one of the hdf4

[gdal-dev] Motion: Promote GDAL 1.9.1RC2 to Final Release

2012-05-17 Thread Frank Warmerdam
Motion: The GDAL/OGR 1.9.1RC2 release candidate is hearby declared the final GDAL/OGR 1.9.1 release. -- +1 Frank -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com light and sound

Re: [gdal-dev] Propose Chen Zhen as committer

2012-05-17 Thread Frank Warmerdam
he is interested. > +1 Frank We will need Chen to report here on the list that he has read the RFC and is willing to abide by the guidelines. Best regards, -- ---+------ I set the clouds in motion - turn up | Frank Warmerd

Re: [gdal-dev] Effeciency of "ReadRaster" in different storage format of mulit-band image

2012-05-17 Thread Frank Warmerdam
ay well be cases we can optimize if you can be more specific. Best regards, -- ---+------ I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~w

[gdal-dev] GDAL/OGR 1.9.1RC2 Available to Test

2012-05-16 Thread Frank Warmerdam
http://download.osgeo.org/gdal/gdal191RC2.zip I'll make a motion to adopt this as 1.9.1 fairly soon if it looks promising. Best regards, -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobo

Re: [gdal-dev] GDAL/OGR 1.9.1 Release Candidate

2012-05-15 Thread Frank Warmerdam
rt,1): Unknown-9039 >      End_Of_Keys. >   End_Of_Geotiff. > > On 1.9.1 : > >   Keyed_Information: >      GTModelTypeGeoKey (Short,1): ModelTypeProjected >      GTRasterTypeGeoKey (Short,1): RasterPixelIsArea >      GTCitationGeoKey (Ascii,27): "Mount Dillon / Tobago Grid" >      GeogCitationGeoKey (Ascii,13): "Mount Dillon" &g

Re: [gdal-dev] GDAL/OGR 1.9.1 Release Candidate

2012-05-15 Thread Frank Warmerdam
I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round - Rush| Geospatial Software Developer ___ gdal-dev mailing list gda

[gdal-dev] GDAL/OGR 1.9.1 Release Candidate

2012-05-15 Thread Frank Warmerdam
final once I've done a bit of testing myself. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and

Re: [gdal-dev] How to create a fake GeoTIFF for GeoJP2

2012-05-12 Thread Frank Warmerdam
, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round - Rush| Geospatial Software Developer

Re: [gdal-dev] Force bounding box test for spatial filter in OGR

2012-05-11 Thread Frank Warmerdam
be such addition > accepted? > > Regards > Martin > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+

Re: [gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-10 Thread Frank Warmerdam
slate you have now. It will just be inefficient. 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

Re: [gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-10 Thread Frank Warmerdam
, Frank Warmerdam wrote: > Ah, I see I misunderstood what Even's change was doing.  I'll work on this. > > > On Thu, May 10, 2012 at 8:56 AM, Frank Warmerdam wrote: >> Folks, >> >> I have discovered Even already implemented my idea for XYZ and AAIGRID >>

Re: [gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-10 Thread Frank Warmerdam
Ah, I see I misunderstood what Even's change was doing. I'll work on this. On Thu, May 10, 2012 at 8:56 AM, Frank Warmerdam wrote: > Folks, > > I have discovered Even already implemented my idea for XYZ and AAIGRID > 19 months ago.  Based on that I don't know why yo

Re: [gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-10 Thread Frank Warmerdam
d 1.9 pre-release version that predated the above change? Perhaps you just need to update. Best regards, Frank On Thu, May 10, 2012 at 8:49 AM, Frank Warmerdam wrote: > It should be possible to specially implement the CreateCopy for XYZ > format to avoid this.  I'll investigate this.

Re: [gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-10 Thread Frank Warmerdam
64258p4965947.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- ---+

Re: [gdal-dev] gdal.AutoCreateWarpedVRT returning different results than osr.CoordinateTransformation

2012-05-05 Thread Frank Warmerdam
warp the image - it just create a description of how the warp would be done in the form of a pseudo-dataset - a VRT. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and

Re: [gdal-dev] gdal.AutoCreateWarpedVRT returning different results than osr.CoordinateTransformation

2012-05-05 Thread Frank Warmerdam
be any actual warping done just to get this metadata from the .vrt but you will get the result representative of the reprojected image. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer

Re: [gdal-dev] gdal.AutoCreateWarpedVRT returning different results than osr.CoordinateTransformation

2012-05-04 Thread Frank Warmerdam
coordinate system. Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go ro

Re: [gdal-dev] Which formats are just flat binary files plus a header?

2012-05-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 Software Developer ___ gdal-dev mailing lis

[gdal-dev] VersionInfo BUILD_INFO

2012-04-29 Thread Frank Warmerdam
in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://home.gdal.org/warmerda and watch the world go round - Rush| Geospatial Software Developer ___ gdal-dev mailing list gdal-dev@lists.osgeo.org ht

[gdal-dev] 1.9.1 Release Soon

2012-04-27 Thread Frank Warmerdam
rwise I'll hopefully prepare an RC over the weekend. Best regards, -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com light and sound - activate the windows | http://pobox.com/~warmerda

Re: [gdal-dev] gdaladdo level values

2012-04-26 Thread Frank Warmerdam
nteger overview levels. I do believe that GDAL can support reading overviews, even at non-integer overview levels, but not create them. Best regards, -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warme

Re: [gdal-dev] DBF indexing?

2012-04-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

Re: [gdal-dev] FID in a vrt

2012-04-23 Thread Frank Warmerdam
gt; http://www.kyngchaos.com/ > > "I ache, therefore I am.  Or in my case - I am, therefore I ache." > > - Marvin > > > ___ > gdal-dev mailing list > gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinf

Re: [gdal-dev] Libgeotiff 1.4.0 Released

2012-04-21 Thread Frank Warmerdam
libgeotiff and libtiff that undermines my resolve to actually push out releases for libtiff and libgeotiff. :-) Best regards, -- ---+-- I set the clouds in motion - turn up | Frank Warmerdam, warmer...@pobox.com light and

[gdal-dev] Libgeotiff 1.4.0 Released

2012-04-20 Thread Frank Warmerdam
://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.0.tar.gz http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.0.zip Best regards, -- ---+-- I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com light and

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