https://github.com/stevage/whattheproj
Website to guess the projection for a given point.
https://github.com/stevage/whattheproj
coordinates epsg geography geometry latitude longitude projection spatial
Last synced: 8 months ago
JSON representation
Website to guess the projection for a given point.
- Host: GitHub
- URL: https://github.com/stevage/whattheproj
- Owner: stevage
- Created: 2018-11-23T03:36:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T01:40:53.000Z (over 4 years ago)
- Last Synced: 2025-04-06T15:12:48.475Z (about 1 year ago)
- Topics: coordinates, epsg, geography, geometry, latitude, longitude, projection, spatial
- Language: Vue
- Size: 1020 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# what-the-proj
https://stevage.github.io/WhatTheProj/
What do you do when you have a geospatial file and you don't know which projection it's in? Use *What the Proj*!
1. Enter one of the projected coordinates, as X and Y.
2. Enter the longitude and latitude that you think it might correspond to. (For instance, if you know all the data is related to Canberra, you could pick a long/lat in the middle of Canberra)
3. Click "Guess!" All known EPSG codes will be tried. The one that gives a result closest to your target will be shown.
Don't have any actual data and just want to see it work? Try [test data](https://stevage.github.io/WhatTheProj/#test)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```