allenai / rslearn

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

Figure out what tile stores should store #3

Closed favyen2 closed 8 months ago

favyen2 commented 8 months ago

Right now they store bytes.

Maybe they should store images / vector data instead? But then we'd need to repeat things like handling different image formats for each tile store.

Maybe there should be an intermediate above the tile store that handles the format?

I'm not sure what's best here, it just feels weird to pass bytes to the tile store.

favyen2 commented 8 months ago

Tile stores now handle either raster or vector data. And can have different format configured.