-
Couldn't load subscription status.
- Fork 22
Open
Description
This is one of the reasons that the CI actions don't pass:
Some of the examples in the README use EPSG = 4326 as an integer for the coordinate system.
However in edgefx.py, only strings are tested i.e. :
if crs == "EPSG:4326":
like in bathymetric_gradient_sizing_function() and wavelength_sizing_function()
if crs == "EPSG:4326" or crs == 4326:
seems to be a good fix
Metadata
Metadata
Assignees
Labels
No labels