DAM-Project / machine-learning

1 stars 1 forks source link

Rewrite Polygon classification Algorithm in Python #11

Open peibingg opened 2 years ago

peibingg commented 2 years ago

The file is located at https://github.com/DAM-Project/machine-learning/blob/main/sentinel-water-detection/model-development/js/sentinelWaterDetectionPolygonApp.js

Scope:

  1. familiar with GEE Python APIs
  2. familiar with GEE Map component
  3. familiar with GEE JavaScript algorithm
  4. convert JavaScript Algorithm to Python Algorithm
  5. commit the new Python file into machine-learning repository
peibingg commented 2 years ago

Did upskilling on JavaScript & Python Programming, and read GEE Python APIs online docs

peibingg commented 2 years ago

Committed to machine-learning repo