An open API service indexing awesome lists of open source software.

https://github.com/kamicut/whatpr

Geojson -> WRS2 path rows
https://github.com/kamicut/whatpr

geojson landsat satellite-imagery spatialite

Last synced: 6 months ago
JSON representation

Geojson -> WRS2 path rows

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`