Giter VIP home page Giter VIP logo

subsurface's Introduction

subsurface logo

PyPI conda-forge Supported Python Versions Linux, Windows, OSX SWUNG Slack

subsurface

DataHub for geoscientific data in Python. Two main purposes:

  • Unify geometric data into data objects (using numpy arrays as memory representation) that all the packages of the stack understand
  • Basic interactions with those data objects:
    • Write/Read
    • Categorized/Meta data
    • Visualization

Data Levels

The difference between data levels is not which data they store but which data they parse and understand. The rationale for this is to be able to pass along any object while keeping the I/O in subsurface:

             HUMAN

\‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾/\
 \= = = = = = = = = = = = = = /. \     -> Additional context/meta information about the data
  \= = = = geo_format= = = = /. . \
   \= = = = = = = = = = = = /. . . \   -> Elements that represent some
    \= = = geo_object= = = /. . . . \     geological concept. E.g: faults, seismic
     \= = = = = = = = = = /. . . . ./
      \= = element = = = /. . . . /    -> type of geometric object: PointSet,
       \= = = = = = = = /. . . ./         TriSurf, LineSet, Tetramesh
        \primary_struct/. . . /        -> Set of arrays that define a geometric object:
         \= = = = = = /. . ./             e.g. *StructuredData*, *UnstructuredData*
          \DF/Xarray /. . /            -> Label numpy.arrays
           \= = = = /. ./
            \array /. /                -> Memory allocation
             \= = /./
              \= //
               \/

            COMPUTER

Documentation (WIP)

Note that subsurface is still in early days; do expect things to change. We welcome contributions very much, please get in touch if you would like to add support for subsurface in your package.

An early version of the documentation can be found here:

https://softwareunderground.github.io/subsurface/

Direct links:

Installation

pip install subsurface

or

conda install -c conda-forge subsurface

Be aware that to read different formats you will need to manually install the specific dependency (e.g. welly to read well data).

subsurface's People

Contributors

banesullivan avatar hackmd-deploy avatar japhiolite avatar kwinkunks avatar leguark avatar monestcha avatar prisae avatar richardscottoz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.