Re: [gdal-dev] Long Term Prognosis for JPEG 2000

2021-03-29 Thread Jeremy Palmer
I would second COGs using WebP etc compressions. With internal tiling and overviews it's great for easy hosting and access from cloud providers. Also, support for Geotifff is great within desktop, serverside, and in browser. On Tue, 30 Mar 2021, 05:42 Javier Jimenez Shaw, wrote: > What about COG

Re: [gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Jeremy Palmer
I tried a full clean, configure, and make and I still get the same message. I've also tried recording the libraries in the linking process e.g -lifglx before and after -lifdmi -lifsql -lifasf -lifgen -lifos -lifgls and -lifglx before and after libgdal.so, but it still doesn't work. __

Re: [gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Jeremy Palmer
4: recipe for target 'gdalinfo' failed make[1]: *** [gdalinfo] Error 1 make[1]: Leaving directory '/home/informix/dev/gdal/gdal/apps' GNUmakefile:120: recipe for target 'apps-target' failed make: *** [apps-target] Error 2 On Tue, Aug 25, 2020 at 9:10 PM Mateusz Loskot

[gdal-dev] Linking error when building Informix OGR driver

2020-08-25 Thread Jeremy Palmer
s2/mstadm/informix/Xa.2/Xb.YBTN_DlRQlu95txYUUjNOjNrRzaQlAW03TtXUaXSBO8/Xc.ibm.csdk.4.50.FC4W1.LNX.tar/Xd./Xf.LPr.D1vk/Xg.10862767/Xi.ifxdl/XY.regsrvs/XZ.kFM8MiB-VbL9cNlfSPfj_mkY-YI/ibm.csdk.4.50.FC4W1.LNX.tar ) Any help would be much appreciated. Cheers Jeremy __

[gdal-dev] OGR Informix driver status

2020-08-19 Thread Jeremy Palmer
querying takes a long time. I couldn't find much in the issues. Cheers, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal_translate (3.1.0dev) "never" finishes on large jpeg cogs... REALLLLLY long time to unload.

2020-04-22 Thread Jeremy Palmer
ADS=ALL_CPUS \ -co BIGTIFF=YES \ -co TILING_SCHEME=GoogleMapsCompatible \ --config BIGTIFF_OVERVIEW YES \ -co ALIGNED_LEVELS=3 \ -co ADD_ALPHA=YES \ -co BLOCKSIZE=512 \ -co RESAMPLING=CUBIC \ $PWD/$TIF_FOLDER.vrt $PWD/$TIF_FOLDER.webp.google.aligned.cog.tif > > Jeremy – to

Re: [gdal-dev] gdal_translate (3.1.0dev) "never" finishes on large jpeg cogs... REALLLLLY long time to unload.

2020-04-21 Thread Jeremy Palmer
PEG (including the 1bit transparency mask) COGs up to 200GB in size. It did take a couple of days on a mid-sized AWS EC2 instance but completed OK. Note the most of the time is taken up with the overview generation on large COGs. This will hopefully i

Re: [gdal-dev] Add padding to an image

2019-11-08 Thread Jeremy Palmer
Sure. no problem. I posted the question here https://gis.stackexchange.com/questions/341188/add-padding-when-resizing-an-image Thanks Jeremy On Fri, Nov 8, 2019 at 7:23 PM jratike80 < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > Have you considered to ask thi

[gdal-dev] Add padding to an image

2019-11-07 Thread Jeremy Palmer
Hi All, What the best way to pad an output RGBA image with gdal tools? Thanks in advance. Cheers Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] OGR Python API to Load Esri JSON

2019-10-23 Thread Jeremy Palmer
Hi All, Is there a OGR Python API to load Esri JSON into an OGR geometry object, much like CreateGeometryFromJson? I’ve seen the arcgis2geojson library but wanted to avoid that dependency. Cheers, Jeremy ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] [SeasonOfDocs] Offers for GDAL documenting

2019-06-18 Thread Jeremy Palmer
#configuration-options Cheers, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL VRT with Cloud Optimized GeoTIFFs and AWS

2019-03-02 Thread Jeremy Palmer
tiffs and use JPEG compression, which I estimate can bring the size down to about 200GB total. Cheers Jeremy On Sat, Mar 2, 2019 at 9:15 AM Jeremy Palmer wrote: > Hi All, > > Does anyone have any tips or experience in trying to serve RGB large > imagery multi file datasets hosted on

[gdal-dev] GDAL VRT with Cloud Optimized GeoTIFFs and AWS

2019-03-01 Thread Jeremy Palmer
, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Parallelizing Rasterization of Polygons

