forked from acolite/acolite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (43 loc) · 1.07 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
# Specifies untracked files that git should ignore
#--------------------------------------------------------------------
# Specific to ACOLITE
# LUTs and MET data
data/LUT/
data/MET/
# Simulations for TACT
data/TACT/grid
# External datasets, software and scratch data
external/
scratch/
# Region polygons
data/Regions/
# DEM and GED files
data/Copernicus_DSM_COG_10/
data/Copernicus_DSM_COG_30/
data/COP-DEM*
data/GED/AG100.003
data/GED/AG100.003_h5
data/SRTM/SRTMGL1/
data/SRTM/SRTMGL3/
# Algorithm development files
data/Shared/Algorithms/P3QAA/*/
data/Shared/DEM/
data/Shared/psf_raster*
data/Shared/apsfs_model*
data/EMINET/
# Native resolution TSIS data
data/Solar/Coddington*native*
# ECOSTRESS
data/ECOSTRESS/EcostressBrightnessTemperatureV01.h5
data/ECOSTRESS/index/*
# SEVIRI geometry
data/GEO/SEVIRI/*.nc
#--------------------------------------------------------------------
# Specific to Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
#--------------------------------------------------------------------
# Specific to Mac
.DS_Store