You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems I misunderstood the type of the projections supported by this package. I thought all EPSG codes were supported, but I think only the codes for generic map projections (methods?) are supported (and understandably so, EPSG is huge).
For example, EPSG:3035 was mentioned on discourse, which is the European reference system, an instance of the Lambert Azimuthal Equal Area projection.
Would be really cool if we could support almost all EPSG codes in native Julia.
The text was updated successfully, but these errors were encountered:
From the discussion at https://discourse.julialang.org/t/how-to-convert-a-point-from-a-given-2d-crs-to-another-one/114549/6
It seems I misunderstood the type of the projections supported by this package. I thought all EPSG codes were supported, but I think only the codes for generic map projections (methods?) are supported (and understandably so, EPSG is huge).
For example, EPSG:3035 was mentioned on discourse, which is the European reference system, an instance of the Lambert Azimuthal Equal Area projection.
Would be really cool if we could support almost all EPSG codes in native Julia.
The text was updated successfully, but these errors were encountered: