Documentation here, or compile it yourself following the details below.
This package can be installed via
pip install pandem
If installing from github, try cloning and then running:
pip install -e .
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:
.data
(MercuryDPM).csv
or.vtk
(NDDEM).dump
(LIGGGHTS)
Try pandem --help
for more options.
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.
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.