Skip to content

ESPG=4326 is not recognised #69

@tomsail

Description

@tomsail

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions