-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTemperature.txt
34 lines (23 loc) · 914 Bytes
/
Temperature.txt
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
Task
Convert Agg_Std_Impute_MICE_Outlier_IQR_Cap_Pivot_TMN_CON.csv to .dbf
Create the Text field in .dbf: CODIGO
Populate CODIGO with Station in .dbf
Join .dbf with stations
Query for .dbf OID >=0
DEM ALOS Palsar: APFBSRT1MosaicArcGISProZE.tif
Stations: CNE_IDEAM_OE_ZE.shp, elevations from ALOS Palsar
Study zones: ZonaEstudio.shp, ZonaEstudioEnvelopeBufferDEM.shp
Station Temperature exclusions example
28025020
28025040
28035070
"Agg_Impute_MICE_Outlier_IQR_Cap_Pivot_TMN_CON.OID" >= 0 and "CNE_IDEAM_OE_ZE.CODIGO" not in ( '28025020','28025040','28035070')
CODIGO NOT IN ('28025020', '28025040', '28035070')
CODIGO NOT IN ('28025040', '28035070')
CODIGO NOT IN ('28035070')
The correlation don't get back a right lineal equation, use the Cenicafe. Cháves y Jaramillo, 1998.
Atlantic region
Tm = 27.72 - 0.0055H
Tmax = 33.06 - 0.0062H
Tmin = 23.10 - 0.0061H
Elevation from 2m to 4000m.