-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
LandscapeDNDC inventory postprocessor to netCDF format | ||
=============================== | ||
|
||
version number: 0.0.3 | ||
author: Christian Werner ([email protected]) | ||
author: Christian Werner ([email protected]) | ||
|
||
Overview | ||
-------- | ||
|
||
This package converts LanscapeDNDC output to netCDF files for selected variables. | ||
This package converts LandscapeDNDC output to netCDF files for selected variables. | ||
Currently used for Viet Nam inventory, but in general applicable for all raster- | ||
based LandscapeDNDC simulations. | ||
|
||
|
@@ -21,7 +20,7 @@ To install use pip: | |
|
||
Or clone the repo: | ||
|
||
$ git clone https://gitlab.com/cw_code/ldndc2nc.git | ||
$ git clone https://github.com/cw_code/ldndc2nc.git | ||
$ python setup.py install | ||
|
||
Contributing | ||
|