nasaharvest / crop-mask

End-to-end workflow for generating high resolution cropland maps
Apache License 2.0
94 stars 26 forks source link

added the right aoi #363

Closed Gedeon-m-gedus closed 5 months ago

Gedeon-m-gedus commented 5 months ago

Added the right asset for the area of interest (aoi)

replaced the FAO boundary link

print('''var aoi = ee.FeatureCollection("FAO/GAUL/2015/level1")
    .filter(ee.Filter.inList('ADM1_NAME', ['Gadaref', 'Western Darfur', 'Southern Darfur','Al Jazeera']));''')

with

print('''var aoi = ee.FeatureCollection("projects/ee-gmuhawenayo/assets/rois");''')
review-notebook-app[bot] commented 5 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB