GeoscienceAustralia / ginan

The Australian Government, through Positioning Australia (part of Geoscience Australia), is funding the design, development and operational service of a Global Navigation Satellite System (GNSS) position correction system - the Ginan service and toolkit. The application of the Ginan correction service by a GNSS device has the potential to increase positioning accuracy from meters to centimetres across Australia. The suite of software systems in this repository (the Ginan toolkit) will be used to create the service. It is available now under an open source licence. Ginan will give individuals and organisations no-cost access to the Ginan software and service as a public good.
https://geoscienceaustralia.github.io/ginan/
Other
207 stars 95 forks source link

Update requirements.txt #87

Closed giotec closed 2 months ago

giotec commented 2 months ago

Added hatanaka to requirements as used by gn_functions.py

ronaldmaj commented 2 months ago

Hi giotec

Thanks for the pull request. The hatanaka module is now a prerequisite for the auto download script used to gather required inputs, however it has not entered the main branch yet.

You can find the hatanaka module in the requirements.txt file in the develop-weekly branch here: https://github.com/GeoscienceAustralia/ginan/blob/develop-weekly/scripts/requirements.txt#L23

Therefore, when we merge develop-weekly into the main branch, the hatanaka module will also be enter the main branch. This generally occurs when we are ready for a wider release.

I will close off this PR soon, but please let me know if you have any further questions or queries around this

giotec commented 2 months ago

Thanks for the information @ronaldmaj

Noticed the issue in the v3 Release, and doing a docker pull recently made a realisation that it was still present in the main branch

Glad its been fixed