Skip to content
/ pandem Public

A python package for converting between DEM code output formats

License

Notifications You must be signed in to change notification settings

scigem/pandem

Repository files navigation

PanDEM

Code style: black

Documentation here, or compile it yourself following the details below.

Installation

This package can be installed via

pip install pandem

If installing from github, try cloning and then running:

pip install -e .

Usage

To convert a dataset from one DEM file format to antoher, at the command line type:

pandem <path_to_source_file> <path_to_output_file>

We support the following file formats:

Try pandem --help for more options.

Contributing

Something not working? Want to add your own file formats? Please consider making a pull request with changes. Otherwise please use the Issues tracker above.

Documentation

We use sphinx to manage the docs. Update documentation with:

cd docs
make html

Once these are built, you can commit and push the changes to github to have them refreshed on github pages. You can also view them locally.

About

A python package for converting between DEM code output formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages