/SentinelPlayground

Simple application for using Sentinel-2 WMS service

Primary LanguageJavaScriptMIT LicenseMIT

Join the chat at https://gitter.im/sinergise/Lobby

Sentinel Playground has been pushed open-source to provide more easier start for anyone who's trying to try Sentinel Hub WMS service. Project is built with React, more specifically with Create React App. For state management it uses Redux. Map is based on Leaflet.

Sentinel Playground

Setting up

- npm install
- open src/store/config.js and insert your Sentinel API key
- npm start (for local testing)
- npm run build (prepare application for deploy)

Acquiring Sentinel API key

To use Sentinel WMS service, you need to have your API key. You can get test API key by writing mail to info@sinergise.com. For more info about WMS service, check www.sentinel-hub.com/apps/wms.

Have more ideas?

We will be very happy to view some of your own implementation of our Sentinel Playground.