Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.32 KB

File metadata and controls

61 lines (33 loc) · 1.32 KB

Country codes

https://www.iban.com/country-codes

download_tides 8768094 noaa -date1 20150101 -date2 20150131

but it will be here

https://readthedocs.org/projects/gnssrefl/downloads/

https://gnssrefl.readthedocs.io/_/downloads/en/latest/pdf/

user guide not updated, so useless

#https://buildmedia.readthedocs.org/media/pdf/gnssrefl/latest/gnssrefl.pdf

Local notes: f2py -c -m gnssrefl.gpssnr gnssrefl/gpssnr.f

docker pull unavdocker/gnssrefl to install code.

WSV

https://github.com/bundesAPI/pegel-online-api/tree/main/python-client

when you make a new version

Use 1.5.1 as an sample version number

  • change the version number in setup.py.

  • change the version in the README.md

  • change the version number in CHANGELOG.md and provide a description of the main changes in this new version.

  • push the code to github, git push origin master

  • git tag 1.5.1

  • git push --tags

The latter will tell github to make a new pypi version.

git push origin master will make a new docker.

Install a new python:

  • sudo apt install python3.9

Get a list of your outdated packages

  • pip list --outdated

How to update them all? The horror, the horror

$EXE/gfzrnx -finp rinex3 -fout rinex2 -vo 2 -ot G:S1C

Where is the static executable information for gpsSNR or gnssSNR? Cause it would be useful to know ...

git pull --rebase