eubtube / HOT_GCC_Collines

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

iterate_grid: Create Function to Stash Quadkey IDs for a Project #3

Open eubtube opened 3 years ago

eubtube commented 3 years ago

Make a function to spit the tile quadkey for the rows in the AOI dataframe (called df_clipped in the file) into a txt file that can be read when converting maxar tiles later. .txt file needs to be saved with a unique ID that will also be used for the project.

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