forked from gempy-project/gempy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Development rexview (gempy-project#296)
* refactored write_data_block to write_data_block_header The name of the function was misleading, it does not write the full data block but only the header. A data block consist of a header and the data, depending on the data itself it can have also sub headers. * add function to write material data block * added credential file for rexos Api key * Revert "added credential file for rexos Api key" This reverts commit e8cc48c * added credential file for rexos Api key... again * added api file to .gitignore this prevents that api keys are accidentally added to the repository * added rex_api file * updated rex_api file to use token and secret * added api call to authorize session and retrieve access_|token * added api calls to get user information and to create new projects * safety commit * added api call to create project file * added api calls for ressource management, fixed file upload * wrapper function for api calls * [ENH] AR: Added normals to both sides of the surfaces * added method to create and display rextag * [ENH] WIP Passing gempy colors to rex * [ENH] Both sided colors kind of running * [ENH] Double side layers running * [ENH] Added Test to update to rexos * fixed bug in rex ressource referencing * [TEST] Skip gempy_to_rex tests in Travis * refactoring class to be more explizit seperated rextag top its own class added function to automate upload and create rextag * [DOC] Preparing README.md for GemPy 2.1 * [GIT] - * [TEST] skipping test in travis * [ENH] rex_api.py will write the RexCloud_Api_key.txt if needed * [BUG] Added pyqrcode travis * [ENH] Add error if pyqr code is not installed * [ENH] On rex file export: name layers based on their layername gempy-project#316 [CLN] - Deleted prototype code * [ENH] Minor improvements in rex_api.py/gempy.plot.plot_ar - Surfaces take the name of the gempy model - Project take the name of the gempy model [TEXT] - plot_ar * [ENH] Added the option to rescale vertex coordinates between 0-1 - Change requirements.txt for pandas and qgrid * [BUG] Pandas version * [DOC] Docstring for plot_ar * [BUG] Pandas 1.0.1 breaks gempy! * [BUG] Fix bug when no passing marching_cubes options * Revert "[BUG] Fix bug when no passing marching_cubes options" This reverts commit 5524365 * Revert "[BUG] Fix bug when no passing marching_cubes options" This reverts commit 5524365 * [BUG] Removed ipyvisualization Co-authored-by: Simon Virgo <[email protected]> Co-authored-by: varga <[email protected]>
- Loading branch information
1 parent
5080480
commit 78b6111
Showing
15 changed files
with
885 additions
and
385 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Oops, something went wrong.