@@ -9,7 +9,7 @@ By default, `pymagglobal` includes several models. Use
```console
$pymagglobal --list-models
```
to get a list of these default models or go to [pymagglobal/dat](https://gitext.gfz-potsdam.de/sec23/korte/pymagglobal/-/tree/master/pymagglobal/dat) for further information. Using
to get a list of these default models or go to [pymagglobal/dat](https://git.gfz-potsdam.de/sec23/korte/pymagglobal/-/tree/master/pymagglobal/dat) for further information. Using
```console
$pymagglobal ... <path/to/your_model>
```
...
...
@@ -49,7 +49,7 @@ Data files are licensed under [CC-BY 4.0](https://creativecommons.org/licenses/b
`pymagglobal` is distributed via the PyPI registry of this repository. It can be installed using
Since [conda](https://docs.conda.io/) version 4.6, conda and pip get along well. So you can also run `pip install ...` from inside your conda environment.
...
...
@@ -61,7 +61,7 @@ $ nix-shell
from within the `pymagglobal` root directory. You may also use the nix-expression [pymagglobal.nix] to include `pymagglobal` in your own environments.
## Documentation
Check out the extended documention [here](https://sec23.gitext-pages.gfz-potsdam.de/korte/pymagglobal). From the command line, you can use `pymagglobal` to get various results from the models. For example,
Check out the extended documention [here](https://sec23.git-pages.gfz-potsdam.de/korte/pymagglobal). From the command line, you can use `pymagglobal` to get various results from the models. For example,
```console
$pymagglobal dipole gufm1
```
...
...
@@ -126,7 +126,7 @@ $ python tests/run_tests.py
```
from `<pymagglobal>`. Some tests require `FieldTools`, `packaging` and `orthopoly` and will be skipped, if the respective pacakges are not available. You can install `orthopoly` and `packaging` together with `pymagglobal`, by running
We also provide the expression for a nix-shell with all dependencies installed. This will however not test your local installation, but your local repository. To perform the tests, run
See also `here <https://gitext.gfz-potsdam.de/sec23/korte/pymagglobal#installation>`_ and `here <https://gitext.gfz-potsdam.de/sec23/korte/pymagglobal#testing>`_.
See also `here <https://git.gfz-potsdam.de/sec23/korte/pymagglobal#installation>`_ and `here <https://git.gfz-potsdam.de/sec23/korte/pymagglobal#testing>`_.