Skip to content

Commit d565e66

Browse files
committed
Cleanup project structure and update gitignore for recipes
1 parent d9ee170 commit d565e66

53 files changed

Lines changed: 20289 additions & 20793 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323

24+
- name: Setup Python
25+
uses: actions/setup-python@v4
26+
with:
27+
python-version: '3.10'
28+
29+
- name: Install Python dependencies
30+
run: python -m pip install jupyter nbformat xarray matplotlib python-cmr earthaccess mlcroissant rasterio ceda-datapoint scikit-learn earthengine-api pystac-client stac-geoparquet pyarrow h5py netCDF4 hdf5plugin "sunpy[visualization]" planetary-computer s3fs pystac stac-validator rdflib pyshacl https://github.com/openrsgis/pytdml/releases/download/v1.2.0/pytdml-1.2.0-py3-none-any.whl
31+
2432
- name: Setup Quarto
2533
uses: quarto-dev/quarto-actions/setup@v2
2634
with:
@@ -43,4 +51,4 @@ jobs:
4351
steps:
4452
- name: Deploy to GitHub Pages
4553
id: deployment
46-
uses: actions/deploy-pages@v4
54+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Python
21
__pycache__/
32
*.py[cod]
43
*$py.class
@@ -19,40 +18,26 @@ wheels/
1918
*.egg-info/
2019
.installed.cfg
2120
*.egg
22-
23-
# Virtual environments
2421
venv/
2522
ENV/
2623
env/
2724
.venv
28-
29-
# IDE
3025
.vscode/
3126
.idea/
3227
*.swp
3328
*.swo
3429
*~
35-
36-
# OS
3730
.DS_Store
3831
Thumbs.db
39-
40-
# Project specific
4132
outputs/*.png
4233
outputs/*.jpg
4334
outputs/*.tif
4435
!outputs/.gitkeep
45-
46-
# Non-Quarto companion files (standalone scripts and data)
47-
*.py
48-
*.json
49-
50-
# Quarto build outputs (deployed via gh-pages branch, not committed to main)
36+
# Quarto
5137
/.quarto/
5238
_book/
5339
docs/
5440
_freeze/
55-
56-
# Jupyter
41+
site_libs/
5742
.ipynb_checkpoints/
5843
*.ipynb_checkpoints

CEDA UK to GeoCroissant Support/CEDA_UK to GeoCrossiant.ipynb renamed to CEDA_UK_to_GeoCroissant_Support/CEDA_CMIP6_to_GeoCroissant.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)