djlampert / PyHSPF

Python extensions to the Hydrological Simulation Program in Fortran (HSPF), including classes for gathering input data, building input files, performing simulations, postprocessing results, calibrating hydrology process parameters, and forecasting climate and land use change effects on water resources
Other
83 stars 51 forks source link

CDL GDAL 3.0 coordinate transformation changed #15

Open abhiramp1 opened 3 years ago

abhiramp1 commented 3 years ago

The order of the input arguments for lat, lon is changed for the transformation in GDAL 3.0

Changes needed in rasterutils for coordinate transformation

https://github.com/OSGeo/gdal/issues/1546