Various helper functions for python usage
Project description
# mlib A library of useful data manipulation, plotting, loading/saving, and other tools for “flatfile”-type time series data.
## Creating the conda environment The subdirectory envs has yaml files for creating a conda environment for running mlib.
### Installing and Updating Anaconda Instructions on installing Anaconda are here: https://docs.anaconda.com/anaconda/install/. Make sure Anaconda’s bin directory is on your path.
If Anaconda is already installed, but is not up to date, you can update it with the following command: `bash $ conda update anaconda `
Assuming you have an up-to-date version of anaconda installed, you can install or update the environments with the commands below.
##### Warning
This library should be used in an environment that has basemap, and netCDF4 installed. An example conda environment is packaged with the project
#### Initial Install `bash $ conda env create -f envs/mlib27-env.yml `
#### Update `bash $ conda env update -f envs/mlib27-env.yml # this is where the update magic happens `
#### Activating an Environment On bash systems, the following command should always activate an environment (assuming that the anaconda/bin directory is on your path): `bash $ source activate mlib27 `
However, the conda command can be used to activate environments as well. This will work on both bash and csh systems, but requires a specific script to be sourced first (e.g. in your .cshrc or .bashrc file). The script is located at …/anaconda/etc/profile.d/. Use the script appropriate for your environment. Then, the command to activate the environment is: `bash $ conda activate mlib27 `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mliamlib-1.0.7.tar.gz
.
File metadata
- Download URL: mliamlib-1.0.7.tar.gz
- Upload date:
- Size: 182.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.6.0.post20191101 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a28c1499c1b20640df651133e5654065738e03651415de987386235b025cf864 |
|
MD5 | 903fc0f00a77b2f33d4fce0c367a006f |
|
BLAKE2b-256 | 2ad253c53e1bf55c799c8df57408e23c36bed6332f198514bcdd26a350c10fa9 |