Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 732 Bytes

Build Status Codacy Badge

dummydata

A dummy data generator for the use in testing

The current implementation creates a NetCDF file two or three dimensions.

Installation

Classical way

  1. clone the repository
  2. run python setup.py install

Using pip

pip install dummydata

Using conda (not working yet!)

conda install [-n YOURENV] -c conda-forge dummydata