Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.56 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.56 KB

SIP LANDCOVER

Landcover represent spatial information on different types (classes) of physical coverage of the Earth's surface

The source of landcover link to the source

Build image

docker build -t quantumobile/sip_landcover .

Pull image

docker pull quantumobile/sip_landcover

Push to registry

docker push quantumobile/sip_landcover

Docker run command

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

How to add model to SIP


  1. Open Admin page, localhost:9000/admin/
  2. 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
  3. SAVE
  4. Update page with SIP app (localhost:3000)
  5. Select Area or Field on the map and save it
  6. Drop-down menu on your Area or Field -> View reports
  7. Create new
  8. In Select layers choose your component, add additional params like Year, Date range and so on
  9. Save changes