Re: [gdal-dev] Gdal raster reproject equivalent to gdalwarp -rpc

2025-07-18 Thread Michael Smith via gdal-dev
al raster info tmp.gdalg.json -f text Hope that helps, Scott On 7/18/25 05:05, Michael Smith via gdal-dev wrote: > All, > > Is there an gdal raster reproject equivalent command to gdalwarp -rpc > (which we use for NITF files with RPC georeferencing information? > Additionally,

Re: [gdal-dev] Gdal raster reproject equivalent to gdalwarp -rpc

2025-07-18 Thread Michael Smith via gdal-dev
l raster pipeline \ ! read some.tif \ ! write tmp.gdalg.json --overwrite \ && gdal raster info tmp.gdalg.json -f text Hope that helps, Scott On 7/18/25 05:05, Michael Smith via gdal-dev wrote: > All, > > Is there an gdal raster reproject equivalent command to gdalwarp -rpc >

[gdal-dev] Gdal raster reproject equivalent to gdalwarp -rpc

2025-07-18 Thread Michael Smith via gdal-dev
All, Is there an gdal raster reproject equivalent command to gdalwarp -rpc (which we use for NITF files with RPC georeferencing information? Additionally, is there a gdal pipeline way to use info as the last step rather than writing a file? I would be very useful to be able to do gdal rast

Re: [gdal-dev] Creating gdal with oracle-support

2025-07-15 Thread Michael Smith via gdal-dev
For compiling gdal with oracle, I build gdal oracle drivers as a plugin to use with conda compiled gdal. You need the instant client SDK to build. I build the plugin with export CXXFLAGS="${CXXFLAGS} -std=c++17 -D_LIBCPP_DISABLE_AVAILABILITY" mkdir build cd build cmake -G "Ninja"

Re: [gdal-dev] ADBC driver and DuckDB on Windows

2025-07-12 Thread Michael Smith via gdal-dev
Seth, Have you tried adding https://anaconda.org/conda-forge/libadbc-driver-manager to your conda build and then adding duckdb.dll? Mike -- Michael Smith RSGIS Center – ERDC CRREL NH US Army Corps On 7/12/25, 6:51 AM, "gdal-dev on behalf of Seth G via gdal-dev" mailto:gdal-dev-boun

Re: [gdal-dev] Motion: approve GDAL 3.11.2RC2 as final release

2025-07-09 Thread Michael Smith via gdal-dev
+1 Michael Smith > On Jul 9, 2025, at 3:30 AM, Even Rouault via gdal-dev > wrote: > > Hi, > > starting with my +1 > > Even > > -- > http://www.spatialys.com > My software is free, but my time generally not. > > ___ > gdal-dev mailing list > gdal

Re: [gdal-dev] Motion: approve GDAL 3.11.1RC2 as final release

2025-06-27 Thread Michael Smith via gdal-dev
+1 Mike -- Michael Smith RSGIS Center – ERDC CRREL NH US Army Corps On 6/27/25, 5:16 AM, "gdal-dev on behalf of Even Rouault via gdal-dev" mailto:gdal-dev-boun...@lists.osgeo.org> on behalf of gdal-dev@lists.osgeo.org > wrote: Hi, starting with my

Re: [gdal-dev] [PROPOSAL] Add CADRG write support via RPFTOC/NITF drivers

2025-06-11 Thread Michael Smith via gdal-dev
I would like to say that unfortunately even in this day and age there are still places that use and work with these terrible formats. It would definitely be used by the US Army Corps and NGA. Even if I wish we wouldn’t. Michael SmithUS Army Corps. On Jun 11, 2025, at 9:08 AM, Frank Warmerdam via gd

Re: [gdal-dev] Motion: approve GDAL 3.11.0RC2 as final release

2025-05-07 Thread Michael Smith via gdal-dev
+1 Mike On 5/7/25, 11:54 AM, "gdal-dev on behalf of Even Rouault via gdal-dev" mailto:gdal-dev-boun...@lists.osgeo.org> on behalf of gdal-dev@lists.osgeo.org > wrote: +1 Even -- http://www.spatialys.com My software is free, but

Re: [gdal-dev] Motion: ReadTheDocs Financial Support

2025-04-17 Thread Michael Smith via gdal-dev
+1 Mike On 4/17/25, 12:45 PM, "gdal-dev on behalf of Howard Butler via gdal-dev" mailto:gdal-dev-boun...@lists.osgeo.org> on behalf of gdal-dev@lists.osgeo.org > wrote: Dear PSC, GDAL and PROJ depend upon ReadTheDocs for documentation generation and hosti

[gdal-dev] STAC Geoparquet required fields - Inspecting one feature due to missing metadata items

2025-04-13 Thread Michael Smith via gdal-dev
Looking at some stac geoparquet datasets I created from a VRT, I see this in the gdal debug output: GDAL: GDALOpen(/Users/rdcrlmds/Downloads/test1.gti.parquet, this=0x1580079d0) succeeds as Parquet. GTI: Using assets.data.href as location field GTI: Inspecting one feature due to missing metadata

Re: [gdal-dev] Motion: approve use of GDAL Sponsorship Program funds for 2 documentation contributors

2025-03-12 Thread Michael Smith via gdal-dev
+1Michael SmithOn Mar 12, 2025, at 9:17 AM, Javier Jimenez Shaw via gdal-dev wrote:+1 JavierOn Wed, 12 Mar 2025 at 14:15, Even Rouault via gdal-dev wrote:Hi, Seth Girvin (https://github.com/geographika) and Harrissou Sant-anna (DelazJ) are interested in contributing i

Re: [gdal-dev] OSM to GDB

2025-02-20 Thread Michael Smith via gdal-dev
ogr2ogr -f OpenFileGDB -spat 39 30 40 41 -nlt MULTIPOLYGON -ds_transaction C:\TEMP\TEST5.gdb C:\TEMP\World_8_3.osm multipolygons You need to just pass the single layer to ogr2ogr Mike From: John Oliver Date: Thursday, February 20, 2025 at 1:31 PM To: Michael Smith , "gdal-dev@list

Re: [gdal-dev] OSM to GDB

2025-02-20 Thread Michael Smith via gdal-dev
I believe you need to do this by layer, eg points/lines/etc. One GDB per geometry class. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: gdal-dev on behalf of John Oliver via gdal-dev Reply-To: John Oliver Date: Thursday, February 20, 2025

[gdal-dev] Opening STACIT failure if there is any connection error to one file

2025-02-11 Thread Michael Smith via gdal-dev
When opening a stac json file of multiple tiles, I’ll occasionally get a random error on one of the tiles like (probably due to government network issues). RuntimeError at /stac/featcollections/158703/items/vrt Cannot open /vsicurl/https://grid.nga.mil/grid/api/file/stream/random_file_refer

Re: [gdal-dev] CSharp bindings queued for removal (was Re: GDAL CSharp bindings maintainers/contributors listening... ?)

2025-01-30 Thread Michael Smith via gdal-dev
Maybe the bindings should be moved out if gdal to a separate repo so those interested in the bindings can monitor that specific repo and not gdal in general. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: gdal-dev on behalf of Tamas Szeker

Re: [gdal-dev] DuckDB queries in GDAL/OGR master branch

2024-12-27 Thread Michael Smith via gdal-dev
eoBuf (FGB) format is a far, far more simple cloud native solution. No changes to infrastructure required. Store your FGB on any http(s) server. For more complex queries, maybe an API might still be the more simple solution. Scott On 12/27/24 08:05, Michael Smith via gdal-dev wrote: > Wi

[gdal-dev] DuckDB queries in GDAL/OGR master branch

2024-12-27 Thread Michael Smith via gdal-dev
With some recent commits to GDAL master branch, you can now do some amazing DuckDB queries in GDAL! For example, h3 level 6 indexing for POIs in NH from Overture Maps ogr2ogr -f parquet POI_NH_H3.parquet -nlt POINT -a_srs epsg:4326 -oo ADBC_DRIVER=libduckdb -oo PRELUDE_STATEMENTS="LOAD S

Re: [gdal-dev] Using ADBC to read geometries

2024-12-25 Thread Michael Smith via gdal-dev
tps://www.facebook.com/1150855701606590>) emails (StringList) = (null) phones (StringList) = (1:+959765858258) brand.wikidata (String) = (null) brand.names.primary (String) = (null) addresses (String(JSON)) = [{"freeform":"အမှတ်(၂၁),ပွဲစားလမ်း(အောက်လမ်း)၊ ကြည့်မြင်တိုင်&quo

Re: [gdal-dev] [PROJ] LIBERTIFF / Thread-safe TIFF reader

2024-12-22 Thread Michael Smith via gdal-dev
It’s a COG so it just decompresses and reads the tiles/cells needed for reprojection -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: PROJ on behalf of Rahkonen Jukka via PROJ Reply-To: Rahkonen Jukka Date: Sunday, December 22, 2024 at 3:12 PM To: H

[gdal-dev] Using ADBC to read geometries

2024-12-21 Thread Michael Smith via gdal-dev
Using gdal-master conda packages, trying to use the new ADBC driver for libduckdb integration, I’m able to connect to a parquet dataset (only if it has the parquet extension) but the geometry is not being recognized. Seems to take a long time to load compared with duckdb. So, I must be doing som

Re: [gdal-dev] STACIT driver and iten collections and origin / pixel size

2024-09-11 Thread Michael Smith via gdal-dev
Thanks for the clarification! Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: Even Rouault Date: Wednesday, September 11, 2024 at 9:19 AM To: Michael Smith , Subject: Re: [gdal-dev] STACIT driver and iten collections and origin / pixel size

Re: [gdal-dev] STACIT driver and iten collections and origin / pixel size

2024-09-11 Thread Michael Smith via gdal-dev
] STACIT driver and iten collections and origin / pixel size Michael, can you paste the definition of such STAC Json item ? Guess: "proj:epsg" is present, but "proj:bbox" or "proj:transform" are using WGS84 coordinates ? Even Le 11/09/2024 à 15:59, Michael Smith

[gdal-dev] STACIT driver and iten collections and origin / pixel size

2024-09-11 Thread Michael Smith via gdal-dev
Using gdal 3.9.2: I’m using pystac to create stac json item collections. I’m setting the srs of using the projection extension and gdalinfo returns the correct srs that I am setting. gdalinfo STACIT:13459.json Driver: VRT/Virtual Raster Files: /vsicurl/https://noaa-nos-coastal-lidar-pd

[gdal-dev] Issue converting geo parquet data

2024-07-30 Thread Michael Smith via gdal-dev
Hi all, I was converting the overture maps parquet data to geopackage and got this error using gdal master (via conda). GDAL_NUM_THREADS=ALL_CPUS CPL_TMPDIR=/data2 ogr2ogr -f gpkg /data/overture_buildings.gpkg /vsis3/overturemaps-us-west-2/release/2024-07-22.0/theme=buildings "theme=bui

Re: [gdal-dev] Changes in conda-forge packaging for GDAL 3.9.1

2024-07-25 Thread Michael Smith via gdal-dev
It would be just mamba install -c conda-forge libgdal-core libgdal-jp2openjpeg Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers From: gdal-dev on behalf of Michał Kowalczuk via gdal-dev Reply-To: Michał Kowalczuk Date: Thursday, July 25, 2024

Re: [gdal-dev] don't search side car files on s3 with gdalinfo

2024-04-27 Thread Michael Smith via gdal-dev
Javier, You can control with the GDAL_DISABLE_READDIR_ON_OPEN configuration parameter (https://gdal.org/user/configoptions.html). Typically, I set GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR which will disable this. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of En

Re: [gdal-dev] Open a string (json) as STACIT in python

2024-03-11 Thread Michael Smith via gdal-dev
Works perfectly just had to do myds=gdal.OpenEx("STACIT:/vsimem/temp_stacit.json") Mike On 3/11/24, 2:34 PM, "gdal-dev on behalf of Even Rouault via gdal-dev" mailto:gdal-dev-boun...@lists.osgeo.org> on behalf of gdal-dev@lists.osgeo.org > wrote: Mike, Yes

Re: [gdal-dev] GDAL 3.8.0beta1 available for testing

2023-11-01 Thread Michael Smith via gdal-dev
Using the ghcr.io/osgeo/gdal:ubuntu-full-latest docker image, I get a segfault when trying to convert overture maps to flatgeobuf ogr2ogr -f flatgeobuf /data/overturemaps_2023_10_19.fgb /vsis3/overturemaps-us-west-2/release/2023-10-19-alpha.0/theme=buildings/ theme=buildings -progress … Fl