NIEHS / beethoven

BEETHOVEN is: Building an Extensible, rEproducible, Test-driven, Harmonized, Open-source, Versioned, ENsemble model for air quality
https://niehs.github.io/beethoven/
Other
4 stars 0 forks source link

Download and process NLCD #196

Closed eva0marques closed 8 months ago

eva0marques commented 9 months ago

Results for 150m buffers:

Screenshot 2023-12-01 at 2 41 13 PM
eva0marques commented 9 months ago

Steps:

eva0marques commented 9 months ago

Question:

MAKassien commented 9 months ago

If the data is not present for every year, I would start by downloading the available years and then we can decide how we want to process the years without data (i.e. nearest year, latest year, interpolation of any kind)

kyle-messier commented 9 months ago

floor-year

eva0marques commented 8 months ago

Difficulties in opening the .img data downloaded from the USGS website. After further investigation, we think that it is due to .img format storage on the ddn server. The problem is fixed when we use .tif data format, need to convert default .img data to .tif. For now, the conversion is done manually but a new issue (#204) has been opened.