2018-12-04 Thread Jeremy Castagno
ymbols are there but I dont think I want to static link. Anyways I guess I'm just wondering if there is any way for me to access gv_rasterize_one_shape <https://github.com/OSGeo/gdal/blob/master/gdal/alg/gdalrasterize.cpp#L806>. Thanks for your help and this great library! Jeremy Castagn

Re: [gdal-dev] gdal_merge.py not executing or found

2018-11-07 Thread Jeremy Salerno
Thanks for the help Even. Is there a simple way to check if the python bindings are installed? I installed GDAL through the QGIS installer. I tried running gdal_merge.py after downloading the file from github and have had no success. -- Jeremy A. Salerno Weston Geophysical Corp. 181 Bedford St

[gdal-dev] gdal_merge.py not executing or found

2018-11-07 Thread Jeremy Salerno
/Library/Frameworks/GDAL.framework/Versions/Current/Programs/ or anywhere else in the gdal framework directory. I looked to see if I could install the .py file separately but can't find any installation options on the GDAL website. Thanks! Jeremy -- Jeremy A. Salerno Weston Geophysical Corp

Re: [gdal-dev] Use GDAL on AWS Lambda

2018-07-12 Thread Jeremy Palmer
should be translatable to 3.6 as your biggest issue is likely to be the size of linked binaries which should be similar under both versions. Cheers Jeremy On Fri, Jul 13, 2018 at 7:31 AM kch wrote: > Hello, > > I am looking for any help from anyone who has experience with using GDAL on >

Re: [gdal-dev] connect mssql from linux

2018-05-08 Thread Jeremy Palmer
But does the ODBC driver support the BCP (bulk copy) API? That was the original reason to use the native client. On Wed, May 9, 2018 at 8:06 AM, Mateusz Loskot wrote: > FYI, the SQL Server Native Client is not the best choice to connect to the > latest MSSQL. > You may want to to switch to the n

Re: [gdal-dev] connect mssql from linux

2018-05-06 Thread Jeremy Palmer
Note I alway found the FreeTDS driver would truncate values on rows that contained large geometries. Can't remember the size limit though. Would be interesting to know why the LINUX native driver doesn't work. On Mon, May 7, 2018 at 9:33 AM, Martin Landa wrote: > Hi, > > 2018-05-06 23:22 GMT+02:

Re: [gdal-dev] GDAL way to set open options in QGIS?

2018-02-19 Thread Jeremy Palmer
t should now > automatically set it. > > Thanks Magic. I've now got it working: https://gist.github.com/palmerj/a52bc8357acee0cb1ddc622c2dab1e63 > > Note I can add the mbtiles file directly but then it shows all the data > > > from every zoom level. >

Re: [gdal-dev] GDAL way to set open options in QGIS?

2018-02-18 Thread Jeremy Palmer
c70078198. Could the invalid geometries be causing the issue? Note I can add the mbtiles file directly but then it shows all the data from every zoom level. On Mon, Feb 19, 2018 at 9:47 AM, Jeremy Palmer wrote: > Hi Jürgen, > > On 19/02/2018 09:18, "Jürgen E. Fischer" > > >

Re: [gdal-dev] GDAL way to set open options in QGIS?

2018-02-18 Thread Jeremy Palmer
Hi Jürgen, On 19/02/2018 09:18, "Jürgen E. Fischer" Wasn't just in the message - the typo is fixed in r41535. Thanks. Make sense now. Cheers Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailma

Re: [gdal-dev] GDAL way to set open options in QGIS?

2018-02-18 Thread Jeremy Palmer
mat=pbf maxzoom=14 minzoom=0 name=parcels scheme=tms type=overlay version=2 ZOOM_LEVEL=14 Warning 6: driver MBTiles : type 'booleean' for ZOOM_LEVEL_AUTO open option is not recognized. 1: parcels (Multi Polygon) Cheers Jeremy On Mon, Feb 19, 2018 at 2:41 AM, Even Rouault wrote

[gdal-dev] GDAL way to set open options in QGIS?

2018-02-17 Thread Jeremy Palmer
I'm trying to open the new MBTiles vector tiles driver format in QGIS. Is it somehow possible to set GDAL open options either within QGIS or some sort of environment variable? Cheers Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Vector Tiles in OGR

2018-02-13 Thread Jeremy Palmer
Ok thanks. On Wed, Feb 14, 2018 at 8:00 AM, Even Rouault wrote: > > > > > Great news. Is it possible to provide a user defined list of resolutions > > > for the custom scheme which are not power of two? > > > > Not implemented, but could potentially be done > > > > Even > > > > -- > > Spatialys

Re: [gdal-dev] Vector Tiles in OGR

2018-02-13 Thread Jeremy Palmer
> Even > > Great news. Is it possible to provide a user defined list of resolutions for the custom scheme which are not power of two? e.g like https://www.linz.govt.nz/data/linz-data-service/guides-and-documentation/nztm2000-map-tile-service-schema Cheers Jeremy

Re: [gdal-dev] Coordinates Axis Order for EPSG:2193

2018-02-08 Thread Jeremy Palmer
k you, makes perfect sense. Another day, another another axis order issue :-( Cheers Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Coordinates Axis Order for EPSG:2193

2018-02-08 Thread Jeremy Palmer
Is there a way to report the axis order that GDAL understands internally for automatically swapping coordinates axis order when dealing with OGC/GML services? EPSG is defined as North/East order and is correct in http://epsg-registry.org/export.htm?wkt=urn:ogc:def:crs:EPSG::2193 However when I ru

Re: [gdal-dev] Compiling ECW 3.3 on MacOSX

2018-01-21 Thread Jeremy Palmer
Web have been skipped The combined patch is here: https://gist.github.com/palmerj/6035fa41b3c30ab573c12741012ab011 Note I've also successfully built and tested the combined patch on Ubuntu 14.04 and 16.06 with GDAL 1.11 and GDAL 2.2.3 :) Cheers Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Compiling ECW 3.3 on MacOSX

2018-01-05 Thread Jeremy Palmer
Hi Even, Happy New Year :) On Sat, Jan 6, 2018 at 2:12 AM, Even Rouault wrote: > Hi Jeremy, > > > > I see that your gist has some of the fixes of libecwj2-3.3.patch, and a > lot more (but some are not so obvious without digging more in the code) > I now have an internal g

Re: [gdal-dev] Compiling ECW 3.3 on MacOSX

2018-01-04 Thread Jeremy Palmer
Hi John, On Fri, Jan 5, 2018 at 5:22 AM, John Daniel wrote: > Hello Jeremy, > I do have a handy patch for this library. I will send it to you in a > private e-mail. It isn’t a small patch so I don’t think I should put it on > the mailing list. > Thanks so much for the patch.

[gdal-dev] Compiling ECW 3.3 on MacOSX

2018-01-03 Thread Jeremy Palmer
l.h:86: In file included from /Users/jpalmer/Documents/Development/libecwj2/Source/include/NCSPrefs.h:131: Does anyone have any experience building on MacOSX, or have a handy patch that fixes this? Thanks :) Jeremy ___ gdal-dev mailing list gdal-dev@lists.

Re: [gdal-dev] OGR GeoJSON output

2017-12-17 Thread Jeremy Palmer
z/services;key=$API_KEY/wfs/layer-51572"; -dialect sqlite -sql "SELECT id, lease_name AS name, ST_Y(ST_Transform(ST_Centroid(geometry), 4326)) || ', ' || ST_X(ST_Transform(ST_Centroid(geometry), 4326)) AS latlon FROM \"data.linz.govt.nz:layer-51572\"" | jq "[.f

[gdal-dev] OGR GeoJSON output

2017-12-17 Thread Jeremy Palmer
I have a table without a geometry field and would like to create a simple JSON file containing property key-pairs values without the GeoJSON schema. Is this possible with ogr2ogr? Thanks, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https

Re: [gdal-dev] Write overviews directly to S3

2017-05-18 Thread Jeremy Palmer
9b In fact, I used this last week to add internal overviews to some of our images in S3. Here's a high-level overview of my Python implementation using gdal-2.2.0: Thanks! We will look at this. Cheers Jeremy This message contains information, which may be in

Re: [gdal-dev] Write overviews directly to S3

2017-05-18 Thread Jeremy Palmer
sure as creating a TIFF file might require seeking. Perhaps a fully fledged read-write-update file system would be possible, but that wasn't in my initial design constraints. For now we will work around the issue. Thank for your help. Cheers, Jeremy

[gdal-dev] Write overviews directly to S3

2017-05-18 Thread Jeremy Palmer
file. Cheers Jeremy This message contains information, which may be in confidence and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please notify us

Re: [gdal-dev] Call for discussion on RFC 67 : Null values in OGR

2017-01-25 Thread Jeremy Palmer
Hi Even, Change is most welcomed, especially for WFS/GML. Would there also be changes required to the CSV driver given the new EMPTY_STRING_AS_NULL GDAL 2.1 open option? Cheers, Jeremy On 26/01/2017, at 7:54 AM, Even Rouault mailto:even.roua...@spatialys.com>> wrote: Hi, I've

