From: Dan White Date: Mon, 11 Jul 2022 19:55:07 +0000 (-0500) Subject: do-updates.sh: update for new get-observations.py X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=995bfbf8ceb7441d45b938f59f2a8db6ca8ae55f;p=scheduling-bazaar-data.git do-updates.sh: update for new get-observations.py --- diff --git a/do-updates.sh b/do-updates.sh index 8a56ffa..4e51431 100755 --- a/do-updates.sh +++ b/do-updates.sh @@ -5,12 +5,18 @@ cd ~/ed/scheduling-bazaar cd data +# Configure the Conda environment +. ~/miniconda3/etc/profile.d/conda.sh +conda activate bazaar + + echo "*** Fetching database items" ../python-files/get-db.sh echo echo "*** Getting observations" #../python-files/get-observations.py --fetch observations.db -../python-files/get-observations.py --fetch --retry-unknown observations.db +#../python-files/get-observations.py --fetch --retry-unknown observations.db +../python-files/get-observations.py --fetch --pages 100 observations.db exit