# 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 `
Release files for mliamlib 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mliamlib-1.0.7.tar.gz | 182.6 kB | Details |
Release files / mliamlib-1.0.7.tar.gz
| Download URL | mliamlib-1.0.7.tar.gz |
|---|---|
| Size | 182.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a28c1499c1b20640df651133e5654065738e03651415de987386235b025cf864
|
|
BLAKE2b-256 checksum How to use checksums |
2ad253c53e1bf55c799c8df57408e23c36bed6332f198514bcdd26a350c10fa9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|