forked from NOAA-OCM/HHT_Data_Ingest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
28 lines (24 loc) · 715 Bytes
/
config.ini
File metadata and controls
28 lines (24 loc) · 715 Bytes
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
[DOWNLOAD]
IBTRACS = https://www.ncei.noaa.gov/data/international-best-track-archive-for-climate-stewardship-ibtracs/v04r00/access/csv/
HURDAT2 = https://www.nhc.noaa.gov
IBDATAPATTERN = ibtracs.ALL
IBNAMESPATTERN = NameMapping
ENSOURL = http://www.cpc.ncep.noaa.gov/products/analysis_monitoring/ensostuff/detrend.nino34.ascii.txt
RPTURL = http://www.nhc.noaa.gov/TCR_StormReportsIndex.xml
[DIRECTORIES]
WORKDIR: .
DATA = %(WORKDIR)s/data
DOWNLOAD_LOG = %(DATA)s
RESULTS = %(WORKDIR)s/results/
RESULTS_LOG = %(RESULTS)s
[PARAMETERS]
SCRAMBLE = True
WEBMERC = False
BREAK180 = True
OMIT_PROVISIONAL = False
LABEL_PROVISIONAL = True
FLAG_BAD = False
TESTING = False
NO391521 = True
USE_HURDAT = True
DUPRANGE = 5