-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
113 lines (87 loc) · 1.74 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Deprecated Folder
_deprecated/
# OS Files
**/.DS_Store
**/.DS_Store?
# vscode
.vscode
# env file
.env
# Vim files
*.sw[mnop]
# Notebooks used for presentations
notebooks_plots/
# Test output
tests/out/
# Data Files
*.zip
*.tar.gz
*.dat
# Include the tile vector data
!src/dem_stitcher/data/*.geojson.zip
# .pyenv files
.python-version
# pytest files
.pytest_cache/
# Jupyter files
*.ipynb_checkpoints
# Python build files
build/
# Rope Files
.ropeproject/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
**/*.egg-info
# Environments
.env
.envrc
# Gdal and other image formats
notebooks/*.tif
*.xml
notebooks/*.shp
notebooks/*.sbx
notebooks/*.sbn
notebooks/*.shx
notebooks/*.prj
notebooks/*.qpj
notebooks/*.dbf
notebooks/*.cpg
notebooks/*.msk
notebooks/*.kmz
notebooks/*.jpg
notebooks/*.wld
notebooks/*.geojson
notebooks/**/*.tif
# VRT
*.vrt
*.wgs84
# Allow tif datacube to be added
!dem_stitcher/data/geoid_18.tif
# Log files
*.log
# Pickle Data
*.pkl
# Ignore pdf Files
*.pdf
# Ignore json
*.json
# Ignore Experimental Directories
notebooks/experimental/
tests/notebooks/
# Notebooks
*.ipynb
!notebooks/Basic_Demo.ipynb
!notebooks/Comparing_DEMs.ipynb
!notebooks/Staging_a_DEM_for_ISCE2.ipynb
!notebooks/organize_tile_data/0_Format_and_Organize_Data.ipynb
!notebooks/organize_tile_data/1_Missing_glo-30_tiles.ipynb
!notebooks/analysis_and_comparison/0_Alignment_with_original_DEM_tiles.ipynb
!notebooks/analysis_and_comparison/1_Comparison_with_ISCE2_dem.ipynb
!notebooks/Filling_in_missing_glo-30_tiles_with_glo-90_tiles.ipynb
!notebooks/Merging_DEM_Tiles_into_a_VRT.ipynb
notebooks/analysis_and_comparison/la_test/