Re: [gdal-dev] [OSGeo-Standards] CSV spatial data on the web

2016-02-17 Thread Jeremy Palmer
We have all sorts or data within our fields, including pipe - think free description text field where users cut and paste all sorts of stuff! Cheers Jeremy > On 17/02/2016, at 11:58 PM, Johan Van de Wauw > wrote: > > On Wed, Feb 17, 2016 at 11:31 AM, Stefan Keller wrote:

Re: [gdal-dev] [OSGeo-Standards] CSV spatial data on the web

2016-02-17 Thread Jeremy Palmer
Hi Sfefan, > On 17/02/2016, at 11:31 PM, Stefan Keller wrote: > > Hi Jeremy > > Semicolon is well supported in software. > Tab is poorly supported in some text editors. > Comma is heavy used in number values in european countries. > What delimiter do you prefer and why?

Re: [gdal-dev] [OSGeo-Standards] CSV spatial data on the web

2016-02-17 Thread Jeremy Palmer
datasets with legitimate carriage returns within fields. What are the reasons for these design decisions or restrictions? Cheers, Jeremy > On 17/02/2016, at 7:57 AM, Stefan Keller wrote: > > Hi Jeremy > > Thanks for the info. > I assume you are aware of GeoCSV and related softwa

[gdal-dev] CSV spatial data on the web

2016-02-16 Thread Jeremy Palmer
to my issue with this response: https://github.com/w3c/csvw/pull/822 But I think this response needs a wider community view. Cheers, Jeremy This message contains information, which may be in confidence and may be subject to legal privilege. If you are not the intended recipient, you must not

Re: [gdal-dev] How to hide the GML in WFS

2015-06-02 Thread Jeremy Palmer
From: Even Rouault [even.roua...@spatialys.com] Sent: Tuesday, 2 June 2015 8:10 p.m. To: gdal-dev@lists.osgeo.org Cc: Jeremy Palmer Subject: Re: [gdal-dev] How to hide the GML in WFS > You couldn't. In the case of GML returned by a WFS service,

[gdal-dev] How to hide the GML in WFS

