Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sentinel-hub/sentinelplayground
Simple application for using Sentinel-2 WMS service
https://github.com/sentinel-hub/sentinelplayground
earth-observation gis react redux sentinel wms-service
Last synced: about 12 hours ago
JSON representation
Simple application for using Sentinel-2 WMS service
- Host: GitHub
- URL: https://github.com/sentinel-hub/sentinelplayground
- Owner: sentinel-hub
- License: mit
- Created: 2016-09-27T11:33:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:10:52.000Z (about 2 years ago)
- Last Synced: 2025-01-19T06:52:34.792Z (3 days ago)
- Topics: earth-observation, gis, react, redux, sentinel, wms-service
- Language: JavaScript
- Homepage: http://apps.sentinel-hub.com/sentinel-playground/
- Size: 2.57 MB
- Stars: 74
- Watchers: 15
- Forks: 24
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Sentinel Playground has been made open-source to provide an easier way of trying the Sentinel Hub API services.
Project is built with [React](https://facebook.github.io/react/), more specifically with [Create React App](https://github.com/facebookincubator/create-react-app).
For state management it uses [Redux](https://github.com/reactjs/redux). Map is based on [Leaflet](http://leafletjs.com/).## Setting up
Node.js version 8.x must be used to run app successfully.
```
- yarn install
- open src/store/config.js and insert your Sentinel API key
- yarn start (for local testing)
- yarn build (prepare application for deploy)
```## Acquiring Sentinel API key
To use Sentinel API service, you need to have your API key. You can get test API key by writing mail to [[email protected]](mailto:[email protected]).
For more info about API service, check [https://docs.sentinel-hub.com/api/latest/](https://docs.sentinel-hub.com/api/latest/).