unitsofmeasurement / seshat

Seshat Units of Measurement Implementation
Apache License 2.0
7 stars 3 forks source link

Support EPSG codes #18

Closed desruisseaux closed 2 years ago

desruisseaux commented 2 years ago

EPSG codes were excluded from 1.0 release because considered too specific to geospatial community. However their support add very few overhead to the library, and the library already has a slight focus on geospatial for example with the support of sexagesimal units. Bringing back the support of EPSG codes make the library a little bit more convenient for downstream geospatial project and also makes the port from Apache SIS easier (less code to delete).

desruisseaux commented 2 years ago

This task was actually done a year ago, but the issue created only now for tracing purpose.