Clay-foundation / model

The Clay Foundation Model (in development)
https://clay-foundation.github.io/model/
Apache License 2.0
299 stars 38 forks source link

Let ClayDataModule return same spatiotemporal fields as GeoTIFFDataModule #91

Closed weiji14 closed 8 months ago

weiji14 commented 8 months ago

Align the torch Dataset-based ClayDataModule developed in #47 with the torchdata-based GeoTIFFDataModule (mainly #66), so that both are consistent in terms of the input parameters and returned values.

TODO:

This is part 1/3 of setting things up for the next round of embedding generation to conform to the GeoParquet table format in #86.