You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to find out how pyBADA needs to be installed/configured to point to a local BADA installation.
From the code it looks like it is searching for the relevant BADA files but I could not find out in README or elsewhere where to specify their location.
The text was updated successfully, but these errors were encountered:
It is a good start...but I would suggest something more and simpler.
(These are just my observations, discard them eventually)
I would add in the Getting Started
a very short snippet of pyBADA code to show the functionality.
This would assume a certain setup for the BADA installation (see suggestion for config file)
BADA installation instructions with a concrete example going from downloaded ZIPs
So for example, something like:
BADA Installation and configuration for pyBADA
Assuming you got an approved license for the use of BADA, the following steps detail how to install BADA & configure pyBADA:
In the BADA User Interface select the version of interest, say 3.16 and press Filter
download the relevant Release files, i.e. a zip bada_316_80ddb12010d1cfc55fc7.zip
download the monthly update of interest, for example the Monthly update 2024-10 results in the zip bada_316_update_202410_ba71053b4a2f1ba034b8.zip
extract the zips, say in /home/users/typ/bada/4.3_2024-10 (note that the monthly update will overwrite the original SYNONYM.NEW of the release with an updated version)
update the bada_dir value in your pyBADA config file with the relevant path, i.e. /home/users/typ/bada/4.3_2024-10
Note
I would suggest some defaults in a dedicated config file (and document is in the Getting started or somewhere prominent), similarly to what done in traffic also here, something like
[bada]
# default to ~/Documents/bada/ or C:\Users\<userid>\bada
bada_path = /home/spi/Documents/bada/3.16_2024-10
A very short example, less 10 lines of code, that uses the defaults (i.e. the Parser-ing is done on the configured installation, behind the scenes) just to plot "CAS as a function of distance"...
I am not able to find out how
pyBADA
needs to be installed/configured to point to a local BADA installation.From the code it looks like it is searching for the relevant BADA files but I could not find out in README or elsewhere where to specify their location.
The text was updated successfully, but these errors were encountered: