Re: [gdal-dev] Writing concurrent indexes to a FileGDB

2023-02-06 Thread Tim Martin via gdal-dev
- ie I haven't seen any errors. But my tests definitely show you cannot write multiple indexes concurrently on the same table which seems to fit with the issue of the .gdbindexes file you mention. Thanks again Tim From: Even Rouault Sent: 06 February 2023 12:01 To: Tim Martin ; gdal

[gdal-dev] Writing concurrent indexes to a FileGDB

2023-02-06 Thread Tim Martin via gdal-dev
Hi GDAL Devs I posted this question on GIS Stack Exchange and someone recommended I contact this group (https://gis.stackexchange.com/questions/451331/adding-multiple-attribute-indexes-to-filegdb-using-ogrinfo/451336#451336) I have the unfortunate task of creating some very large FileGDB and ne

[gdal-dev] ogrinfo json output

2019-07-17 Thread Tim Martin
Hi Looking at gdalinfo there is a parameter to get json output (https://gdal.org/programs/gdalinfo.html#cmdoption-gdalinfo-json) and reading this https://trac.osgeo.org/gdal/wiki/rfc44_gdalinfoxml it was proposed that this would be implemented to ogrinfo as well. Looking at the docs I do not se

Re: [gdal-dev] Full Driver list for using in building from source

2019-07-05 Thread Tim Martin
-drivers and customise as much as I need. Cannot wait to use the COG driver in 3.1!!! Thanks for your help -Original Message- From: Even Rouault Sent: 05 July 2019 09:19 To: gdal-dev@lists.osgeo.org Cc: Tim Martin Subject: Re: [gdal-dev] Full Driver list for using in building from

[gdal-dev] Full Driver list for using in building from source

2019-07-05 Thread Tim Martin
Hi List Hopefully this is the right place to post this query and not as a GitHub issue. I also raised the question on GIS Stack Exchange but haven't got a correct answer. I am trying to create an AWS Lambda layer with GDAL with only a few drivers and so have been using the amazonlinx-gdal Dock

[gdal-dev] Error when importing/exporting to FileGDB

2012-02-22 Thread tim martin
Hi gdalers I have installed OSGeo4W and have checked the ogr formats and see that FileGDB is there. So I then tested a simple ESRI shapefile using the following command ogr2ogr -f "FileGDB" region.gdb region.shp this worked and I can see the data in ArcMap. I then tried a folder of shapefiles

Re: [gdal-dev] Re: Hillshade + Topographic Map??

2012-02-22 Thread tim martin
Hi Donovan and board Yes that Tim Sutton tutorial is very good. I also found this one http://dirkraffel.com/2011/07/05/best-way-to-merge-color-relief-with-shaded-relief-map/ I ended up following this procedure and it has worked v well. I just setup a loop to use ImageMagik and combine the two

Re: [gdal-dev] Re: Hillshade + Topographic Map??

2012-02-21 Thread tim martin
Hi Everyone Many thanks for your help. Lots of recommendations and I have tried each one with limited success 1) QGIS - works but i need a permanent copy. 2) GIMP - problem with this is GIMP does not recognise my rasters. I have expanded to color table to rgb and it still wouldnt open the file.