2015-06-01 Thread Jeremy Palmer
IT["metre",1, AUTHORITY["EPSG","9001"]], AUTHORITY["EPSG","2193"]] Geometry Column = GEOMETRY gml_id: String (0.0) NOT NULL t50_fid: Integer64 (0.0) Interestingly if I use the new GDAL 2.0 open options (ie. ogrinfo -oo GML_EXPOSE_GML

[gdal-dev] WMTS support in GDAL

2015-04-29 Thread Jeremy Palmer
Is it now possible to read WMTS sources using the GDAL WMS driver? The case looking at is using a service such as https://data.linz.govt.nz/set/2-nz-aerial-imagery/webservices/ and which has custom tile matrix specification and a RESTFul Tile access API. Cheers, Jeremy Palmer Data Services

Re: [gdal-dev] Does gdal_calc.py not calculate arithmetic with in the same file?

2014-07-29 Thread Jeremy Palmer
x could be: --calc "(A.astype(int)-B A.astype(int)+B)" Cheers Jeremy From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Cleo Drakos Sent: Wednesday, 30 July 2014 2:06 p.m. To: Vincent Schut Cc: gdal-dev Subject: Re: [gdal-dev] Does gdal_calc.py not

Re: [gdal-dev] ArcGIS RestAPI JSON Polygons

2014-06-26 Thread Jeremy Palmer
> Looking at the ogresrijsonreader.cpp code I can see I assumed that a > esriPolygon was just a OGC Polygon, so with outer ring first and then inner > rings. Fixing the code to support multi polygons should basically be a matter > of calling OGRGeometryFactory::organizePolygons. Thanks Even. Any

Re: [gdal-dev] ArcGIS RestAPI JSON Polygons

2014-06-24 Thread Jeremy Palmer
> My apology for confusion. > I guess, your request is valid then you may want to open ticket. No probs. Thanks I've raise a ticket here: http://trac.osgeo.org/gdal/ticket/5538 Cheers Jeremy This message contains information, which may be in confidence and may be subject to lega

Re: [gdal-dev] ArcGIS RestAPI JSON Polygons

2014-06-23 Thread Jeremy Palmer
nreader.cpp Also aren't the geometries that OGR constructs supposed to be OGC valid? I don't think they are at the moment when coming from an Esri API Service. Cheers Jeremy This message contains information, which may be in confidence and may be subject to legal privilege. If you

Re: [gdal-dev] ArcGIS RestAPI JSON Polygons

2014-06-23 Thread Jeremy Palmer
http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r300n100 > > Can you? > There is no geometry of multipolygon specified. > AFAIU, for multipolygon ESRI REST produces a hybrid: a Polygon that > contains detached rings > (or rings not in other rings, so they are not holes) a

[gdal-dev] ArcGIS RestAPI JSON Polygons

2014-06-22 Thread Jeremy Palmer
dex.html#//02r300n100 Cheers, Jeremy Palmer LINZ Data Service Manager Landonline & Geospatial Services E jpal...@linz.govt.nz | DDI +64 4 498 3537 | M +64 27 2747 862 Wellington Office, Level 7, Radio New Zealand House, 155 The Terrace PO Box 5501, Wellington 6145, New Zealand

Re: [gdal-dev] GDAL/OGR 1.11.0 Release Candidate 1 available for testing

2014-04-17 Thread Jeremy Palmer
I've just been testing GDAL/OGR 1.11.0 and the MBTiles driver does not seem to be reading transparency information. Not sure if this is new to 1.11.0 or was an issue there before. Ticket here: http://trac.osgeo.org/gdal/ticket/5439 Cheers, Jeremy This message contains information, whic

Re: [gdal-dev] Ogr2ogr and default value of -gt

2014-02-18 Thread Jeremy Palmer
urce level so multiple layers can be updated within the same transaction. Cheers, Jeremy This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message.

[gdal-dev] Produce noData Masks When Warping Datasets

2013-12-17 Thread Jeremy Armstrong
lay the bitmaps. Thanks, Jeremy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Force application of ntv2 grid

2013-11-29 Thread Jeremy Palmer
psoids are the same? Any help would be greatly appreciated. Best regards, Jeremy This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If

Re: [gdal-dev] ECW lossless JPEG 2000 compression issue

2013-11-23 Thread Jeremy Palmer
2000 compression issue Jeremy Palmer linz.govt.nz> writes: > > Has anyone else had issues when reading lossless JPEG 2000 files in the 3.3 SDK? Have I got all of the patches applied? You are out of luck with 3.x SDK. You need SDK 4.2 or above, see http://trac.osgeo.org/gdal/ticket/280

[gdal-dev] ECW lossless JPEG 2000 compression issue

2013-11-23 Thread Jeremy Palmer
put: http://osgeo-org.1560.x6.nabble.com/ECW-JPEG-2000-SDK-v3-3-News-Update-td3774896.html Has anyone else had issues when reading lossless JPEG 2000 files in the 3.3 SDK? Have I got all of the patches applied? Cheers, Jeremy This message contains information, which is confidential and may be subject

Re: [gdal-dev] [Qgis-developer] QGIS 2.0.0 Final Tagged - call for

2013-09-09 Thread Jeremy Palmer
Hi GDAL devs, It is possible get the OSGeo4W 32bit GDAL 1.10 binary packaged soon? Thanks Jeremy >> On Mon, 09. Sep 2013 at 20:56:51 +1200, Jeremy Palmer wrote: >> Can I suggest to the windows packagers (especially OSGeo4w admins) that QGIS >> is linked to gdal 1.10 so Es

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-13 Thread Jeremy Palmer
>> Any chance to get this change back-ported to 1.10 so QGIS 2.0 will >> work with FIleGDBs? > I've just done that (although the changeset is a bit more substantial/risky > than the usual fixes done in stable branch). Thanks! I see the QGIS dev team is looking to release 2.0 about the 7th of Se

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-13 Thread Jeremy Palmer
Hi Even. I found the problem. I needed to do a make clean before rebuilding gdal. Now everything is working and QGIS can load FIleGDBs! Any chance to get this change back-ported to 1.10 so QGIS 2.0 will work with FIleGDBs? Thanks again for your help. Cheers Jeremy

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-13 Thread Jeremy Palmer
: Even Rouault [even.roua...@mines-paris.org] Sent: Tuesday, 13 August 2013 7:23 p.m. To: Jeremy Palmer Cc: 'Even Rouault'; 'gdal-dev@lists.osgeo.org'; 'qgis-develo...@lists.osgeo.org' Subject: RE: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux Selon Jere

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-12 Thread Jeremy Palmer
a.m. To: gdal-dev@lists.osgeo.org Cc: Jeremy Palmer; 'qgis-develo...@lists.osgeo.org' Subject: Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux Le lundi 12 août 2013 22:12:11, Jeremy Palmer a écrit : > Further to this I see that when you open a FIleGDB in QGIS 3 OG

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-12 Thread Jeremy Palmer
x27;m guessing the fix for this should really be done at the Esri library level, but because we have no control over this maybe something can be done in the OGR library to reuse FileGDBAPI Geodatabase handles? Cheers, Jeremy -Original Message- From: Jeremy Palmer Sent: Sunday, 11 August 2013

[gdal-dev] MSSQLSpatial support for non-spatial tables

2013-07-17 Thread Jeremy Palmer
d and list non spatial tables. Let me know if I need to do anything else to get the patch committed to trunk. Cheers, Jeremy This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, dissem

Re: [gdal-dev] WFS and HTTP compression

2013-03-22 Thread Jeremy Palmer
> Because it doesn't take the same code path (GML uses /vsicurl_steaming/ while > other output formats use CPLHttpFetch() that downloads the whole file into > memory and then parses it). I've just added GZip compression request in > /vsicurl_streaming/ (can be turned off by setting CPL_CURL_GZIP to

[gdal-dev] WFS and HTTP compression

2013-03-22 Thread Jeremy Palmer
esting the GeoJSON output format (regardless of the OGR_WFS_USE_STREAMING setting) it is using HTTP gzip compression. Is there a reason why HTTP compression is not used for GML when streaming is enabled? Thanks, Jeremy This message contains information, which is confidential and may be subject

[gdal-dev] Missing Python Geometry Methods

2013-03-16 Thread Jeremy Palmer
Any reason these methods are missing from the python geometry API: swapXY() Polygonize() ?? This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this mess

Re: [gdal-dev] WFS Axis order issue with projected coordinate system

2013-03-06 Thread Jeremy Palmer
Sunday, 3 March 2013 9:52 p.m. To: gdal-dev@lists.osgeo.org Cc: Jeremy Palmer Subject: Re: [gdal-dev] WFS Axis order issue with projected coordinate system > > > Funny thing is ogrinfo reports the SRS with the correct axis order. > > Of course I can add "SRSNAME=EPSG:2193&q

[gdal-dev] Python API

2013-03-06 Thread Jeremy Palmer
referred way? Also is this API going to be well supported in the future? 3/ Following on from discussion about destroy() from geo.org/gdal/wiki/PythonGotchas, can it be confirmed if you need to call destroy at 'all' on OGR objects with GDAL/OGR 1.9? Can some examples be given? Thanks,

[gdal-dev] WFS Axis order issue with projected coordinate system

2013-03-02 Thread Jeremy Palmer
uot;,EAST], AUTHORITY["EPSG","2193"]] Geometry Column = GEOMETRY gml_id: String (0.0) name: String (0.0) status: String (0.0) track_type: String (0.0) track_use: String (0.0) OGRFeature(v:x231):7078 gml_id (String) = x231.fid-7803daab_13d2d6742b0_-7078 name (String) = (nu

Re: [gdal-dev] ogr WFS GML parse error with WFS 1.1.0

2013-02-27 Thread Jeremy Palmer
; WHERE id = 3241251" WFS:'http://wfs.data.linz.govt.nz/84f646e35be34843abd9cee6085b50d6/v/x1571/wfs' Cheers, Jeremy > Sorry, I have no idea about that. I am not a developer but just a somewhat > experienced user and if something works it is legal enough for me. I have a >

Re: [gdal-dev] ogr WFS GML parse error with WFS 1.1.0

2013-02-27 Thread Jeremy Palmer
Hi Jukka, But that's legal XML and GML is it not? Jeremy From: gdal-dev-boun...@lists.osgeo.org [gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jukka Rahkonen [jukka.rahko...@mmmtike.fi] Sent: Wednesday, 27 February 2013 6:23 p.m. To: gda

Re: [gdal-dev] ogr WFS GML parse error with WFS 1.1.0

2013-02-26 Thread Jeremy Palmer
> should be fixed by r25691 Thanks. That works when using SimplifyPreserveTopology :) This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. I

