https://github.com/osgeo/spatialreference.org
spatialreference.org source code
https://github.com/osgeo/spatialreference.org
crs
Last synced: about 2 months ago
JSON representation
spatialreference.org source code
- Host: GitHub
- URL: https://github.com/osgeo/spatialreference.org
- Owner: OSGeo
- License: mit
- Created: 2023-12-02T12:56:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T10:59:09.000Z (10 months ago)
- Last Synced: 2025-07-08T20:24:16.362Z (10 months ago)
- Topics: crs
- Language: JavaScript
- Homepage: https://spatialreference.org
- Size: 22.5 MB
- Stars: 24
- Watchers: 14
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spatialreference.org
This is the base repository of the webpage [https://spatialreference.org](https://spatialreference.org)
Its content is automatically refreshed from the PROJ' SRS database, at each [PROJ](https://proj.org) release using [pyproj](https://pyproj4.github.io/pyproj/)
It contains several catalogs of Spatial Reference Systems: EPSG, ESRI, IAU:2015, IGNF, NKG and OGC.
To generate the webpage in your computer just run `scripts/run.sh` (it uses docker) and check the output in the folder `dist`.
Spatialreference.org has a sibling project under the PROJ umbrella: [CRS Explorer](https://crs-explorer.proj.org). It has a different approach displaying all the available CRSs and filtering them.