Skip to main content

Scientific multi-model software for the numerical simulation of rockfalls.

Project description

Description

PlatRock is a multi-model software for the numerical simulation of rockfalls. This scientific tool implements rock propagation algorithms on 2D and 3D terrain and gives statistical data about resulting trajectories.

Prerequisites

At the moment PlatRock is only tested on debian-based platform unix distros. Prior to PlatRock installation, please check that the following dependencies are satisfied.

  • python >= 3.10, which is the default on modern linux distros ;
  • gdal (which can be installed on debian-based systems with sudo apt install libgdal-dev).

All other dependencies should be automatically installed by pip.

Installation

Modern python package uses python virtual environments, so do PlatRock. You can use the virtual environment manager you want, below are two examples.

In any case, don't forget to install the libgdal-dev package as mentionned above.

Using pipx

Install pipx on your disto:

sudo apt install pipx

Then install PlatRock from pypi repository or gitlab:

pipx install platrock #the more stable release, from pipy

or

pipx install git+https://gitlab.com/platrock/platrock.git@dev #the latest development banch, may be unstable

You should normally be able to launch PlatRock by simply invoking it:

platrock myscript.py

You can also import it in your own python script, but in this case you must activate the corresponding venv created by pipx before:

pipx list #shows all pipx venv created, find platrock venv path

Usually, the command to activate PlatRock venv would be:

source "/home/$USER/.local/share/pipx/venvs/platrock/bin/activate"

In your script:

import platrock

Using poetry

PlatRock uses poetry as packaging/dependency manager. You can install PlatRock using poetry. First install poetry, and git.

Then download platrock:

git clone https://gitlab.com/platrock/platrock.git

cd platrock

Install PlatRock in ./.venv/:

poetry install

Launch PlatRock:

poetry run platrock myscript.py

Or import PlatRock from your own script, don't forget to activate PlatRock venv first:

poetry shell

In your script:

import platrock

Examples

Examples for all PlatRock simulation models are available on PlatRock gitlab.

Source code

The source code of platrock is also available on the gitlab repository. The master branch fits the version that is hosted on pypi.

Licence

PlatRock is licenced under the GNU General Public License v3 (GPLv3).

Contributors

  • François Kneib
  • Franck Bourrier
  • David Toe
  • Frédéric Berger
  • Stéphane Lambert

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

platrock-0.4.3.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

platrock-0.4.3-cp312-cp312-manylinux_2_39_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ x86-64

File details

Details for the file platrock-0.4.3.tar.gz.

File metadata

  • Download URL: platrock-0.4.3.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-45-generic

File hashes

Hashes for platrock-0.4.3.tar.gz
Algorithm Hash digest
SHA256 454245dda277d4749f9b0e1fbe4253420c11c7b3ae1b1e64194155242abf5d64
MD5 03aa2981c143b2dd2986b21dd85a4c74
BLAKE2b-256 1c3b1f0ec5082eb48a5a24fe2c7bbb86e26fb0bbe26ccf950bc81470b56281e4

See more details on using hashes here.

File details

Details for the file platrock-0.4.3-cp312-cp312-manylinux_2_39_x86_64.whl.

File metadata

  • Download URL: platrock-0.4.3-cp312-cp312-manylinux_2_39_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, manylinux: glibc 2.39+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.0-45-generic

File hashes

Hashes for platrock-0.4.3-cp312-cp312-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 5e14e183816b17b8a549d8784c56f34120c263680528fdd114550e18aa51a91f
MD5 a0b7b956a88aa389f73a5c07f856970f
BLAKE2b-256 77e2d3b99ccab080242955562b6616f0e392e824fd1abb343f043bd88d6561d3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page