Skip to content

Commit

Permalink
Replace gdal python bindings (new style compulsory since GDAL 3.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucduron committed Feb 23, 2024
1 parent fe2aff3 commit 7273f77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/slf_to_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
Convert all variables of a single frame (from a Serafin file) to a tif raster (one band per variable)
Beware: Output file is overwritten if already present
"""
import gdal
from osgeo import gdal, osr
import matplotlib.tri as mtri
import numpy as np
import osr
import sys

from pyteltools.geom.transformation import Transformation
Expand Down

0 comments on commit 7273f77

Please sign in to comment.