geo.crs
Helper functions for identifying and manipulating Coordinate Reference Systems.
crs-name?
(crs-name? crs-str)
Check if input is a valid CRS name accepted by proj4j.
Accepted CRS names are in the forms:
EPSG:xxxx, ESRI:xxxx, NAD83:xxxx, NAD27:xxx, or WORLD:xxxx.
epsg-str->srid
(epsg-str->srid epsg)
Converts EPSG string to SRID, if possible.
includes?
(includes? string substring)
proj4-string?
(proj4-string? crs-str)
Check if input appears to be a proj4 string
srid->epsg-str
Convert an SRID integer to EPSG string.
starts-with?
(starts-with? string prefix)