JuliaGeo / GeoFormatTypes.jl

Wrapper types for spatial data formats like well known text, KML, Proj4 strings.
https://juliageo.github.io/GeoFormatTypes.jl/stable
MIT License
6 stars 0 forks source link

add Extended and Unknown format modes, and docs for format modes #17

Closed rafaqz closed 2 years ago

rafaqz commented 2 years ago

This PR attempts to resolve both #15 and #16 by replacing the concrete type Mixed to an abstract type MixedFormatMode, and adding Extended and Unknown for the the cases where we know we have both CRS and Geom, or we do not know the contents and let convert try to resolve conversions with heuristics later on.

This should mean we don't need ExtendedWellKnownText or EWKT, as we have WellKnownText{Extended}.