https://github.com/GeoscienceAustralia/PyRate
Raw File
Tip revision: 3579612cbfec20e43cb2c7b8311c50851ae4fc4a authored by S M T Chua on 25 February 2022, 04:08:37 UTC
Merge pull request #380 from GeoscienceAustralia/develop
Tip revision: 3579612
.gitignore
!*docs/_build/html/404.html
!*tests/test_data/merge/linrate.tif
!*tests/test_data/small_test/gamma_obs/20060619-20061002_utm_unw.tif
*data/*
*out*
*.pyo
*.pyc
.project
.pydevproject
/tmp
/.idea
.spyderworkspace
doc
.eggs/
.tox/
.coverage.*
.vscode/
*.egg-info/
.installed.cfg
*.egg
*__pycache__/

# files generated by doc build
docs/_build/

# files generated by setup
.cache/
build/
dist/
# out
Py_Rate.egg-info

# files generated during tests
*tests/test_data/prepifg/tif/0_1rlks_4cr.tif
*tests/test_data/prepifg/tif/0_2rlks_4cr.tif
*tests/test_data/prepifg/tif/1_1rlks_4cr.tif
*tests/test_data/prepifg/tif/1_2rlks_4cr.tif

*tests/test_data/merge/colormap.txt
*tests/test_data/merge/linrate.kml
*tests/test_data/merge/linrate.png
*tests/test_data/merge/linrate.png.aux.xml
*tests/test_data/merge/linrate.tif.aux.xml

*tests/test_data/small_test/gamma_obs/*.tif
back to top