Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a4810b8
Modify license in settings.ini to CC-BY-4.0 for publishing on dataver…
TinasheMTapera Jun 26, 2025
fc78422
[FEATURE] Begin work on publish module for ERA5 dataset pipeline to p…
TinasheMTapera Jun 26, 2025
eaf739d
commit before adding develop updates
TinasheMTapera Jul 2, 2025
1d582d6
merging develop
TinasheMTapera Jul 2, 2025
1fa022a
added a module to upload a lego compliant version of the data to data…
TinasheMTapera Jul 28, 2025
fb3d92a
Merge branch 'feature/18-Publish-the-era5-dataset-on-dataverse' into …
TinasheMTapera Jul 28, 2025
2794367
Merge branch 'main' into develop
TinasheMTapera Jul 28, 2025
88da77e
Merge branch 'develop' into feature/16-Add-Functionality-for-Diurnal-…
TinasheMTapera Jul 28, 2025
8764e48
Test out pytask interactively in a Jupyter notebook. This is a demons…
TinasheMTapera Jul 28, 2025
453a793
Committing progress:
TinasheMTapera Jul 30, 2025
e44acbe
Major changes to the project including:
TinasheMTapera Jul 31, 2025
785b85e
Progress towards feature/16-Add-Functionality-for-Diurnal-Readings:
TinasheMTapera Aug 18, 2025
3520b73
Major refactor of aggregation framework that accurately aggregates da…
TinasheMTapera Aug 28, 2025
d58700d
Continue progress on the algorithm. Currently, we have the values in …
TinasheMTapera Sep 2, 2025
bf06d0d
Enable DEV_MODE for quick development and update aggregation logic to…
TinasheMTapera Sep 5, 2025
621c9d7
Settled on a working algorithm to aggregate by day and night:
TinasheMTapera Sep 11, 2025
d4239c2
Began progress towards setting up the aggregation task in pytask.
TinasheMTapera Sep 11, 2025
6bc75a4
- Corrected algorithm to use for diurnal aggregation. The task now ta…
TinasheMTapera Sep 15, 2025
5cd38a7
Functioning pytask pipeline has been updated to include the diurnal a…
TinasheMTapera Sep 17, 2025
71d9d52
Major updates to run the entire workflow with diurnal readings:
TinasheMTapera Sep 22, 2025
abf9967
Enhance ERA5 Spatial Aggregation Pipeline for Diurnal Readings
TinasheMTapera Oct 2, 2025
e7e84dc
Merge branch 'feature/16-Add-Functionality-for-Diurnal-Readings' into…
TinasheMTapera Oct 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ logs/*
.DS_Store
sandbox
slurm*
data
data
bld
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"python.terminal.activateEnvInCurrentTerminal": true,
"quarto.path": "",
"quarto.usePipQuarto": false
}
596 changes: 395 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

Loading