File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ https://n5eil01u.ecs.nsidc.org/SNOWEX/SNEX20_SMP.001/
5
5
https://n5eil01u.ecs.nsidc.org/SNOWEX/SNEX20_SD.001/
6
6
https://n5eil01u.ecs.nsidc.org/SNOWEX/SNEX20_GM_CSU_GPR.001/2020.02.06/SNEX20_GM_CSU_GPR_1GHz_v01.csv
7
7
https://n5eil01u.ecs.nsidc.org/SNOWEX/SNEX20_UNM_GPR.001/2020.01.28/SNEX20_UNM_GPR.csv
8
+ https://n5eil01u.ecs.nsidc.org/SNOWEX/SNEX20_SD_TLI.001/2019.09.29/SNEX20_SD_TLI_clean.csv
Original file line number Diff line number Diff line change 14
14
15
15
16
16
def main ():
17
- # Site name
18
- start = time .time ()
19
- site_name = 'Grand Mesa'
20
-
21
17
# Read in the Grand Mesa Snow Depths Data
22
- f = abspath ('../download/data/SnowEx2020.snowdepth.snowstakes.alldepths_clean_v10 .csv' )
18
+ f = abspath ('../download/data/SNOWEX/SNEX20_SD_TLI.001/2019.09.29/SNEX20_SD_TLI_clean .csv' )
23
19
24
20
# Start the Database
25
21
db_name = 'localhost/snowex'
@@ -29,12 +25,12 @@ def main():
29
25
f ,
30
26
depth_is_metadata = False ,
31
27
units = 'cm' ,
32
- site_name = site_name ,
33
- observers = 'Catherine Breen, Cassie Lumbrazo ' ,
28
+ site_name = 'Grand Mesa' ,
29
+ observers = 'Catherine Breen' ,
34
30
instrument = 'camera' ,
35
31
in_timezone = 'MST' ,
36
- epsg = 26912 ,
37
- doi = None )
32
+ doi = 'https://doi.org/10.5067/14EU7OLF051V' ,
33
+ epsg = 26912 )
38
34
39
35
csv .submit (session )
40
36
errors = len (csv .errors )
You can’t perform that action at this time.
0 commit comments