lauraduncanson / icesat2_boreal

Biomass modeling and mapping of forest biomass in the boreal using NASA's ICESat-2
14 stars 7 forks source link

Change 3.1.2_dps.py section to be able to read JSON files from S3 #48

Closed pahbs closed 3 years ago

wildintellect commented 3 years ago

TODO:

wildintellect commented 3 years ago

I merged my code cell in 3.1.2 showing how to aggregate the response jsons (list of dictionaries) into a single json. Now we just need to port it over to the fetch https://github.com/lauraduncanson/icesat2_boreal/blob/master/notebooks/3.Gridded_product_development/3.1.2_GreenestPixelCompositing_python_NT-AM-PM.ipynb

Then the existing code 3.1.2 dps can be changed to load a single json to get it's bands, path to the json in S3 provided as an arg.

nmt28 commented 3 years ago

ported over and tested