ohmg-dev / OldInsuranceMaps

A public space for georeferencing historical fire insurance maps.
https://oldinsurancemaps.net
GNU General Public License v3.0
17 stars 2 forks source link

[Task] Switch from pygdal to GDAL python bindings #183

Closed mradamcox closed 1 week ago

mradamcox commented 3 months ago

Describe the task The official python bindings from GDAL seem to work exactly the same as the NextGIS pygdal package I've been using, but they have better support for more recent GDAL releases. The install scripts should use that library instead of pygdal.

Completion criteria Update requirements.txt, recreate prod env with this package.