Skip to content

PetroVisor Python API 0.1.5

Compare
Choose a tag to compare
@romanmanasipov romanmanasipov released this 28 Apr 11:44
· 8 commits to main since this release

This is a patch release in the 0.1.x series. It includes bug fixes and performance and stability improvements.

Below are some of the highlights from this release.

  • new objects Context, Scope, EntitySet, Entity, Hierarchy, and Signal are added for more seamless work with PetroVisor API serialization and deserialization. Dedicated Contexts and Signals related api calls can now take such objects as an argument
  • new functions create_contexts_manager and merged_contexts are added to better manage passed Contexts to the script.
  • requests timeout was removed to allow longer processes such as loading big amounts of data or running big workflow
  • improved loading of string depth data, useful for marking up formations, logs, perforations

PetroVisor Python API package can be installed using pip

python -m pip install petrovisor

Please refer to the documentation of all available PetroVisor REST API endpoints using the up-to-date Swagger links
PetroVisor Web API (US1)
PetroVisor Web API (EU1)

To get more familiar with the PetroVisor platform, please follow the articles hosted on the Datagration Knowledge Base