UHI use case: Krakow dataset implementation#113
Conversation
vdplasthijs
left a comment
There was a problem hiding this comment.
Sorry for the delay @wkravchyk . All looks good, just wanted to double-check re the data. Either remove the csv from here (add it to your gitignore) and share it via Teams. Or if it's just a small file it's fine. What do you think is best?
There was a problem hiding this comment.
We normally don't upload the data into the repo to keep the size down, except for the butterfly case so we have 1 working example. How large is the file?
There was a problem hiding this comment.
(But all the data is on teams instead)
There was a problem hiding this comment.
I have removed the .CSV file with the tabular data, it is not that large (~22MB), but for now it is probably better to store it on Teams.
|
In the commit 41be611 I added experiment and model config files for Kraków UHI dataset that use Tessera embeddings as one of the modalities. One more thing that I have changed is an override for Since this is still related to Kraków UHI dataset implementation I'm not creating a new PR, just committing here. |
What does this PR do?
Implementation of the Kraków UHI dataset (90 m GSD grid with no time-series data, just one acquisition date with most intensive UHI effect: 2024-08-29):
src/data_preprocessing/make_model_ready_heat_krakow.pysrc/data_preprocessing/heat_krakow_spatial_splits.pysrc/data/heat_krakow_dataset.pydata/heat_krakowAll files were checked with pre-commit and passed all of the checks.
Before submitting
pytestcommand?