-
Notifications
You must be signed in to change notification settings - Fork 1
/
kinangop.ini
executable file
·39 lines (32 loc) · 1.13 KB
/
kinangop.ini
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
# Edit the below variables and save
[sent_2]
#Your username and password for the Coperniucs hub. It's free to register.
user=
pass=
url=https://scihub.copernicus.eu/dhus
[planet]
#Your API key for Planet, if you have one.
api_key=thisisnotimportantnow
[forest_sentinel]
# aoi_name: The name of this area of interest. No spaces.
aoi_name=kinangop
# Datesi for initial cd sstack in the form yyyymmdd
start_date=20181002
end_date=20181218
# Dates to download and preprocess for the initial cloud-free composite
composite_start=20180701
composite_end=20181001
# Kenya's EPBS
epsg=21036
# Cloud cover imagery to download
cloud_cover=50
# Certainty value above which a pixel is considered a cloud from sen2cor
cloud_certainty_threshold=0
# Pyeo_hub folder structure
root_dir=/home/jupyter-YOUR_USER_HERE/kinangop
aoi_path=/home/jupyter-YOUR_USER_HERE/kinangop_rough.json
log_path=/home/jupyter-YOUR_USER_HERE/kinangop.log
model=/home/jupyter-YOUR_USER_HERE/YOUR_MODEL_HERE.pkl
[sen2cor]
# Path to the sen2cor preprocessor script, L2A_Process. Usually in the bin/ folder of your sen2cor installation.
path=/opt/Sen2Cor-02.05.05-Linux64/bin/L2A_Process