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.
get-name
(get-name c)
Get the name of a coordinate reference system.
get-source-crs
(get-source-crs t)
Get the source coordinate reference system of a transform.
get-target-crs
(get-target-crs t)
Get the source coordinate reference system of a transform.
includes?
(includes? string substring)
proj4-str?
(proj4-str? 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)