GeoFormatTypes.jl

GeoFormatTypes.GeoFormatTypesModule

GeoFormatTypes

Stable Dev Build Status

GeoFormatTypes defines wrapper types to make it easy to pass Geographic formats like WellKnownText or GeoJSON between packages while keeping information about what format is contained - instead of passing a String or Int that could be from any type.

Wrapper types also allow methods such as convert to work with data in multiple formats, instead of defining lists of format-specific handling methods.

source
GeoFormatTypes.EPSGType

EPSG code representing a coordinate reference system from the EPSG spatial reference system registry.

source
GeoFormatTypes.GeometryFormatType

Formats representing geometries. These wrappers simply mark string formats that may optionally be converted to Geoetry objects at a later point.

source