- Added a progress bar to the tile download process for better user feedback. - Simplified the tile overlap checking logic in the R script to improve performance and readability.
- Filter master grid to only overlapping tiles based on GeoJSON field boundaries - Implement per-date tiling for resumable processing (can stop/restart anytime) - Add grid-size versioning (subfolder structure: daily_tiles_split/5x5/, etc) - Skip already-processed dates for idempotent execution - Upfront extent checking (one-time), per-date processing (resumable) - Reduce storage by excluding empty tiles outside field boundaries