Re: [gdal-dev] ogr WFS GML parse error with WFS 1.1.0

2013-02-26 Thread Jeremy Palmer
with WFS 1.1.0 Jeremy Palmer linz.govt.nz> writes: > > > When use WFS to pull a large GML object it fails: > > > ogrinfo -dialect sqlite -sql "select id, shape from \"v:x1571\" WHERE id = 3241251" WFS:'http://wfs.data.linz.govt.nz/84f646e35be348

Re: [gdal-dev] ogr WFS GML parse error with WFS 1.1.0

2013-02-26 Thread Jeremy Palmer
-lxml2 I'm running GDAL trunk from about mid last week. From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jeremy Palmer Sent: Wednesday, 27 February 2013 10:49 a.m. To: gdal-dev@lists.osgeo.org Subject: [gdal-dev

[gdal-dev] ogr WFS GML parse error with WFS 1.1.0

2013-02-26 Thread Jeremy Palmer
When use WFS to pull a large GML object it fails: ogrinfo -dialect sqlite -sql "select id, shape from \"v:x1571\" WHERE id = 3241251" WFS:'http://wfs.data.linz.govt.nz/84f646e35be34843abd9cee6085b50d6/v/x1571/wfs' ERROR 1: XML parsing of GML file failed : mismatched tag at line 2, column 362182

