Closed Fergui closed 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
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