-
Notifications
You must be signed in to change notification settings - Fork 0
Create geos-utils package #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
07d42f2
Create geos-utils package and move files
82615e5
Update doc geos-utils
885d882
harmonize package organization with existing packages
mlemayTTE c3ec074
Create geos-utils package and move files
a7a7323
Update doc geos-utils
ab5f737
harmonize package organization with existing packages
mlemayTTE 25c37ca
Update geos-posp dependency to geos-utils
mlemayTTE 67df57d
fix doc
mlemayTTE c70b921
Update installation doc
mlemayTTE 713052b
Update package dependency config instructions
mlemayTTE 5ea54b5
Merge remote-tracking branch 'origin/main' into lemay/feature/geos_ut…
d6369a8
Add modifs to PR
mlemayTTE f62e1fe
Update doc requirements
mlemayTTE ecbced6
update geos_posp import and doc
3c59dbb
add pyvista in doc requirements
140551b
fix doc issues
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
|
||
GEOS Utilities | ||
=============== | ||
|
||
The `geos-utils` python package defines utilities for all GEOS python packages including a logger, GEOS constants, basic functions, and unit management tools. | ||
|
||
|
||
API | ||
^^^ | ||
|
||
geos.utils.ConnectionSet module | ||
-------------------------------- | ||
|
||
.. automodule:: geos.utils.ConnectionSet | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.enumUnits module | ||
-------------------------------- | ||
|
||
.. automodule:: geos.utils.enumUnits | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.geometryFunctions module | ||
------------------------------------ | ||
|
||
.. automodule:: geos.utils.geometryFunctions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.GeosOutputsConstants module | ||
------------------------------------------- | ||
|
||
.. automodule:: geos.utils.GeosOutputsConstants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.algebraFunctions module | ||
------------------------------------------- | ||
|
||
.. automodule:: geos.utils.algebraFunctions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.Logger module | ||
------------------------------ | ||
|
||
.. automodule:: geos.utils.Logger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.PhysicalConstants module | ||
----------------------------------------- | ||
|
||
.. automodule:: geos.utils.PhysicalConstants | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
geos.utils.UnitRepository module | ||
------------------------------------- | ||
|
||
.. automodule:: geos.utils.UnitRepository | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,3 @@ Processing | |
processing | ||
|
||
pyvistaTools | ||
|
||
utils |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.