eubtube / HOT_GCC_Collines

Automation Scripts for QGIS Project Creation
0 stars 0 forks source link

iterate_grid: Create AOI Function #2

Open eubtube opened 3 years ago

eubtube commented 3 years ago

Need to create a function that takes a range of rows and columns from the colline grid as input, then trims the grid to just the files in that range that have a corresponding quadkey value (for every combination of r, c given in range). The full rows and columns of the geo-dataframe can then be saved as a new AOI geopackage.

The framework is at the end of the iterate_grid.pynb file, just need to make a working function. See toward the end of this notebook.

eubtube commented 3 years ago

Working code, need to clean up