openwfm / wrfxpy

WRF-SFIRE data acquisitiion, forecasting, data assimilation, and visualization in Python.
MIT License
37 stars 17 forks source link

convert_geotiff.sh using new pyproj versions #70

Closed Fergui closed 1 year ago

Fergui commented 1 year ago

When running the convert_geotiff.sh using the new version of pyproj, the known_lon and known_lat are swapped because of a change in pyproj.transform (which is now deprecated). Instead, the pyproj.Transformer needs to be used.

This is a continuation of issue https://github.com/openwfm/WRF-SFIRE/issues/63