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
* 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 #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]>
0 commit comments