Re: [gdal-dev] OGR WFS from behind NTLMv2 proxy server

2013-02-18 Thread Jeremy Palmer
>> Try setting GDAL_HTTP_PROXY=host:port and GDAL_HTTP_PROXYUSERPWD=user:pass >> as environmenet variables / configuration options. Still can't get it to work. Returns: ERROR 1: HTTP error code : 407 ERROR 1: Error returned by server : HTTP error code : 407 (0) ERROR 1: HTTP error code : 407 ER

[gdal-dev] OGR WFS from behind NTLMv2 proxy server

2013-02-17 Thread Jeremy Palmer
erver : HTTP error code : 407 (0) FAILURE: Cheers, Jeremy Palmer LINZ Data Service Manager Landonline & Geospatial Services E jpal...@linz.govt.nz<mailto:jpal...@linz.govt.nz> | DDI +64 4 4983537 | M +64 27 2747 862 Wellington Office, Level 7, Radio New Zealand House, 155 The Terrace PO Box 5

Re: [gdal-dev] WFS paging - STARTINDEX should start at 0 not 1

2013-01-02 Thread Jeremy Palmer
ok thanks Even. - Original Message - From: Even Rouault To: "gdal-dev@lists.osgeo.org" Cc: Jeremy Palmer , Robert Coup , Hamish Campbell Sent: 03/01/2013 7:58 PM Subject: Re: [gdal-dev] WFS paging - STARTINDEX should start at 0 not 1 Le jeudi 03 janvier 2013 04:23:

[gdal-dev] WFS paging - STARTINDEX should start at 0 not 1

2013-01-02 Thread Jeremy Palmer
-January/011867.html Cheers, Jeremy This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please

Re: [gdal-dev] FileGDB -preserve_fid

2012-12-13 Thread Jeremy Palmer
Thanks Even. It seems that just using the -sql options works nicely - you don't even need to do the column rename :) -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Friday, 14 December 2012 7:56 a.m. To: Jeremy Palmer Cc: gdal-dev@lists.osge

Re: [gdal-dev] FileGDB -preserve_fid

2012-12-13 Thread Jeremy Palmer
Great thanks. -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of rburhum Sent: Friday, 14 December 2012 8:41 a.m. To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] FileGDB -preserve_fid Although FileGDB does have programmat

Re: [gdal-dev] FileGDB -preserve_fid

2012-12-13 Thread Jeremy Palmer
;s a > public GetOID() method, but SetOID() is private. So it seems that the FileGDB > API manages itself the OID. > > Even Thanks for the info. So what are the options to get the source FID data into FileGDB? I found if I remove the primary key from the Postgresql table that wor

[gdal-dev] FileGDB -preserve_fid

2012-12-12 Thread Jeremy Palmer
], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4167"]] FID Column = OBJECTID Geometry Column = SHAPE data1: St

Re: [gdal-dev] EPSG 8.0 Upgrade

2012-12-11 Thread Jeremy Palmer
tware-downloads#distortiongrid. nzgd2kgrid0005.grd is created from the ASCII file which can be downloaded here http://www.linz.govt.nz/sites/default/files/geodetic/software-downloads/nzgd2kgrid9911.zip Cheers, Jeremy From: fwarmer...@gmail.com [fwarmer...@gmai

Re: [gdal-dev] EPSG 8.0 Upgrade

2012-12-06 Thread Jeremy Palmer
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.org] On Behalf Of Frank Warmer

Re: [gdal-dev] 64bit integers

2012-11-29 Thread Jeremy Palmer
so just to confirm 64bit integers can not be implemented before 2.X or 1.XX? - Original Message - From: Even Rouault To: Jeremy Palmer Cc: "gdal-dev@lists.osgeo.org" Sent: 30/11/2012 11:15 AM Subject: Re: [gdal-dev] 64bit integers Le jeudi 29 novembre 2012 23:10:08, Jerem

