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
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Package summary
17
17
*`geos-ats` package includes tools for managing integrated tests for GEOS.
18
18
*`pygeos-tools` package adds a variety of tools for working with *pygeosx* objects.
19
19
20
-
The next packages are dedicated to pre- and post-process GEOS inputs/outputs.
20
+
The next packages are dedicated to pre- and post-process GEOS inputs/outputs.
21
21
22
22
The following packages contain basic utilities used by the other ones:
23
23
@@ -110,7 +110,7 @@ Installation
110
110
111
111
**Manual installation:*
112
112
113
-
GEOS Python packages can be manually installed with pip using `python` >= 3.10.
113
+
GEOS Python packages can be manually installed with pip using `python` >= 3.10.
114
114
115
115
To install any package, run the following commands from the geosPythonPackage directory:
116
116
@@ -131,21 +131,28 @@ Installation
131
131
[!WARNING]
132
132
Due to local package conflicts with `pip install`, it is recommended to use the `--upgrade` option when building packages, or to use the script `install_packages.sh` located at the root of the repository.
133
133
[!NOTE]
134
-
geos-pv package cannot be build alone, but together with Paraview ([see Paraview compilation guide](https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/build.md)). It is recommended to use Paraview v5.12+, which is based on python 3.10+. Alternatively, plugins from geos-pv/PVplugins can be manually loaded into Paraview ([see documentation](https://docs.paraview.org/en/latest/ReferenceManual/pythonProgrammableFilter.html#python-algorithm)).
134
+
geos-pv package cannot be build alone, but together with Paraview ([see Paraview compilation guide](https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/build.md)). It is recommended to use Paraview v5.12+, which is based on python 3.10+. Alternatively, plugins from `geos-pv/src/geos/pv/plugins` can be manually loaded into Paraview ([see documentation](https://docs.paraview.org/en/latest/ReferenceManual/pythonProgrammableFilter.html#python-algorithm)).
135
135
136
136
137
137
Contributions
138
138
-------------
139
139
140
140
GEOS Python packages repository gathers python scripts from any GEOS developpers and users. Feel free to share any scripts that may benefit to the GEOS community.
141
141
142
-
If you would like to report a bug, please submit an [issue](https://github.com/GEOS-DEV/geosPythonPackages/issues/new).
142
+
If you would like to report a bug, please submit an [issue](https://github.com/GEOS-DEV/geosPythonPackages/issues/new).
143
143
144
144
If you would like to contribute to GEOS Python packages, please respect the following guidelines:
145
145
146
146
1. Create a new branch named from this template: `[CONTRIBUTOR]/[TYPE]/[TITLE]` where CONTRIBUTOR is the name of the contributor, TYPE is the type of contribution among 'feature', 'refactor', 'doc', 'ci', TITLE is a short title for the branch.
147
147
2. Add your code trying to integrate into the current code architecture.
148
-
3. Push the branch, open a new PR respecting naming [semantics](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716), and add reviewers
4. Push the branch, open a new PR respecting naming [semantics](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716), and add reviewers
149
156
150
157
If you do not have the rights to push the code and open new PRs, consider opening a new issue to explain what you want to do and ask for the dev rights.
**geos-pv** is a Python package that gathers `Paraview <https://www.paraview.org/>`_ plugins of GEOS python tools.
4
+
**geos-pv** is a Python package that gathers `Paraview <https://www.paraview.org/>`_ plugins of GEOS python tools.
5
5
6
6
It includes:
7
7
8
8
* Paraview readers allowing to load data;
9
-
* generic tools to processes meshes;
9
+
* generic tools to process meshes;
10
10
* GEOS pre-processing tools to clean and check GEOS input mesh;
11
11
* GEOS post-processing tools to clean GEOS output mesh, compute additional properties, or create specific plots such as Mohr's circle plot.
12
12
13
-
The packages can be loaded into Paraview using the Plugin Manager from `Tools > Plugin Manager`. On success, you will
14
-
see the selected plugin in the `Filters`` menu (see `Paraview documentation <https://docs.paraview.org/en/latest/ReferenceManual/pythonProgrammableFilter.html>`.
13
+
The packages can be loaded into Paraview using the Plugin Manager from `Tools > Plugin Manager`. On success, you will
14
+
see the selected plugin in the `Filters`` menu (see `Paraview documentation <https://docs.paraview.org/en/latest/ReferenceManual/pythonProgrammableFilter.html>`_).
15
15
16
-
Alternatively, geos-pv package can be build together with Paraview ([see Paraview compilation guide](https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/build.md)).
16
+
Alternatively, geos-pv package can be build together with Paraview (see `Paraview compilation guide<https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/build.md>`_).
17
17
It is recommended to use Paraview v5.12+, which is based on python 3.10+. If you need to build geos-pv package with the paraview dependency, use the command:
0 commit comments