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.
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.