All Projects → sentinel-hub → Sentinelplayground

sentinel-hub / Sentinelplayground

Licence: mit
Simple application for using Sentinel-2 WMS service

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sentinelplayground

Cesium
An open-source JavaScript library for world-class 3D globes and maps 🌎
Stars: ✭ 8,095 (+16764.58%)
Mutual labels:  gis
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+1897.92%)
Mutual labels:  gis
Shapefile.jl
Parsing .shp files in Julia
Stars: ✭ 40 (-16.67%)
Mutual labels:  gis
Spimedb
EXPLORE & EDIT REALITY
Stars: ✭ 14 (-70.83%)
Mutual labels:  gis
Mapboard
A framework for data-rich web mapping 🌎📊✨
Stars: ✭ 29 (-39.58%)
Mutual labels:  gis
Igo2
Assemblage (IGO2) / Open GIS Infrastructure 2.0
Stars: ✭ 36 (-25%)
Mutual labels:  gis
Geography for hackers
Geography for Hackers - Teaching all how to hack geography, use GIS, and think spatially
Stars: ✭ 25 (-47.92%)
Mutual labels:  gis
Geoserver
geoserver is a Go library for manipulating a GeoServer instance via the GeoServer REST API.
Stars: ✭ 48 (+0%)
Mutual labels:  gis
Arcgis Python Api
Documentation and samples for ArcGIS API for Python
Stars: ✭ 954 (+1887.5%)
Mutual labels:  gis
Intro spatialr
Introduction to GIS and mapping in R with the sf package
Stars: ✭ 39 (-18.75%)
Mutual labels:  gis
Wetland Hydro Gee
Mapping wetland hydrological dynamics using Google Earth Engine (GEE)
Stars: ✭ 20 (-58.33%)
Mutual labels:  gis
Wildfirepy
WildfirePy, a Python library for Wildfire GIS data analysis.
Stars: ✭ 21 (-56.25%)
Mutual labels:  gis
Landsat8 scene calculator
Creates NDVI, SAVI, RBG, NIR, short wave infrared, agriculture, geology, and bathymetric GeoTIFF files using Landsat8 imagery.
Stars: ✭ 37 (-22.92%)
Mutual labels:  gis
Ziptastic Php
Official Ziptastic PHP Library
Stars: ✭ 9 (-81.25%)
Mutual labels:  gis
Otmaps
基于ArcGIS API for JavaScript封装的专题图制图类库
Stars: ✭ 44 (-8.33%)
Mutual labels:  gis
Rlur
Shiny dashboard for Land Use Regression modelling
Stars: ✭ 8 (-83.33%)
Mutual labels:  gis
Maup
The geospatial toolkit for redistricting data.
Stars: ✭ 35 (-27.08%)
Mutual labels:  gis
Urbansprawl
Open framework for calculating spatial urban sprawl indices and performing disaggregated population estimates using open data
Stars: ✭ 48 (+0%)
Mutual labels:  gis
Tiledmapview
Tiled map loader for Android , based on the pyramid model, supports a variety of projections, including Web Mercator projection, latitude and longitude projection and custom projection; supports locating, adding layers and overlays. Android瓦片地图加载控件,基于金字塔模型,支持多种投影,包括Web墨卡托投影,经纬度直投及自定义投影等;支持定位,添加图层和覆盖物。
Stars: ✭ 45 (-6.25%)
Mutual labels:  gis
Geonode
GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
Stars: ✭ 988 (+1958.33%)
Mutual labels:  gis

Sentinel Playground has been made open-source to provide an easier way of trying the Sentinel Hub WMS services. 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

Node.js version 8.x must be used to run app successfully.

- 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 [email protected]. For more info about WMS service, check www.sentinel-hub.com/apps/wms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].