wkt-crs
Read and Write WKT-CRS (
Well-known text representation of coordinate reference systems)
features
- zero dependencies
- simple JSON format
- numerical precision preservation
- familiar array item lookups like
data[1]- ergonomic object key lookups like
data.PROJCS.GEOGCS.DATUM- sort keywords like PARAMETER and AXIS
install
- in the terminal, run
npm install wkt-crs- in html, add
basic usage
``
js
// you can skip this line if you loaded via