Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 1, 2024
1 parent 334d7ac commit 0c8893a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nasa_earth_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r requirements.txt
- name: execute python script
run: |
Expand Down
1 change: 1 addition & 0 deletions pace_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
repository = "pace-data"
tag_name = "chla"
release_id = leafmap.github_get_release_id_by_tag(username, repository, tag_name)
leafmap.github_upload_asset_to_release(username, repository, release_id, "README.md")
leafmap.github_upload_asset_to_release(username, repository, release_id, filename)
leafmap.github_upload_asset_to_release(
username, repository, release_id, "chla/chla_latest.tif"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
earthaccess
hypercoast
leafmap
rasterio
rioxarray
earthaccess

0 comments on commit 0c8893a

Please sign in to comment.