Skip to content

pygeo/dummydata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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