Code Monkey home page Code Monkey logo

geomodelr's Introduction

Welcome to geomodelr's query tool

Geomodelr is a web tool for creating geological models easily. To create a geological model, go to https://www.geomodelr.com. After creating your geological model you might want to use it for calculations, geostatistics, simulations, or simply to know what geological unit is present at a given path. With this tool you can do all that.

To use geomodelr query tool you just need to:

import geomodelr
# load your model.
model = geomodelr.model_from_file('/path/to/your/model_version.json')
# query your model.
unit, distance = model.closest((1000, 1000, 0.0))
# do stuff...
if unit == 'Batholith':
...

You can also use this tool as a script.

$ geomodelr -q /path/to/your/model_version.json
x y z
Batholith

Features

  • Query the model in the coordinate system you defined.
  • Query the topography heights and query the model with topography in mind.
  • Query the intersection of faults and planes.
  • Generate grids, use it as a help tool to generate meshes, assign properties for simulations or create block models.
  • What do you want to do?

Installation

Install project by calling:

pip install geomodelr

It needs boost libraries and C++ compiler. In case boost libraries are not in a standard location, call it with INCLUDE_DIRS=... and/or LIBRARY_DIRS=...

Support

If you are having problems, write to [email protected].

License

Geomodelr's query tool is licensed under the Affero GPL license https://www.gnu.org/licenses/

geomodelr's People

Contributors

rserrano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.