Python utilities for the LAR model (Land Atmospheric Reservoir)
Project description
PyLAR
Python utilities for the LAR model
PyLAR
is a python package and datasets intended to test and use the LAR (Land Atmospheric and Reservoir) model. The LAR model is intended to describe the changes in the water storage in large river basin around the world, including
atmospheric processes as a critical component of the basin
water budget.
For the science behind the LAR model please refer to the following paper:
Juan F. Salazar, Rubén D. Molina, Jorge I. Zuluaga, and Jesus D. Gomez-Velez (2024), Wetting and drying trends in the land–atmosphere reservoir of large basins around the world, Hydrology and Earth System Sciences, in publication (2024), doi.org/10.5194/hess-2023-172.
All the notebooks and data required to reproduce the results of this paper, and other papers produced by our group, are available in the dev
directory in this repository.
Downloading and Installing PyLAR
PyLAR
is available at the Python
package index and can be installed using:
$ sudo pip install ipylar
as usual this command will install all dependencies and download some useful data, scripts and constants.
NOTE: If you don't have access to
sudo
, you can installPyLAR
in your local environmen (usually at~/.local/
). In that case you need to add to yourPATH
environmental variable the location of the local python installation. Add to~/.bashrc
the lineexport PATH=$HOME/.local/bin:$PATH
Quickstart
To start using PyLAR
, you should first obtain data for a large river basin. We have provided with the package a dataset especially prepared for the Amazonas Basin we will use in this quickstart.
You must start by importing the package:
$ import ipylar as lar
You can load the data using:
$ amazonas = lar.Basin('amazonas')
What's new
For a detailed list of the newest characteristics of the code see the file What's new.
This package has been designed and written by Jorge I. Zuluaga, Ruben D. Molina, Juan F. Salazar and Jesus D. Gomez-Velez (C) 2024
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
Built Distribution
File details
Details for the file ipylar-1.0.0.tar.gz
.
File metadata
- Download URL: ipylar-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eea47c7de71b5666df2648ba0bdd25f4a78aef657478a65b00784c50e82d1ca7 |
|
MD5 | 79fd9d1d92343bdcbc80c9fc29fec100 |
|
BLAKE2b-256 | 102efdb68513572aa7ef0d756e6ee82ef621b4da4a6b4f4ce6eecfa1b1228df4 |
File details
Details for the file ipylar-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ipylar-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64d691efbb4b3facfc6ff1409641e66c7ade2d302937ef820ee29a9bcf125319 |
|
MD5 | 67f1f065709539d355bcbbc76a91d6ae |
|
BLAKE2b-256 | 71833f1d9093d66a5211479a0990c90bc224d642cb4a962990caff2683da9dd8 |