Skip to content

QuantuMobileSoftware/sip_moisture_anomaly

Repository files navigation

SIP MOISTURE ANOMALY

Build image

docker build -t quantumobile/sip_moisture_anomaly .

Pull image

docker pull quantumobile/sip_moisture_anomaly

Push to registry

docker push quantumobile/sip_moisture_anomaly

Docker run command

docker run \
    -e "AOI=POLYGON((-85.31589029977734 40.37835374310216,-85.2369260663789 40.37835374310216,-85.2369260663789 40.334139412509636,-85.31589029977734 40.334139412509636,-85.31589029977734 40.37835374310216))" \
    -e "START_DATE=2019-07-01" \
    -e "END_DATE=2019-07-30" \
    -e "SENTINEL2_CACHE=/input/SENTINEL2_CACHE" \
    -e "OUTPUT_FOLDER=/output" \
    -e "SENTINEL2_GOOGLE_API_KEY=/input/api-key-retriever.json" \
    -v `pwd`/api-key-retriever.json:/input/api-key-retriever.json \
    -v `pwd`/data/SENTINEL2_CACHE:/input/SENTINEL2_CACHE \
    -v `pwd`/data/results:/output \
    quantumobile/sip_moisture_anomaly

Example result

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_moisture_anomaly
    • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6