Skip to content

Commit

Permalink
pin synop2bufr in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Mar 27, 2024
1 parent 4722eff commit 91ab745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ RUN apt-get install -y --no-install-recommends \
libgdal-dev gunicorn python3-gevent python3-gdal python3-elasticsearch libudunits2-dev dos2unix wget \
&& rm -rf /var/lib/apt/lists/*

# install pygeoapi, pywcmp, pymetdecoder, synop2bufr, csv2bufr, bufr2geojson
# install pygeoapi, pywcmp, bufr2geojson
RUN pip3 install --no-cache-dir git+https://github.com/geopython/pygeoapi.git@master \
&& pip3 install --no-cache-dir \
https://github.com/wmo-im/pywis-topics/archive/main.zip \
https://github.com/wmo-im/pywcmp/archive/master.zip \
https://github.com/wmo-im/bufr2geojson/archive/main.zip \
https://github.com/wmo-cop/pyoscar/archive/master.zip \
https://github.com/wmo-im/synop2bufr/archive/main.zip
# note: synop2bufr includes csv2bufr
https://github.com/wmo-cop/pyoscar/archive/master.zip

RUN pywcmp bundle sync

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ paho-mqtt
psycopg2
pygeometa
sqlalchemy==2.0.25
pymetdecoder-wmo==0.1.14
pymetdecoder-wmo==0.1.14
synop2bufr==0.7.0

0 comments on commit 91ab745

Please sign in to comment.