Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: https://img.shields.io/travis/TaufiqHassan/acccmip6.svg :target: https://travis-ci.org/TaufiqHassan/acccmip6
.. image:: https://img.shields.io/pypi/v/acccmip6.svg :target: https://pypi.python.org/pypi/acccmip6
.. image:: https://readthedocs.org/projects/acccmip6/badge :target: https://acccmip6.readthedocs.org
.. image:: https://zenodo.org/badge/208252347.svg :target: https://zenodo.org/badge/latestdoi/208252347
acccmip6
package can access CMIP6 database in real-time.
Install is as simple as typing -
pip install acccmip6
Requires python v3.5 or up and pip. Mac users can use brew install python3
and python get-pip.py
from terminal. Windows users can use Windows Subsystem
_.
.. _Windows Subsystem
: https://docs.microsoft.com/en-us/windows/wsl/install-win10
Installation demo
.. image:: docs/installation_demo.gif
You may also install the package via conda. Make sure you have added the conda-forge channel in your environment. You can add any channel by -
conda config --env --add channels conda-forge
Then install acccmip6
from thassan
channel:
conda install -c thassan acccmip6
acccmip6
searches the live CMIP6 database and spits out currently available models, experiments and variables that satisfies your search criteria. It will also output the number of available files.
acccmip6
also tries to be a good command-line interface (CLI). Run acccmip6 -h
to see a help message with all the arguments you can pass.
-o
: Takes output type. 'S' for searching the database or 'D' for downloading from the database.-m
: Model names (multiple comma separated names are allowed)-e
: Experiment names-f
: CMIP6 output frequency (e.g. mon, day etc.)-v
: Variable names-r
: Realm name (e.g. atmos, ocean etc.)-rlzn
: Select a specified realization-c
: 'yes' to use checker when searching or downloading. This helps to find out whether the search items are currently available. If not, it will produce suggestions that matches closely to your search.-desc
: 'yes' to get the description of the experiments searched for-dir
: Download directory-skip
: Skip any item (model/experiment/realizations) from your download-time
: 'yes' to print out all available time periods-yr
: Select data for a time period (number of years)-n
: Select specific data nodes (multiple node selection allowed)-serv
: Set user-defined server-cr
: Select common realizations among selected experimentsSearch CMIP6 database with acccmip6 -o S
.. image:: docs/searching_demo.gif
Download CMIP6 data with acccmip6 -o D
.. image:: docs/downloading_demo.gif
This code is licensed under the MIT License
_.
.. _MIT License
: https://opensource.org/licenses/MIT
FAQs
Package for accessing CMIP6 database in real-time
We found that acccmip6 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.