UHI use case: Krakow dataset implementation#113
Open
wkravchyk wants to merge 3 commits into
Open
Conversation
vdplasthijs
reviewed
Jun 16, 2026
vdplasthijs
left a comment
Collaborator
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?
Collaborator
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?
Collaborator
There was a problem hiding this comment.
(But all the data is on teams instead)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?