Skip to content

Commit

Permalink
Merge pull request #272 from akrherz/gh997_monroe
Browse files Browse the repository at this point in the history
Rewrite UGC ingest
  • Loading branch information
akrherz authored Feb 5, 2025
2 parents 3844d79 + 881fb17 commit ad20e3d
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 156 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,17 @@ jobs:
environment-name: prod
cache-environment: true

- name: Install Python requirements from pip
run: |
python -m pip install -r pip_requirements.txt
- name: Install and Test
run: |
set -x
python -m pip install . -vv --no-deps
cp pywwa_settings.json-example pywwa_settings.json
# This is a bit brittle, but loads some data
python util/ugcs_update.py fz08mr23 2023 3 08
python util/ugcs_update.py --filename=fz08mr23 --date=2023-03-08
python util/merge_hvtec_nwsli.py hvtec.list.20241009.csv
python util/copy_iem_network.py MN_ASOS
python util/copy_iem_network.py NY_COOP
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies:
- psycopg
# Transient via pyIEM
- pyarrow
# So much of other things here are redundant
- pyiem
# I'm lame
# - pyiem
# BUFR processing
- pybufrkit
# Models
Expand Down
1 change: 1 addition & 0 deletions pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/akrherz/pyIEM.git
Loading

0 comments on commit ad20e3d

Please sign in to comment.