Search
Items tagged with: gdal
Currently struggling with turning a DEM GeoTIFF into contours in DXF format: https://gis.stackexchange.com/q/467932/584 #qgis #gdal #ogr
How do I correctly convert a DEM/GeoTIFF to 3D Contours in a DXF file?
I am trying my darndest to turn a DEM/GeoTIFF into a 3D DXF file of contours but so far haven't been able to make it work correctly - I still end up with a seemingly 2D DXF that I can open in Draft...Geographic Information Systems Stack Exchange
I use #osgeo's #gdal #python bindings throughout my #django app, but hope to transition to #rasterio. I've read you really need to pick one or the other https://rasterio.readthedocs.io/en/stable/topics/switch.html because the underlying GDAL C lib objects get handled differently by each python lib. However, I'm hoping I could write and run some management commands/celery tasks that use rasterio while leaving the rest of the app to use osgeo.gdal for now. Anyone have experience with gotchyas in this environment?
#GDAL 3.7.0 is released: https://lists.osgeo.org/pipermail/gdal-dev/2023-May/057215.html . It includes JSON output for ogrinfo, TileDB vector support, reading of FileGeodatabase raster datasets, @sozip (Seek optimized ZIP) read/write support and many other enhancements and fixes.