allenai / rslearn

A tool for developing remote sensing datasets and models.
Apache License 2.0
5 stars 0 forks source link

gcp_public_data.Sentinel2: support not setting index_cache_dir #11

Closed favyen2 closed 7 months ago

favyen2 commented 8 months ago

Should be able to run it without index_cache_dir and it will lookup images in the relevant tile folders directly.

This way user can query without having to worry about upfront indexing cost, which is especially useful for near-real-time applications.