Re: [gdal-dev] 64bit integers

2012-11-29 Thread Jeremy Palmer
Thanks. Any idea if the 64bit proposal is going to happen any time soon? If not, is there an option to implement functionality to cast 64bit fields to string in 1.9.X? This function could still be useful once 64bit integers are implemented. Cheers Jeremy - Original Message - From

Re: [gdal-dev] 64bit integers

2012-11-28 Thread Jeremy Palmer
Hi Brent, It's in PostgreSQL. We could convert the field to a string data type, but that's not the point. OGR is currently corrupting data without telling the user! Cheers Jeremy From: pcr...@pcreso.com [mailto:pcr...@pcreso.com] Sent: Thursday, 2

[gdal-dev] 64bit integers

2012-11-28 Thread Jeremy Palmer
l etc. Should ogr not cast these 64bit integers to an ogr string so data is not lost? At least until http://trac.osgeo.org/gdal/wiki/rfc31_ogr_64 is implemented? Thanks, Jeremy This message contains information, which is confidential and may be subject to legal privilege. If you are not the inte

Re: [gdal-dev] Setting CS for FileGDB layers

2012-09-30 Thread Jeremy Palmer
Sorry my bad. I was still calling MorphToESRI on my cs object before creating the layer. Everything is working great now. From: gdal-dev-boun...@lists.osgeo.org [gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jeremy Palmer Sent: Monday, 1 October 2012 6

Re: [gdal-dev] Setting CS for FileGDB layers

2012-09-30 Thread Jeremy Palmer
ROJCS NZGD_1949_North_Taieri_Circuit I checked the ArcGIS WKT definitions and they all have the correct AUTHORITY EPSG id set. Maybe a FileGDB API database issue? Cheers Jeremy From: Even Rouault [even.roua...@mines-paris.org] Sent: Sunday, 30 September 2012 11:57 p.

[gdal-dev] Setting CS for FileGDB layers

2012-09-30 Thread Jeremy Palmer
quot;,1000.0], PARAMETER["Central_Meridian",173.0], PARAMETER["Scale_Factor",0.9996], PARAMETER["Latitude_Of_Origin",0.0], UNIT["Meter",1.0], AUTHORITY["EPSG",2193]] My question: is it possible to improve the morphToEsri logic to

Re: [gdal-dev] Layer creation option FID (Spatialite, MSSQL)

2012-09-10 Thread Jeremy Palmer
the devs to determine if this was possible. Thanks Jeremy This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this messa

[gdal-dev] Layer creation option FID (Spatialite, MSSQL)

2012-09-09 Thread Jeremy Palmer
Any limiting factors in improving the Spatialite and MSSQLSpatial drivers to allow defining the feature ID column LCO like the PostgreSQL (FID) or FileGDB (OID_NAME) drivers? Also, do Spatialite, MSSQL user defined tables with PKs already set work correctly in OGR? Thanks Jeremy This

[gdal-dev] OGR WFS WFSLayerMetadata broken

2012-08-29 Thread Jeremy Palmer
I'm trying to setup a simple python script to query the WFS layers from a service. When using the special WFSLayerMetadata layer it seems to get screwed up. After the first comma within an abstract is found the field alignment becomes broken.. If I look here http://trac.osgeo.org/gdal/browser/

RE: [gdal-dev] Copying FIDs into existing PG schema

2012-02-07 Thread Jeremy Palmer
Wow, thanks Even! I now follow the logic for the original insert method. And yes your implementation makes a reasonable assumption. Thanks again, Jeremy > -Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Wednesday, 8 February 2012 11:50

[gdal-dev] RE: Copying FIDs into existing PG schema

2012-02-07 Thread Jeremy Palmer
re a specific reason for the OGRPGTableLayer::BuildCopyFields (and > CreateFeatureViaCopy) checking that the field must exist in the layer > FieldDefn before > adding it to the copy field list? Or is this a bug? > > Cheers, > Jeremy > ##

[gdal-dev] Copying FIDs into existing PG schema

2012-02-06 Thread Jeremy Palmer
the layer and the feature itself has the FID data set. Is there a specific reason for the OGRPGTableLayer::BuildCopyFields (and CreateFeatureViaCopy) checking that the field must exist in the layer FieldDefn before adding it to the

[gdal-dev] Loading data in MSSQL using ogr2ogr

2012-01-11 Thread Jeremy Palmer
TITY_INSERT" SQL is not executed if the -preserve_fid option is used and the existing table does not have an identity field? Cheers, Jeremy # This message contains information, which is confidential an

  1   2   >