Re: [gdal-dev] style from GeoJSON to DXF

2025-04-24 Thread Chris Toney via gdal-dev
Hi Javier, I don't know much about DXF, but if you had a GeoJSON file named styled_points.geojson with ("style" just an arbitrary field name): { "type": "FeatureCollection", "name": "styled_points", "features": [ { "type": "Feature", "properties": { "style": "PEN(c:#00ff00)" }, "geometry": { "type

Re: [gdal-dev] SQLite / Spatialite RDBMS

2025-03-09 Thread Chris Toney via gdal-dev
s.fi> wrote: > > Hi, > > > > Proj requires SQLite anyway and you may want to do coordinate > transformations with GDAL. Without SpatiaLite you’ll miss only the > SpatiaLite SQL functions, and of course support for SpatiaLite databases. > > > > -Jukka Ra

Re: [gdal-dev] SQLite / Spatialite RDBMS

2025-03-09 Thread Chris Toney via gdal-dev
uires SQLite anyway and you may want to do coordinate > transformations with GDAL. Without SpatiaLite you’ll miss only the > SpatiaLite SQL functions, and of course support for SpatiaLite databases. > > > > -Jukka Rahkonen- > > > > *Lähettäjä:* gdal-dev *Puolesta *Chris

[gdal-dev] SQLite / Spatialite RDBMS

2025-03-09 Thread Chris Toney via gdal-dev
Hi, The SQLite / Spatialite RDBMS driver says "SQLite is an optionally compiled in driver. It is not compiled in by default." It seems fairly ubiquitous though. Is that a safe assumption (more or less), or are there important caveats to know about? I know that SQLite could be present without Spatia

Re: [gdal-dev] Thread-safe raster access

2024-06-03 Thread Chris Toney via gdal-dev
Hi Andrew, Some related comments and links are in: https://github.com/OSGeo/gdal/issues/9091 Chris On Mon, Jun 3, 2024 at 7:44 AM Andrew Bell via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi, > > I am aware that there isn't thread-safe raster access with the current > GDAL interface for vari