[gdal-dev] array dim permute

2025-07-03 Thread Michael Sumner via gdal-dev
I'm confused about the orientation of this in 2D mode 1485x1272 is correct, with 122 bands. (requires earthdata auth) gdal raster info "/vsicurl/ https://obdaac-tea.earthdatacloud.nasa.gov/ob-cumulus-prod-public/PACE_OCI.20250501T234515.L2.SFREFL.V3_0.nc"; --output-format text | grep /rhos # S

Re: [gdal-dev] [EXTERNAL] Re: Possible to issue sqlite3_limit with "memory" OGR driver?

2025-07-03 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Thanks Even, that’s what I suspected. Best, Jesse Lead Computer Scientist Science Systems and Applications, Inc. Dr Compton Tucker Team NASA Goddard Space Flight Center From: Even Rouault Date: Thursday, July 3, 2025 at 4:23 PM To: Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS I

Re: [gdal-dev] Possible to issue sqlite3_limit with "memory" OGR driver?

2025-07-03 Thread Even Rouault via gdal-dev
Jesse, Maybe you use SQL with the SQLite dialect? Otherwise we lack context to tell why you get SQLite kicking it. I don't think sqlite3_limit() would really help you here, givenit can be used to grow settings beyond the compile time default which is 1 GiB I believe ("Attempts to increase a

[gdal-dev] Possible to issue sqlite3_limit with "memory" OGR driver?

2025-07-03 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
We’re trying to gdal.Polygonize a feature that exceeds SQLite’s default blob size of 1,000,000,000 bytes. Curiously, we’re using the memory dataset, but this appears to leverage SQLite under the hood (evidenced by the error message: ERROR 1: In GetNextRawFeature(): sqlite3_step() : string or bl