allenai / rslearn

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

Support layers specifying an alias for storing in the tile store. #43

Closed favyen2 closed 1 month ago

favyen2 commented 1 month ago

This is useful if you have multiple layers with same data source but need to define the layers separately instead of using max_matches > 0. Then you can set them all to have same alias so the items from the data source don't need to be ingested multiple times.

Probably there's a way we can just save them based on the data source name but for now we need to manually set this alias.