-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
133 lines (112 loc) · 2.42 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# OS Files
**/.DS_Store
**/.DS_Store?
# vscode
.vscode
# .pyenv files
.python-version
# pytest files
.pytest_cache/
# Jupyter files
*.ipynb_checkpoints
# Python build files
build/
# Setuptools distribution folder.
/dist/
# Rope Files
.ropeproject/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Ignore env files
.env
.netrc
# Ignore the following Directories
tmp/
# configure files
conf/settings.conf
# Data Files
*.zip
*.EOF
*.nc
*.tif
*.xml
*.wbd.json
*.hdr
*.vrt
*.cpt
*.wbd
*.geo
*.html
*.rdr
*.off
*.full
*.int
*.cor
*.slc
*.wgs84
*.hgt
*_groups.json
*.nc.md5
*.png
*.dataset.json
*.xrd
*.xsd
*.bak
*.dem
*.safe
*.int
*.amp
*.isce
*.los
*.phsig
*.unw
*.ion
*.lat
*.float
*.sim
*.lon
*.conncomp
*.wgs84
*.TGZ
**/PICKLE/
**/aux_cal/
# Log files
*.log
*isce.log*
# Include template directory
!isce2_topsapp/templates/topsapp_template.xml
!isce2_topsapp/templates/topsapp_iono_template.xml
# Tests
tests/*.ipynb
tests/out/*.ipynb
!tests/localize-data.ipynb
/isce2_topsapp.egg-info/
!tests/prepare-for-delivery.ipynb
!tests/solid_earth_tides.ipynb
# Jsons in Test Directory
tests/**/*.json
!tests/sample_loc_metadata.json
!tests/midnight_crossing_metadata.json
# Test for SET GUNW 1
!tests/set_test_data/S1-GUNW-A-R-064-tops-20210723_20210711-015000-00119W_00033N-PP-6267-v2_0_6.nc
!tests/set_test_data/S1B_OPER_AUX_POEORB_OPOD_20210812T111941_V20210722T225942_20210724T005942.EOF
!tests/set_test_data/S1B_OPER_AUX_POEORB_OPOD_20210731T111940_V20210710T225942_20210712T005942.EOF
# Test for SET GUNW 2
!tests/set_test_data/S1-GUNW-A-R-064-tops-20220113_20220101-015048-00119W_00034N-PP-3b1f-v2_0_5.nc
!tests/set_test_data/S1A_OPER_AUX_POEORB_OPOD_20220121T121549_V20211231T225942_20220102T005942.EOF
!tests/set_test_data/S1A_OPER_AUX_POEORB_OPOD_20220202T081558_V20220112T225942_20220114T005942.EOF
!tests/test_data/ref_manifest.xml
!tests/test_data/ref_metadata.xml
!tests/test_data/sec_manifest.xml
!tests/test_data/sec_metadata.xml
!tests/test_data/topsProc.xml
# Test for overlapping orbits
!tests/set_test_data/S1A_OPER_AUX_POEORB_OPOD_20230705T080713_V20230614T225942_20230616T005942.EOF
!tests/set_test_data/S1A_OPER_AUX_POEORB_OPOD_20230706T080750_V20230615T225942_20230617T005942.EOF
# Use geojson zip file for ARIA s1 frame data
!isce2_topsapp/data/s1_gunw_frame_footprints.geojson.zip
!isce2_topsapp/data/s1_frames_latitude_aligned.geojson.zip
# Include Natural Earth data inside plugin
!isce2_topsapp/data/ne_10m_land.zip