Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).

Sentinel Playground

## 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/).