Skip to content

Commit

Permalink
Merge pull request #176 from GeodeZYX/prep_v432
Browse files Browse the repository at this point in the history
Prep v432
  • Loading branch information
PierreS-alpha authored Mar 8, 2023
2 parents 10c58ee + cba6513 commit 894acbb
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# GeodeZYX Toolbox

**Version 0.4.3.1 / 2021-12-09**, README Revision: 2021-06-02
**Version 0.4.3.2 / 2023-03-08**, README Revision: 2023-03-08


**Authors:** Pierre Sakic (IPGP, Paris, France), Gustavo Mansur, and Kitpracha "Na" Chaiyaporn
(GFZ, Potsdam, Germany), with contributions from Valérie Ballu (CNRS/La Rochelle University, France)

**Documentation:** [https://geodezyx.github.io/GeodeZYX-Toolbox_v4](https://geodezyx.github.io/GeodeZYX-Toolbox_v4/)
**Documentation:** [https://geodezyx.github.io/geodezyx-toolbox](https://geodezyx.github.io/geodezyx-toolbox/)

**GitHub repository:** [https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4](https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4)
**GitHub repository:** [https://github.com/GeodeZYX/geodezyx-toolbox](https://github.com/GeodeZYX/geodezyx-toolbox)

**PyPi project:** [https://pypi.org/project/geodezyx](https://pypi.org/project/geodezyx/)

Expand Down Expand Up @@ -38,12 +38,12 @@ Also tested with Anaconda
## Documentation

See the following link:
[https://geodezyx.github.io/GeodeZYX-Toolbox_v4/](https://geodezyx.github.io/GeodeZYX-Toolbox_v4/)
[https://geodezyx.github.io/geodezyx-toolbox/](https://geodezyx.github.io/geodezyx-toolbox/)

## Installation

See the following link:
[https://geodezyx.github.io/GeodeZYX-Toolbox_v4/getting_started.html#installation](https://geodezyx.github.io/GeodeZYX-Toolbox_v4/getting_started.html#installation)
[https://geodezyx.github.io/geodezyx-toolbox/getting_started.html#installation](https://geodezyx.github.io/geodezyx-toolbox/getting_started.html#installation)

## Installation (detailed legacy instructions)

Expand All @@ -55,19 +55,31 @@ We recommend to use pip to do a propper installation:

To get the latest working version you can install directly the GitHub-hosted version:

``pip install -I -U git+https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4``
``pip install -I -U git+https://github.com/GeodeZYX/geodezyx-toolbox``

### clone and manually install from GitHub

You can manually fork and clone the GitHub repository
[https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4/](https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4/)
[https://github.com/GeodeZYX/geodezyx-toolbox/](https://github.com/GeodeZYX/geodezyx-toolbox/)

and install the Toolbox you downloaded with ``python setup.py install``

Alternatively, you can also add the ``geodezyx`` folder in your ``PYTHONPATH`` (for experimented users)

## Changelog

### v0.4.3.2, 2023-03-08
* 1000th commit on GitHub 🥳
* GitHub repository is renamed for simplification
* `GeodeZYX-Toolbox_v4` becomes `geodezyx-toolbox` (lowercase and without version)
* It must be transparent for your clones but updating them is recommended \
https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository
* beta for GROOPS automatized run functions
* Dropbox download function
* UTM coordinates conversion function (IGN algorithm)
* implementation of UTM coordinates in the TimeSeries class
* logger improvement (shorter timestamps & message ranks)

### v0.4.3.1, 2022-12-09
* Routine update: multiple new features/functions and bug corrections

Expand Down

0 comments on commit 894acbb

Please sign in to comment.