Even Rouault
Even Rouault
> as I not only compiled GDAL on my machine but also added the `PGeo` driver to the official ARM version of the `GDAL Docker image` which docker image exactly?...
Cf 01eefefeb9ef5024d6b84644d366a1fe8e695b0f that can serve as inspiration
CC'ing @abellgithub
Closing as likely addressed by https://github.com/OSGeo/gdal/pull/10237
CC @normanb @sgillies
Partially implemented per: commit cf07c4ff648b43285fa00aa9ca3d78cfc32293b3 Author: Even Rouault Date: Sat Sep 2 23:37:44 2023 +0200 OGRGeometry classes: add addGeometry()/addRing()/addCurve() methods accepting a std::unique_ptr commit d04118ba47e0b02c12d587fbdd4a0e75b51e96f8 Author: Even Rouault Date: Sat...
> supports an notion of [filter by scalerank](https://github.com/felt/tippecanoe?tab=readme-ov-file#filtering-features-by-attributes). not sure what "scalerank" mean: is that just a particular attribute of the NaturalEarth input layer ? You could possibly apply standard...
> not sure what "scalerank" mean: is that just a particular attribute of the NaturalEarth input layer ? ok, so checking with a NaturalEarth dataset, "scalerank" is just a regular...
> Would be really key though if the filtering was a function of zoom level. I think ideally this would take the form of some kind of map (maybe similar...
We should be careful though if using std::mutex as global variables, for functions that could be called late in the termination sequence of the process, and after the std::mutex have...