Landcover represent spatial information on different types (classes) of physical coverage of the Earth's surface
The source of landcover link to the source
docker build -t quantumobile/sip_landcover .
docker pull quantumobile/sip_landcover
docker push quantumobile/sip_landcover
docker run \
-e "AOI=POLYGON ((-85.299088 40.339368, -85.332047 40.241477, -85.134979 40.229427, -85.157639 40.34146, -85.299088 40.339368))" \
-e "START_DATE=2016-05-01" \
-e "END_DATE=2023-06-30" \
-e "SENTINEL2_CACHE=/input/SENTINEL2_CACHE" \
-e "OUTPUT_FOLDER=/output" \
-v `pwd`/data/SENTINEL2_CACHE:/input/SENTINEL2_CACHE \
-v `pwd`/data/results:/output \
quantumobile/sip_landcover
- Open Admin page,
localhost:9000/admin/
- In AOI block select
Components
and click on+Add
- Add Component name:
Add your name
- Add Image:
quantumobile/sip_landcover
- Select Sentinel Google API key is required
- Deselect GPU is needed for a component to run
- Add Component name:
- SAVE
- Update page with
SIP app
(localhost:3000) - Select
Area
orField
on the map and save it - Drop-down menu on your
Area
orField
->View reports
Create new
- In
Select layers
choose your component, add additional params like Year, Date range and so on Save changes