Utilities for retrieving and processing data from the Mars Climate Database
Project description
mars-MCD-helper
Utilities for retrieving and processing data from the Mars Climate Database.
Currently nothing more than an interface to
www-mars.lmd.jussie.fr. Note that
this tool is not in any way affiliated with that excellent project. It is
simply a requests-based scraper. Overuse or repetitive fetching could result in
ratelimiting or banning from jussieu.fr
.
Usage
from mars_mcd_helper import fetch_data, read_ascii_data
outf, imgf = fetch_data(outdir=".", get_img=True, ls=87.4)
sections = read_ascii_data(outf)
print("Image to compare at", imgf)
Requirements
mars-MCD-helper requires Python 3.7 or above.
To install Python 3.7, I recommend using pyenv
.
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv
# setup pyenv (you should also put these three lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv"
eval "$(pyenv init -)"
# install Python 3.7
pyenv install 3.7.12
# make it available globally
pyenv global system 3.7.12
Installation
With pip
:
python -m pip install mars-mcd-helper # or
python3.7 -m pip install mars-mcd-helper
With pipx
:
python3.7 -m pip install --user pipx
pipx install --python python3.7 mars-mcd-helper
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
mars-mcd-helper-0.1.2.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file mars-mcd-helper-0.1.2.tar.gz
.
File metadata
- Download URL: mars-mcd-helper-0.1.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.8 Linux/6.0.3-arch3-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12b06d01a7eb35f4fbbf7254aca66bae47000c7dd85c59762de69b5f55a6d45b |
|
MD5 | fbc015ec9047227a03a4357ac956a412 |
|
BLAKE2b-256 | 6ab2fb793579a73f98eb409910d43b5cf6684ea6ca4915fa44445164573d46b8 |
File details
Details for the file mars_mcd_helper-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mars_mcd_helper-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.8 Linux/6.0.3-arch3-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cc34dabd9017cc7bef29daada8fb41cabd34f84ba869b3e730d175c4a53c4f1 |
|
MD5 | b1e1e53032971ff0bb010056693c4743 |
|
BLAKE2b-256 | b6a07ea4e06f065b589d505d3afa7758afbb4ab510d04982ffa48b292bf92218 |