Revision 0d3b715ee8027494955d16d64949fb42a8cc9277 authored by Zhang Yunjun on 07 July 2022, 18:33:20 UTC, committed by GitHub on 07 July 2022, 18:33:20 UTC
+ `utils.plot.prepare_dem_background`: better handle the warning msg when the DEM range < contour levels

+ `objects.stackDict`: use enumerate for "for" loop & progressBar while writing HDF5 files

+ `scripts/jupyter_notebook_config.py`: replace NotebookApp with ServerApp for running docker

+ `bulk_plate_motion`: update comments by removing NNR-NUVEL1A as it seems obsolete compared with ITRF2014-PMM and NNR-MORVEL56.
1 parent 6558a52
Raw File
MANIFEST.in
# Include the README
include docs/README.md

# Include the license file
include LICENSE

back to top