https://github.com/kamicut/whatpr
Geojson -> WRS2 path rows
https://github.com/kamicut/whatpr
geojson landsat satellite-imagery spatialite
Last synced: about 1 year ago
JSON representation
Geojson -> WRS2 path rows
- Host: GitHub
- URL: https://github.com/kamicut/whatpr
- Owner: kamicut
- License: mit
- Created: 2018-07-12T21:25:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T09:41:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T23:18:06.653Z (over 1 year ago)
- Topics: geojson, landsat, satellite-imagery, spatialite
- Language: JavaScript
- Homepage: https://whatpr.now.sh/
- Size: 5.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
🕵️♂️ whatpr
=======
Queries on the WRS2 path rows:
- Get path rows & geometries for a given boundary
- Get geometry for a given (path, row)
Documentation: https://whatpr.now.sh/documentation
## Deployment
Deployments are run using Docker and pushed to `now.sh`
## Development
### Requirements
- make
- spatialite (`brew install spatialite`)
- Node 8+
### Rebuilding the db
`make`
### Tests
`npm test`