DOI-USGS / lake-temperature-model-prep

Pipeline #1
Other
6 stars 13 forks source link

Add exception for lotw #352

Closed hcorson-dosch-usgs closed 2 years ago

hcorson-dosch-usgs commented 2 years ago

This PR manually adds Lake of the Woods back into the lake subset after all lakes that fall outside of the GCM footprint (including LotW) are filtered out. The cell that it falls within is now assigned a nearby cell to use for data. I modified the map to show all queried cells, which reveals why the cell matched to the cell that contains Lake of the Woods is two rows away, as it was the closest queried cell that returned data: query_tile_cell_map_missing

Fixes #351