ronnyhdez / reclaimed_sites_ab

https://ronnyhdez.github.io/reclaimed_sites_ab/
0 stars 0 forks source link

Review the reference buffers asset creation #143

Closed ronnyhdez closed 1 month ago

ronnyhdez commented 1 month ago

In the flagging.py script I'm still using a test asset. Need to validate steps to keep final results:

reference = ee.FeatureCollection('projects/ee-ronnyale/assets/reference_buffers_test_gee')
reference_areas = reference.map(calculate_class_area)

export_if_not_exists('projects/ee-ronnyale/assets/reference_buffers_lc_areas',
                     reference_areas,                    
                     'export_reference_land_cover_buffers')
ronnyhdez commented 1 month ago

Ref #145