Accessing ATL13 data using lake names, reference ids, and contained coordinates
SlideRule provides an Asset Metadata Service
to lookup ATL13 granules using different variables:
reference id
lake name
coordinate within the lake
SlideRule can also be used to directly subset ATL13 using the above variables.
[1]:
# Imports
from sliderule import sliderule
# Setup
sliderule.init(verbose=True)
[1]:
True
Retrieve ATL13 from SlideRule using Reference ID
Metadata from a shell
script
curl -X GET -d "{\"refid\": 5952002394}" https://sliderule.slideruleearth.io/source/ams
Metadata from a python
script
[2]:
response = sliderule.source("ams", {"refid": 5952002394})
response
[2]:
{'refid': 5952002394,
'hylak': 0,
'name': None,
'country': None,
'continent': None,
'type': 0,
'area': 0.0,
'basin': 4,
'source': 'GRWL',
'granules': ['ATL13_20181014031222_02370101_006_01.h5',
'ATL13_20201210120015_11810901_006_01.h5',
'ATL13_20241222042820_00932601_006_01.h5',
'ATL13_20230105012928_02371801_006_02.h5',
'ATL13_20190404081424_00930301_006_01.h5',
'ATL13_20200111053122_02370601_006_01.h5',
'ATL13_20220926193206_00931701_006_01.h5',
'ATL13_20231004122808_02372101_006_02.h5',
'ATL13_20201009163043_02370901_006_01.h5',
'ATL13_20200701103314_00930801_006_01.h5',
'ATL13_20210709033019_02371201_006_01.h5',
'ATL13_20191213052103_11810501_006_01.h5',
'ATL13_20210330213246_00931101_006_01.h5',
'ATL13_20190801232128_05330401_006_01.h5',
'ATL13_20240324172920_00932301_006_01.h5',
'ATL13_20241231144559_02372601_006_01.h5',
'ATL13_20211228083227_00931401_006_01.h5',
'ATL13_20240922084844_00932501_006_01.h5',
'ATL13_20190413183205_02370301_006_01.h5',
'ATL13_20210301212223_10371001_006_01.h5',
'ATL13_20230705164839_02372001_006_02.h5',
'ATL13_20200710205055_02370801_006_01.h5',
'ATL13_20190315182149_11810201_006_01.h5',
'ATL13_20230327105140_00931901_006_02.h5',
'ATL13_20220907053933_11811601_006_01.h5',
'ATL13_20201230015254_00931001_006_01.h5',
'ATL13_20210928125233_00931301_006_01.h5',
'ATL13_20231224215005_00932201_006_01.h5',
'ATL13_20230606163828_11811901_006_04.h5',
'ATL13_20241001190627_02372501_006_01.h5',
'ATL13_20230124103936_05331801_006_02.h5',
'ATL13_20220707101001_02371601_006_01.h5',
'ATL13_20240902185616_11812401_006_01.h5',
'ATL13_20200411011109_02370701_006_01.h5',
'ATL13_20181214224150_11810101_006_01.h5',
'ATL13_20200101191340_00930601_006_01.h5',
'ATL13_20221226151149_00931801_006_02.h5',
'ATL13_20210108121038_02371001_006_01.h5',
'ATL13_20211007231018_02371301_006_01.h5',
'ATL13_20200930061258_00930901_006_01.h5',
'ATL13_20230925021021_00932101_006_02.h5',
'ATL13_20240702232655_02372401_006_01.h5',
'ATL13_20220329041221_00931501_006_01.h5']}
Data from a python
script
[3]:
parms = { "atl13": { "refid": 5952002394 } }
gdf = sliderule.run("atl13x", parms)
Starting proxy for atl13x to process 43 resource(s) with 7 thread(s)
request <AppServer.63013> on ATL13_20181014031222_02370101_006_01.h5 generated dataframe [gt3r] with 16 rows and 7 columns
request <AppServer.63013> on ATL13_20181014031222_02370101_006_01.h5 generated dataframe [gt1r] with 22 rows and 7 columns
request <AppServer.63013> on ATL13_20181014031222_02370101_006_01.h5 generated dataframe [gt1l] with 8 rows and 7 columns
request <AppServer.63013> on ATL13_20181014031222_02370101_006_01.h5 generated dataframe [gt2l] with 14 rows and 7 columns
request <AppServer.63013> on ATL13_20181014031222_02370101_006_01.h5 generated dataframe [gt3l] with 6 rows and 7 columns
request <AppServer.63013> on ATL13_20181014031222_02370101_006_01.h5 generated dataframe [gt2r] with 38 rows and 7 columns
Successfully completed processing resource [1 out of 43]: ATL13_20181014031222_02370101_006_01.h5
request <AppServer.63015> on ATL13_20201210120015_11810901_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63015> on ATL13_20201210120015_11810901_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63015> on ATL13_20201210120015_11810901_006_01.h5 generated dataframe [gt1r] with 3 rows and 7 columns
request <AppServer.62653> on ATL13_20200111053122_02370601_006_01.h5 generated dataframe [gt3l] with 3 rows and 7 columns
request <AppServer.62653> on ATL13_20200111053122_02370601_006_01.h5 generated dataframe [gt1l] with 3 rows and 7 columns
request <AppServer.62653> on ATL13_20200111053122_02370601_006_01.h5 generated dataframe [gt2l] with 4 rows and 7 columns
request <AppServer.63015> on ATL13_20201210120015_11810901_006_01.h5 generated dataframe [gt1l] with 22 rows and 7 columns
request <AppServer.63015> on ATL13_20201210120015_11810901_006_01.h5 generated dataframe [gt2l] with 37 rows and 7 columns
request <AppServer.63015> on ATL13_20201210120015_11810901_006_01.h5 generated dataframe [gt2r] with 20 rows and 7 columns
Successfully completed processing resource [2 out of 43]: ATL13_20201210120015_11810901_006_01.h5
request <AppServer.62463> on ATL13_20230105012928_02371801_006_02.h5 generated dataframe [gt3r] with 48 rows and 7 columns
request <AppServer.62463> on ATL13_20230105012928_02371801_006_02.h5 generated dataframe [gt3l] with 8 rows and 7 columns
request <AppServer.62463> on ATL13_20230105012928_02371801_006_02.h5 generated dataframe [gt1r] with 25 rows and 7 columns
request <AppServer.62463> on ATL13_20230105012928_02371801_006_02.h5 generated dataframe [gt1l] with 7 rows and 7 columns
request <AppServer.62463> on ATL13_20230105012928_02371801_006_02.h5 generated dataframe [gt2r] with 34 rows and 7 columns
request <AppServer.62463> on ATL13_20230105012928_02371801_006_02.h5 generated dataframe [gt2l] with 17 rows and 7 columns
request <AppServer.61822> on ATL13_20190404081424_00930301_006_01.h5 generated dataframe [gt3r] with 2 rows and 7 columns
request <AppServer.61822> on ATL13_20190404081424_00930301_006_01.h5 generated dataframe [gt2r] with 16 rows and 7 columns
request <AppServer.61822> on ATL13_20190404081424_00930301_006_01.h5 generated dataframe [gt1r] with 7 rows and 7 columns
request <AppServer.62140> on ATL13_20241222042820_00932601_006_01.h5 generated dataframe [gt3l] with 53 rows and 7 columns
Successfully completed processing resource [4 out of 43]: ATL13_20230105012928_02371801_006_02.h5
request <AppServer.61822> on ATL13_20190404081424_00930301_006_01.h5 generated dataframe [gt1l] with 22 rows and 7 columns
request <AppServer.61822> on ATL13_20190404081424_00930301_006_01.h5 generated dataframe [gt3l] with 10 rows and 7 columns
request <AppServer.61822> on ATL13_20190404081424_00930301_006_01.h5 generated dataframe [gt2l] with 291 rows and 7 columns
Successfully completed processing resource [5 out of 43]: ATL13_20190404081424_00930301_006_01.h5
request <AppServer.62140> on ATL13_20241222042820_00932601_006_01.h5 generated dataframe [gt1l] with 45 rows and 7 columns
request <AppServer.62140> on ATL13_20241222042820_00932601_006_01.h5 generated dataframe [gt2r] with 12 rows and 7 columns
request <AppServer.62140> on ATL13_20241222042820_00932601_006_01.h5 generated dataframe [gt3r] with 16 rows and 7 columns
request <AppServer.62140> on ATL13_20241222042820_00932601_006_01.h5 generated dataframe [gt2l] with 36 rows and 7 columns
request <AppServer.62140> on ATL13_20241222042820_00932601_006_01.h5 generated dataframe [gt1r] with 9 rows and 7 columns
Successfully completed processing resource [3 out of 43]: ATL13_20241222042820_00932601_006_01.h5
request <AppServer.62653> on ATL13_20200111053122_02370601_006_01.h5 generated dataframe [gt3r] with 10 rows and 7 columns
request <AppServer.62653> on ATL13_20200111053122_02370601_006_01.h5 generated dataframe [gt2r] with 7 rows and 7 columns
request <AppServer.62653> on ATL13_20200111053122_02370601_006_01.h5 generated dataframe [gt1r] with 38 rows and 7 columns
Successfully completed processing resource [6 out of 43]: ATL13_20200111053122_02370601_006_01.h5
request <AppServer.62465> on ATL13_20231004122808_02372101_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62465> on ATL13_20231004122808_02372101_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63018> on ATL13_20220926193206_00931701_006_01.h5 generated dataframe [gt3l] with 1 rows and 7 columns
request <AppServer.63018> on ATL13_20220926193206_00931701_006_01.h5 generated dataframe [gt2l] with 100 rows and 7 columns
request <AppServer.63018> on ATL13_20220926193206_00931701_006_01.h5 generated dataframe [gt1l] with 7 rows and 7 columns
request <AppServer.63018> on ATL13_20220926193206_00931701_006_01.h5 generated dataframe [gt1r] with 24 rows and 7 columns
request <AppServer.63018> on ATL13_20220926193206_00931701_006_01.h5 generated dataframe [gt3r] with 6 rows and 7 columns
request <AppServer.63018> on ATL13_20220926193206_00931701_006_01.h5 generated dataframe [gt2r] with 120 rows and 7 columns
Successfully completed processing resource [7 out of 43]: ATL13_20220926193206_00931701_006_01.h5
request <AppServer.62465> on ATL13_20231004122808_02372101_006_02.h5 generated dataframe [gt1r] with 2 rows and 7 columns
request <AppServer.62465> on ATL13_20231004122808_02372101_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62465> on ATL13_20231004122808_02372101_006_02.h5 generated dataframe [gt1l] with 11 rows and 7 columns
request <AppServer.62465> on ATL13_20231004122808_02372101_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
Successfully completed processing resource [8 out of 43]: ATL13_20231004122808_02372101_006_02.h5
request <AppServer.61824> on ATL13_20210709033019_02371201_006_01.h5 generated dataframe [gt1l] with 12 rows and 7 columns
request <AppServer.61824> on ATL13_20210709033019_02371201_006_01.h5 generated dataframe [gt2l] with 13 rows and 7 columns
request <AppServer.61824> on ATL13_20210709033019_02371201_006_01.h5 generated dataframe [gt3l] with 2 rows and 7 columns
request <AppServer.61824> on ATL13_20210709033019_02371201_006_01.h5 generated dataframe [gt3r] with 8 rows and 7 columns
request <AppServer.61824> on ATL13_20210709033019_02371201_006_01.h5 generated dataframe [gt1r] with 27 rows and 7 columns
request <AppServer.61824> on ATL13_20210709033019_02371201_006_01.h5 generated dataframe [gt2r] with 40 rows and 7 columns
Successfully completed processing resource [11 out of 43]: ATL13_20210709033019_02371201_006_01.h5
request <AppServer.62142> on ATL13_20201009163043_02370901_006_01.h5 generated dataframe [gt3r] with 8 rows and 7 columns
request <AppServer.62655> on ATL13_20200701103314_00930801_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62655> on ATL13_20200701103314_00930801_006_01.h5 generated dataframe [gt2r] with 10 rows and 7 columns
request <AppServer.62142> on ATL13_20201009163043_02370901_006_01.h5 generated dataframe [gt3l] with 39 rows and 7 columns
request <AppServer.62142> on ATL13_20201009163043_02370901_006_01.h5 generated dataframe [gt2r] with 1 rows and 7 columns
request <AppServer.62142> on ATL13_20201009163043_02370901_006_01.h5 generated dataframe [gt1r] with 2 rows and 7 columns
request <AppServer.62142> on ATL13_20201009163043_02370901_006_01.h5 generated dataframe [gt1l] with 17 rows and 7 columns
request <AppServer.62142> on ATL13_20201009163043_02370901_006_01.h5 generated dataframe [gt2l] with 7 rows and 7 columns
Successfully completed processing resource [9 out of 43]: ATL13_20201009163043_02370901_006_01.h5
request <AppServer.62655> on ATL13_20200701103314_00930801_006_01.h5 generated dataframe [gt3l] with 14 rows and 7 columns
request <AppServer.62655> on ATL13_20200701103314_00930801_006_01.h5 generated dataframe [gt2l] with 46 rows and 7 columns
request <AppServer.62655> on ATL13_20200701103314_00930801_006_01.h5 generated dataframe [gt3r] with 6 rows and 7 columns
request <AppServer.62655> on ATL13_20200701103314_00930801_006_01.h5 generated dataframe [gt1l] with 2 rows and 7 columns
Successfully completed processing resource [10 out of 43]: ATL13_20200701103314_00930801_006_01.h5
request <AppServer.63020> on ATL13_20191213052103_11810501_006_01.h5 generated dataframe [gt2r] with 15 rows and 7 columns
request <AppServer.63020> on ATL13_20191213052103_11810501_006_01.h5 generated dataframe [gt2l] with 8 rows and 7 columns
request <AppServer.63020> on ATL13_20191213052103_11810501_006_01.h5 generated dataframe [gt3r] with 12 rows and 7 columns
request <AppServer.63020> on ATL13_20191213052103_11810501_006_01.h5 generated dataframe [gt3l] with 6 rows and 7 columns
request <AppServer.63020> on ATL13_20191213052103_11810501_006_01.h5 generated dataframe [gt1l] with 2 rows and 7 columns
request <AppServer.63020> on ATL13_20191213052103_11810501_006_01.h5 generated dataframe [gt1r] with 9 rows and 7 columns
request <AppServer.62144> on ATL13_20240324172920_00932301_006_01.h5 generated dataframe [gt3l] with 98 rows and 7 columns
request <AppServer.62144> on ATL13_20240324172920_00932301_006_01.h5 generated dataframe [gt2l] with 21 rows and 7 columns
Successfully completed processing resource [12 out of 43]: ATL13_20191213052103_11810501_006_01.h5
request <AppServer.62144> on ATL13_20240324172920_00932301_006_01.h5 generated dataframe [gt1l] with 17 rows and 7 columns
request <AppServer.62467> on ATL13_20190801232128_05330401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62467> on ATL13_20190801232128_05330401_006_01.h5 generated dataframe [gt2r] with 6 rows and 7 columns
request <AppServer.61826> on ATL13_20210330213246_00931101_006_01.h5 generated dataframe [gt1r] with 39 rows and 7 columns
request <AppServer.61826> on ATL13_20210330213246_00931101_006_01.h5 generated dataframe [gt2r] with 30 rows and 7 columns
request <AppServer.62144> on ATL13_20240324172920_00932301_006_01.h5 generated dataframe [gt3r] with 305 rows and 7 columns
request <AppServer.62144> on ATL13_20240324172920_00932301_006_01.h5 generated dataframe [gt2r] with 75 rows and 7 columns
request <AppServer.62144> on ATL13_20240324172920_00932301_006_01.h5 generated dataframe [gt1r] with 81 rows and 7 columns
Successfully completed processing resource [15 out of 43]: ATL13_20240324172920_00932301_006_01.h5
request <AppServer.62467> on ATL13_20190801232128_05330401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62467> on ATL13_20190801232128_05330401_006_01.h5 generated dataframe [gt1r] with 3 rows and 7 columns
request <AppServer.62467> on ATL13_20190801232128_05330401_006_01.h5 generated dataframe [gt2l] with 13 rows and 7 columns
request <AppServer.63022> on ATL13_20241231144559_02372601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62467> on ATL13_20190801232128_05330401_006_01.h5 generated dataframe [gt1l] with 5 rows and 7 columns
Successfully completed processing resource [14 out of 43]: ATL13_20190801232128_05330401_006_01.h5
request <AppServer.63022> on ATL13_20241231144559_02372601_006_01.h5 generated dataframe [gt2r] with 4 rows and 7 columns
request <AppServer.63022> on ATL13_20241231144559_02372601_006_01.h5 generated dataframe [gt3r] with 5 rows and 7 columns
request <AppServer.63022> on ATL13_20241231144559_02372601_006_01.h5 generated dataframe [gt2l] with 9 rows and 7 columns
request <AppServer.63022> on ATL13_20241231144559_02372601_006_01.h5 generated dataframe [gt3l] with 19 rows and 7 columns
request <AppServer.63022> on ATL13_20241231144559_02372601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [16 out of 43]: ATL13_20241231144559_02372601_006_01.h5
request <AppServer.62657> on ATL13_20211228083227_00931401_006_01.h5 generated dataframe [gt2r] with 6 rows and 7 columns
request <AppServer.62657> on ATL13_20211228083227_00931401_006_01.h5 generated dataframe [gt2l] with 15 rows and 7 columns
request <AppServer.62657> on ATL13_20211228083227_00931401_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62657> on ATL13_20211228083227_00931401_006_01.h5 generated dataframe [gt3r] with 9 rows and 7 columns
request <AppServer.62657> on ATL13_20211228083227_00931401_006_01.h5 generated dataframe [gt3l] with 20 rows and 7 columns
request <AppServer.62657> on ATL13_20211228083227_00931401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
Successfully completed processing resource [17 out of 43]: ATL13_20211228083227_00931401_006_01.h5
request <AppServer.62469> on ATL13_20240922084844_00932501_006_01.h5 generated dataframe [gt2l] with 7 rows and 7 columns
request <AppServer.61826> on ATL13_20210330213246_00931101_006_01.h5 generated dataframe [gt3r] with 21 rows and 7 columns
request <AppServer.61826> on ATL13_20210330213246_00931101_006_01.h5 generated dataframe [gt1l] with 10 rows and 7 columns
request <AppServer.61826> on ATL13_20210330213246_00931101_006_01.h5 generated dataframe [gt2l] with 10 rows and 7 columns
request <AppServer.61826> on ATL13_20210330213246_00931101_006_01.h5 generated dataframe [gt3l] with 6 rows and 7 columns
Successfully completed processing resource [13 out of 43]: ATL13_20210330213246_00931101_006_01.h5
request <AppServer.62146> on ATL13_20190413183205_02370301_006_01.h5 generated dataframe [gt2l] with 27 rows and 7 columns
request <AppServer.62146> on ATL13_20190413183205_02370301_006_01.h5 generated dataframe [gt1l] with 26 rows and 7 columns
request <AppServer.62146> on ATL13_20190413183205_02370301_006_01.h5 generated dataframe [gt3l] with 33 rows and 7 columns
request <AppServer.62146> on ATL13_20190413183205_02370301_006_01.h5 generated dataframe [gt3r] with 9 rows and 7 columns
request <AppServer.62146> on ATL13_20190413183205_02370301_006_01.h5 generated dataframe [gt1r] with 4 rows and 7 columns
request <AppServer.62146> on ATL13_20190413183205_02370301_006_01.h5 generated dataframe [gt2r] with 25 rows and 7 columns
Successfully completed processing resource [19 out of 43]: ATL13_20190413183205_02370301_006_01.h5
request <AppServer.62469> on ATL13_20240922084844_00932501_006_01.h5 generated dataframe [gt1l] with 3 rows and 7 columns
request <AppServer.62469> on ATL13_20240922084844_00932501_006_01.h5 generated dataframe [gt2r] with 2 rows and 7 columns
request <AppServer.62469> on ATL13_20240922084844_00932501_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62469> on ATL13_20240922084844_00932501_006_01.h5 generated dataframe [gt3l] with 4 rows and 7 columns
request <AppServer.62469> on ATL13_20240922084844_00932501_006_01.h5 generated dataframe [gt1r] with 2 rows and 7 columns
Successfully completed processing resource [18 out of 43]: ATL13_20240922084844_00932501_006_01.h5
request <AppServer.62659> on ATL13_20230705164839_02372001_006_02.h5 generated dataframe [gt2r] with 2 rows and 7 columns
request <AppServer.62659> on ATL13_20230705164839_02372001_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62148> on ATL13_20190315182149_11810201_006_01.h5 generated dataframe [gt2l] with 41 rows and 7 columns
request <AppServer.62148> on ATL13_20190315182149_11810201_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62148> on ATL13_20190315182149_11810201_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62148> on ATL13_20190315182149_11810201_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62148> on ATL13_20190315182149_11810201_006_01.h5 generated dataframe [gt2r] with 14 rows and 7 columns
request <AppServer.61829> on ATL13_20200710205055_02370801_006_01.h5 generated dataframe [gt1r] with 13 rows and 7 columns
request <AppServer.62659> on ATL13_20230705164839_02372001_006_02.h5 generated dataframe [gt2l] with 3 rows and 7 columns
request <AppServer.62659> on ATL13_20230705164839_02372001_006_02.h5 generated dataframe [gt1r] with 10 rows and 7 columns
request <AppServer.62148> on ATL13_20190315182149_11810201_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61829> on ATL13_20200710205055_02370801_006_01.h5 generated dataframe [gt2r] with 2 rows and 7 columns
request <AppServer.61829> on ATL13_20200710205055_02370801_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61829> on ATL13_20200710205055_02370801_006_01.h5 generated dataframe [gt2l] with 8 rows and 7 columns
Successfully completed processing resource [23 out of 43]: ATL13_20190315182149_11810201_006_01.h5
request <AppServer.62659> on ATL13_20230705164839_02372001_006_02.h5 generated dataframe [gt3l] with 1 rows and 7 columns
request <AppServer.62659> on ATL13_20230705164839_02372001_006_02.h5 generated dataframe [gt1l] with 25 rows and 7 columns
request <AppServer.63026> on ATL13_20210301212223_10371001_006_01.h5 generated dataframe [gt3r] with 55 rows and 7 columns
request <AppServer.63026> on ATL13_20210301212223_10371001_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63026> on ATL13_20210301212223_10371001_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63026> on ATL13_20210301212223_10371001_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.63026> on ATL13_20210301212223_10371001_006_01.h5 generated dataframe [gt3l] with 11 rows and 7 columns
request <AppServer.63026> on ATL13_20210301212223_10371001_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [21 out of 43]: ATL13_20230705164839_02372001_006_02.h5
Successfully completed processing resource [20 out of 43]: ATL13_20210301212223_10371001_006_01.h5
request <AppServer.61829> on ATL13_20200710205055_02370801_006_01.h5 generated dataframe [gt3l] with 2 rows and 7 columns
request <AppServer.61829> on ATL13_20200710205055_02370801_006_01.h5 generated dataframe [gt1l] with 40 rows and 7 columns
Successfully completed processing resource [22 out of 43]: ATL13_20200710205055_02370801_006_01.h5
request <AppServer.62471> on ATL13_20220907053933_11811601_006_01.h5 generated dataframe [gt3l] with 101 rows and 7 columns
request <AppServer.62471> on ATL13_20220907053933_11811601_006_01.h5 generated dataframe [gt2l] with 2 rows and 7 columns
request <AppServer.62471> on ATL13_20220907053933_11811601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62150> on ATL13_20210928125233_00931301_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62150> on ATL13_20210928125233_00931301_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62150> on ATL13_20210928125233_00931301_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62471> on ATL13_20220907053933_11811601_006_01.h5 generated dataframe [gt2r] with 8 rows and 7 columns
request <AppServer.62471> on ATL13_20220907053933_11811601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62471> on ATL13_20220907053933_11811601_006_01.h5 generated dataframe [gt3r] with 253 rows and 7 columns
Successfully completed processing resource [25 out of 43]: ATL13_20220907053933_11811601_006_01.h5
request <AppServer.62661> on ATL13_20201230015254_00931001_006_01.h5 generated dataframe [gt2l] with 6 rows and 7 columns
request <AppServer.62661> on ATL13_20201230015254_00931001_006_01.h5 generated dataframe [gt3l] with 2 rows and 7 columns
request <AppServer.62661> on ATL13_20201230015254_00931001_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62661> on ATL13_20201230015254_00931001_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62661> on ATL13_20201230015254_00931001_006_01.h5 generated dataframe [gt2r] with 5 rows and 7 columns
request <AppServer.62661> on ATL13_20201230015254_00931001_006_01.h5 generated dataframe [gt1r] with 1 rows and 7 columns
request <AppServer.62150> on ATL13_20210928125233_00931301_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62150> on ATL13_20210928125233_00931301_006_01.h5 generated dataframe [gt2r] with 6 rows and 7 columns
request <AppServer.62150> on ATL13_20210928125233_00931301_006_01.h5 generated dataframe [gt2l] with 1 rows and 7 columns
Successfully completed processing resource [26 out of 43]: ATL13_20201230015254_00931001_006_01.h5
Successfully completed processing resource [27 out of 43]: ATL13_20210928125233_00931301_006_01.h5
request <AppServer.63028> on ATL13_20230327105140_00931901_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.63028> on ATL13_20230327105140_00931901_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63028> on ATL13_20230327105140_00931901_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63028> on ATL13_20230327105140_00931901_006_02.h5 generated dataframe [gt1r] with 7 rows and 7 columns
request <AppServer.63028> on ATL13_20230327105140_00931901_006_02.h5 generated dataframe [gt2r] with 7 rows and 7 columns
request <AppServer.63028> on ATL13_20230327105140_00931901_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [24 out of 43]: ATL13_20230327105140_00931901_006_02.h5
request <AppServer.62473> on ATL13_20241001190627_02372501_006_01.h5 generated dataframe [gt2r] with 5 rows and 7 columns
request <AppServer.61833> on ATL13_20230124103936_05331801_006_02.h5 generated dataframe [gt2l] with 3 rows and 7 columns
request <AppServer.61833> on ATL13_20230124103936_05331801_006_02.h5 generated dataframe [gt1l] with 1 rows and 7 columns
request <AppServer.62152> on ATL13_20230606163828_11811901_006_04.h5 generated dataframe [gt1r] with 5 rows and 7 columns
request <AppServer.62152> on ATL13_20230606163828_11811901_006_04.h5 generated dataframe [gt2r] with 4 rows and 7 columns
request <AppServer.61833> on ATL13_20230124103936_05331801_006_02.h5 generated dataframe [gt2r] with 11 rows and 7 columns
request <AppServer.61833> on ATL13_20230124103936_05331801_006_02.h5 generated dataframe [gt1r] with 17 rows and 7 columns
request <AppServer.62152> on ATL13_20230606163828_11811901_006_04.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62152> on ATL13_20230606163828_11811901_006_04.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62152> on ATL13_20230606163828_11811901_006_04.h5 generated dataframe [gt1l] with 23 rows and 7 columns
request <AppServer.62152> on ATL13_20230606163828_11811901_006_04.h5 generated dataframe [gt2l] with 19 rows and 7 columns
request <AppServer.61833> on ATL13_20230124103936_05331801_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61833> on ATL13_20230124103936_05331801_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [29 out of 43]: ATL13_20230606163828_11811901_006_04.h5
Successfully completed processing resource [31 out of 43]: ATL13_20230124103936_05331801_006_02.h5
request <AppServer.62473> on ATL13_20241001190627_02372501_006_01.h5 generated dataframe [gt1r] with 4 rows and 7 columns
request <AppServer.62473> on ATL13_20241001190627_02372501_006_01.h5 generated dataframe [gt3r] with 2 rows and 7 columns
request <AppServer.62473> on ATL13_20241001190627_02372501_006_01.h5 generated dataframe [gt3l] with 24 rows and 7 columns
request <AppServer.62473> on ATL13_20241001190627_02372501_006_01.h5 generated dataframe [gt2l] with 51 rows and 7 columns
request <AppServer.62473> on ATL13_20241001190627_02372501_006_01.h5 generated dataframe [gt1l] with 16 rows and 7 columns
request <AppServer.62663> on ATL13_20231224215005_00932201_006_01.h5 generated dataframe [gt2r] with 1 rows and 7 columns
request <AppServer.62663> on ATL13_20231224215005_00932201_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62663> on ATL13_20231224215005_00932201_006_01.h5 generated dataframe [gt1l] with 1 rows and 7 columns
request <AppServer.62663> on ATL13_20231224215005_00932201_006_01.h5 generated dataframe [gt1r] with 1 rows and 7 columns
request <AppServer.62663> on ATL13_20231224215005_00932201_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62663> on ATL13_20231224215005_00932201_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
Successfully completed processing resource [28 out of 43]: ATL13_20231224215005_00932201_006_01.h5
Successfully completed processing resource [30 out of 43]: ATL13_20241001190627_02372501_006_01.h5
request <AppServer.63032> on ATL13_20220707101001_02371601_006_01.h5 generated dataframe [gt3r] with 38 rows and 7 columns
request <AppServer.63032> on ATL13_20220707101001_02371601_006_01.h5 generated dataframe [gt3l] with 10 rows and 7 columns
request <AppServer.63032> on ATL13_20220707101001_02371601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.63032> on ATL13_20220707101001_02371601_006_01.h5 generated dataframe [gt2r] with 27 rows and 7 columns
request <AppServer.63032> on ATL13_20220707101001_02371601_006_01.h5 generated dataframe [gt2l] with 6 rows and 7 columns
request <AppServer.63032> on ATL13_20220707101001_02371601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [32 out of 43]: ATL13_20220707101001_02371601_006_01.h5
request <AppServer.61835> on ATL13_20240902185616_11812401_006_01.h5 generated dataframe [gt1l] with 76 rows and 7 columns
request <AppServer.61835> on ATL13_20240902185616_11812401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62154> on ATL13_20200411011109_02370701_006_01.h5 generated dataframe [gt3r] with 16 rows and 7 columns
request <AppServer.62154> on ATL13_20200411011109_02370701_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62154> on ATL13_20200411011109_02370701_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62154> on ATL13_20200411011109_02370701_006_01.h5 generated dataframe [gt3l] with 8 rows and 7 columns
request <AppServer.62154> on ATL13_20200411011109_02370701_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62154> on ATL13_20200411011109_02370701_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [34 out of 43]: ATL13_20200411011109_02370701_006_01.h5
request <AppServer.61835> on ATL13_20240902185616_11812401_006_01.h5 generated dataframe [gt2l] with 156 rows and 7 columns
request <AppServer.61835> on ATL13_20240902185616_11812401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61835> on ATL13_20240902185616_11812401_006_01.h5 generated dataframe [gt1r] with 18 rows and 7 columns
request <AppServer.61835> on ATL13_20240902185616_11812401_006_01.h5 generated dataframe [gt2r] with 56 rows and 7 columns
Successfully completed processing resource [33 out of 43]: ATL13_20240902185616_11812401_006_01.h5
request <AppServer.63034> on ATL13_20181214224150_11810101_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63034> on ATL13_20181214224150_11810101_006_01.h5 generated dataframe [gt1l] with 29 rows and 7 columns
request <AppServer.63034> on ATL13_20181214224150_11810101_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63034> on ATL13_20181214224150_11810101_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63034> on ATL13_20181214224150_11810101_006_01.h5 generated dataframe [gt1r] with 302 rows and 7 columns
request <AppServer.63034> on ATL13_20181214224150_11810101_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [35 out of 43]: ATL13_20181214224150_11810101_006_01.h5
request <AppServer.62665> on ATL13_20200101191340_00930601_006_01.h5 generated dataframe [gt1r] with 14 rows and 7 columns
request <AppServer.62156> on ATL13_20210108121038_02371001_006_01.h5 generated dataframe [gt3l] with 17 rows and 7 columns
request <AppServer.62156> on ATL13_20210108121038_02371001_006_01.h5 generated dataframe [gt1r] with 11 rows and 7 columns
request <AppServer.62156> on ATL13_20210108121038_02371001_006_01.h5 generated dataframe [gt1l] with 20 rows and 7 columns
request <AppServer.62156> on ATL13_20210108121038_02371001_006_01.h5 generated dataframe [gt3r] with 6 rows and 7 columns
request <AppServer.62156> on ATL13_20210108121038_02371001_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62156> on ATL13_20210108121038_02371001_006_01.h5 generated dataframe [gt2l] with 8 rows and 7 columns
Successfully completed processing resource [38 out of 43]: ATL13_20210108121038_02371001_006_01.h5
request <AppServer.62665> on ATL13_20200101191340_00930601_006_01.h5 generated dataframe [gt3r] with 18 rows and 7 columns
request <AppServer.62665> on ATL13_20200101191340_00930601_006_01.h5 generated dataframe [gt1l] with 5 rows and 7 columns
request <AppServer.62665> on ATL13_20200101191340_00930601_006_01.h5 generated dataframe [gt3l] with 3 rows and 7 columns
request <AppServer.62665> on ATL13_20200101191340_00930601_006_01.h5 generated dataframe [gt2l] with 3 rows and 7 columns
request <AppServer.62665> on ATL13_20200101191340_00930601_006_01.h5 generated dataframe [gt2r] with 20 rows and 7 columns
Successfully completed processing resource [36 out of 43]: ATL13_20200101191340_00930601_006_01.h5
request <AppServer.62475> on ATL13_20221226151149_00931801_006_02.h5 generated dataframe [gt3r] with 44 rows and 7 columns
request <AppServer.62475> on ATL13_20221226151149_00931801_006_02.h5 generated dataframe [gt2l] with 13 rows and 7 columns
request <AppServer.62475> on ATL13_20221226151149_00931801_006_02.h5 generated dataframe [gt3l] with 12 rows and 7 columns
request <AppServer.62475> on ATL13_20221226151149_00931801_006_02.h5 generated dataframe [gt2r] with 33 rows and 7 columns
request <AppServer.62475> on ATL13_20221226151149_00931801_006_02.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62475> on ATL13_20221226151149_00931801_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [37 out of 43]: ATL13_20221226151149_00931801_006_02.h5
request <AppServer.62158> on ATL13_20230925021021_00932101_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62158> on ATL13_20230925021021_00932101_006_02.h5 generated dataframe [gt1r] with 13 rows and 7 columns
request <AppServer.62158> on ATL13_20230925021021_00932101_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62158> on ATL13_20230925021021_00932101_006_02.h5 generated dataframe [gt2l] with 86 rows and 7 columns
request <AppServer.62158> on ATL13_20230925021021_00932101_006_02.h5 generated dataframe [gt1l] with 17 rows and 7 columns
request <AppServer.62158> on ATL13_20230925021021_00932101_006_02.h5 generated dataframe [gt2r] with 11 rows and 7 columns
Successfully completed processing resource [41 out of 43]: ATL13_20230925021021_00932101_006_02.h5
request <AppServer.63038> on ATL13_20211007231018_02371301_006_01.h5 generated dataframe [gt2r] with 3 rows and 7 columns
request <AppServer.63038> on ATL13_20211007231018_02371301_006_01.h5 generated dataframe [gt3r] with 3 rows and 7 columns
request <AppServer.63038> on ATL13_20211007231018_02371301_006_01.h5 generated dataframe [gt1r] with 12 rows and 7 columns
request <AppServer.63038> on ATL13_20211007231018_02371301_006_01.h5 generated dataframe [gt2l] with 14 rows and 7 columns
request <AppServer.63038> on ATL13_20211007231018_02371301_006_01.h5 generated dataframe [gt1l] with 57 rows and 7 columns
request <AppServer.61839> on ATL13_20200930061258_00930901_006_01.h5 generated dataframe [gt1l] with 6 rows and 7 columns
request <AppServer.61839> on ATL13_20200930061258_00930901_006_01.h5 generated dataframe [gt2l] with 4 rows and 7 columns
request <AppServer.61839> on ATL13_20200930061258_00930901_006_01.h5 generated dataframe [gt3r] with 105 rows and 7 columns
request <AppServer.61839> on ATL13_20200930061258_00930901_006_01.h5 generated dataframe [gt2r] with 1 rows and 7 columns
request <AppServer.61839> on ATL13_20200930061258_00930901_006_01.h5 generated dataframe [gt1r] with 2 rows and 7 columns
request <AppServer.61839> on ATL13_20200930061258_00930901_006_01.h5 generated dataframe [gt3l] with 316 rows and 7 columns
Successfully completed processing resource [40 out of 43]: ATL13_20200930061258_00930901_006_01.h5
request <AppServer.63038> on ATL13_20211007231018_02371301_006_01.h5 generated dataframe [gt3l] with 19 rows and 7 columns
Successfully completed processing resource [39 out of 43]: ATL13_20211007231018_02371301_006_01.h5
request <AppServer.63040> on ATL13_20240702232655_02372401_006_01.h5 generated dataframe [gt2r] with 1 rows and 7 columns
request <AppServer.63040> on ATL13_20240702232655_02372401_006_01.h5 generated dataframe [gt1r] with 2 rows and 7 columns
request <AppServer.63040> on ATL13_20240702232655_02372401_006_01.h5 generated dataframe [gt3r] with 10 rows and 7 columns
request <AppServer.63040> on ATL13_20240702232655_02372401_006_01.h5 generated dataframe [gt3l] with 40 rows and 7 columns
request <AppServer.63040> on ATL13_20240702232655_02372401_006_01.h5 generated dataframe [gt2l] with 4 rows and 7 columns
request <AppServer.63040> on ATL13_20240702232655_02372401_006_01.h5 generated dataframe [gt1l] with 17 rows and 7 columns
Successfully completed processing resource [42 out of 43]: ATL13_20240702232655_02372401_006_01.h5
request <AppServer.62160> on ATL13_20220329041221_00931501_006_01.h5 generated dataframe [gt3r] with 8 rows and 7 columns
request <AppServer.62160> on ATL13_20220329041221_00931501_006_01.h5 generated dataframe [gt2r] with 1 rows and 7 columns
request <AppServer.62160> on ATL13_20220329041221_00931501_006_01.h5 generated dataframe [gt2l] with 12 rows and 7 columns
request <AppServer.62160> on ATL13_20220329041221_00931501_006_01.h5 generated dataframe [gt3l] with 30 rows and 7 columns
request <AppServer.62160> on ATL13_20220329041221_00931501_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62160> on ATL13_20220329041221_00931501_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
Successfully completed processing resource [43 out of 43]: ATL13_20220329041221_00931501_006_01.h5
Writing arrow file: /tmp/tmpjzeowx8x
Closing arrow file: /tmp/tmpjzeowx8x
[4]:
# Generate a plot of the results
gdf.plot(column='ht_ortho', cmap='viridis', legend=True)
[4]:
<Axes: >

[5]:
# Display the returned GeoDataFrame
gdf
[5]:
gt | rgt | stdev_water_surf | spot | water_depth | ht_water_surf | ht_ortho | srcid | cycle | geometry | |
---|---|---|---|---|---|---|---|---|---|---|
time_ns | ||||||||||
2018-10-14 07:16:41.331220480 | 30 | 237 | 0.050000 | 4 | 3.402823e+38 | 65.917259 | 49.121025 | 0 | 1 | POINT (-56.79914 -33.28026) |
2018-10-14 07:16:41.332620288 | 30 | 237 | 0.050000 | 4 | 3.402823e+38 | 65.965538 | 49.169304 | 0 | 1 | POINT (-56.79915 -33.28035) |
2018-10-14 07:16:41.334420480 | 30 | 237 | 0.050000 | 4 | 3.402823e+38 | 66.149895 | 49.353832 | 0 | 1 | POINT (-56.79916 -33.28046) |
2018-10-14 07:16:41.335220224 | 30 | 237 | 0.050000 | 4 | 3.402823e+38 | 66.146973 | 49.350910 | 0 | 1 | POINT (-56.79917 -33.28051) |
2018-10-14 07:16:41.336120320 | 30 | 237 | 0.050000 | 4 | 3.402823e+38 | 66.135971 | 49.339905 | 0 | 1 | POINT (-56.79918 -33.28057) |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
2022-03-29 07:12:16.051429632 | 60 | 93 | 0.038271 | 6 | 3.402823e+38 | 54.693451 | 37.753738 | 256 | 15 | POINT (-56.95074 -33.17706) |
2022-03-29 07:12:16.053429760 | 60 | 93 | 0.038271 | 6 | 3.402823e+38 | 54.747448 | 37.807735 | 256 | 15 | POINT (-56.95076 -33.17694) |
2022-03-29 07:12:16.057829888 | 60 | 93 | 0.038271 | 6 | 3.402823e+38 | 54.734711 | 37.794956 | 256 | 15 | POINT (-56.95079 -33.17665) |
2022-03-29 07:12:16.074729728 | 60 | 93 | 0.038271 | 6 | 3.402823e+38 | 54.703880 | 37.764015 | 256 | 15 | POINT (-56.95091 -33.17558) |
2022-03-29 07:12:16.081718784 | 60 | 93 | 0.122375 | 6 | 3.402823e+38 | 54.731842 | 37.791939 | 256 | 15 | POINT (-56.95096 -33.17514) |
5032 rows × 10 columns
[6]:
# Display mapping of srcid to granule names
gdf.attrs["meta"]["srctbl"]
[6]:
{'32': 'ATL13_20241222042820_00932601_006_01.h5',
'90': 'ATL13_20241231144559_02372601_006_01.h5',
'71': 'ATL13_20191213052103_11810501_006_01.h5',
'102': 'ATL13_20240922084844_00932501_006_01.h5',
'118': 'ATL13_20200710205055_02370801_006_01.h5',
'127': 'ATL13_20210301212223_10371001_006_01.h5',
'206': 'ATL13_20200101191340_00930601_006_01.h5',
'16': 'ATL13_20200111053122_02370601_006_01.h5',
'55': 'ATL13_20201009163043_02370901_006_01.h5',
'84': 'ATL13_20210330213246_00931101_006_01.h5',
'233': 'ATL13_20230925021021_00932101_006_02.h5',
'57': 'ATL13_20201009163043_02370901_006_01.h5',
'194': 'ATL13_20200411011109_02370701_006_01.h5',
'220': 'ATL13_20221226151149_00931801_006_02.h5',
'163': 'ATL13_20241001190627_02372501_006_01.h5',
'89': 'ATL13_20190801232128_05330401_006_01.h5',
'175': 'ATL13_20230606163828_11811901_006_04.h5',
'31': 'ATL13_20241222042820_00932601_006_01.h5',
'35': 'ATL13_20231004122808_02372101_006_02.h5',
'11': 'ATL13_20230105012928_02371801_006_02.h5',
'208': 'ATL13_20181214224150_11810101_006_01.h5',
'93': 'ATL13_20211228083227_00931401_006_01.h5',
'29': 'ATL13_20190404081424_00930301_006_01.h5',
'114': 'ATL13_20190315182149_11810201_006_01.h5',
'58': 'ATL13_20200701103314_00930801_006_01.h5',
'15': 'ATL13_20200111053122_02370601_006_01.h5',
'153': 'ATL13_20220907053933_11811601_006_01.h5',
'199': 'ATL13_20240902185616_11812401_006_01.h5',
'211': 'ATL13_20181214224150_11810101_006_01.h5',
'226': 'ATL13_20200101191340_00930601_006_01.h5',
'73': 'ATL13_20240324172920_00932301_006_01.h5',
'76': 'ATL13_20240324172920_00932301_006_01.h5',
'62': 'ATL13_20200701103314_00930801_006_01.h5',
'101': 'ATL13_20240922084844_00932501_006_01.h5',
'67': 'ATL13_20191213052103_11810501_006_01.h5',
'241': 'ATL13_20200930061258_00930901_006_01.h5',
'139': 'ATL13_20220907053933_11811601_006_01.h5',
'129': 'ATL13_20230705164839_02372001_006_02.h5',
'198': 'ATL13_20240902185616_11812401_006_01.h5',
'236': 'ATL13_20200930061258_00930901_006_01.h5',
'168': 'ATL13_20241001190627_02372501_006_01.h5',
'14': 'ATL13_20200111053122_02370601_006_01.h5',
'135': 'ATL13_20230705164839_02372001_006_02.h5',
'184': 'ATL13_20220707101001_02371601_006_01.h5',
'145': 'ATL13_20210928125233_00931301_006_01.h5',
'49': 'ATL13_20210709033019_02371201_006_01.h5',
'24': 'ATL13_20190404081424_00930301_006_01.h5',
'178': 'ATL13_20230124103936_05331801_006_02.h5',
'140': 'ATL13_20201230015254_00931001_006_01.h5',
'202': 'ATL13_20240902185616_11812401_006_01.h5',
'104': 'ATL13_20190413183205_02370301_006_01.h5',
'131': 'ATL13_20200710205055_02370801_006_01.h5',
'181': 'ATL13_20231224215005_00932201_006_01.h5',
'234': 'ATL13_20230925021021_00932101_006_02.h5',
'218': 'ATL13_20210108121038_02371001_006_01.h5',
'124': 'ATL13_20190315182149_11810201_006_01.h5',
'249': 'ATL13_20240702232655_02372401_006_01.h5',
'154': 'ATL13_20201230015254_00931001_006_01.h5',
'0': 'ATL13_20181014031222_02370101_006_01.h5',
'23': 'ATL13_20200111053122_02370601_006_01.h5',
'96': 'ATL13_20211228083227_00931401_006_01.h5',
'159': 'ATL13_20230327105140_00931901_006_02.h5',
'160': 'ATL13_20230327105140_00931901_006_02.h5',
'47': 'ATL13_20231004122808_02372101_006_02.h5',
'8': 'ATL13_20201210120015_11810901_006_01.h5',
'98': 'ATL13_20211228083227_00931401_006_01.h5',
'37': 'ATL13_20231004122808_02372101_006_02.h5',
'43': 'ATL13_20220926193206_00931701_006_01.h5',
'5': 'ATL13_20181014031222_02370101_006_01.h5',
'195': 'ATL13_20240902185616_11812401_006_01.h5',
'21': 'ATL13_20230105012928_02371801_006_02.h5',
'193': 'ATL13_20220707101001_02371601_006_01.h5',
'119': 'ATL13_20210301212223_10371001_006_01.h5',
'180': 'ATL13_20231224215005_00932201_006_01.h5',
'244': 'ATL13_20200930061258_00930901_006_01.h5',
'162': 'ATL13_20241001190627_02372501_006_01.h5',
'74': 'ATL13_20240324172920_00932301_006_01.h5',
'240': 'ATL13_20200930061258_00930901_006_01.h5',
'246': 'ATL13_20240702232655_02372401_006_01.h5',
'61': 'ATL13_20201009163043_02370901_006_01.h5',
'230': 'ATL13_20230925021021_00932101_006_02.h5',
'115': 'ATL13_20230705164839_02372001_006_02.h5',
'103': 'ATL13_20240922084844_00932501_006_01.h5',
'201': 'ATL13_20240902185616_11812401_006_01.h5',
'113': 'ATL13_20240922084844_00932501_006_01.h5',
'152': 'ATL13_20210928125233_00931301_006_01.h5',
'189': 'ATL13_20200411011109_02370701_006_01.h5',
'91': 'ATL13_20241231144559_02372601_006_01.h5',
'107': 'ATL13_20190413183205_02370301_006_01.h5',
'87': 'ATL13_20190801232128_05330401_006_01.h5',
'77': 'ATL13_20190801232128_05330401_006_01.h5',
'174': 'ATL13_20230124103936_05331801_006_02.h5',
'214': 'ATL13_20221226151149_00931801_006_02.h5',
'221': 'ATL13_20200101191340_00930601_006_01.h5',
'39': 'ATL13_20231004122808_02372101_006_02.h5',
'64': 'ATL13_20200701103314_00930801_006_01.h5',
'97': 'ATL13_20211228083227_00931401_006_01.h5',
'12': 'ATL13_20230105012928_02371801_006_02.h5',
'41': 'ATL13_20220926193206_00931701_006_01.h5',
'52': 'ATL13_20210709033019_02371201_006_01.h5',
'45': 'ATL13_20220926193206_00931701_006_01.h5',
'229': 'ATL13_20230925021021_00932101_006_02.h5',
'237': 'ATL13_20211007231018_02371301_006_01.h5',
'68': 'ATL13_20191213052103_11810501_006_01.h5',
'188': 'ATL13_20220707101001_02371601_006_01.h5',
'1': 'ATL13_20181014031222_02370101_006_01.h5',
'116': 'ATL13_20190315182149_11810201_006_01.h5',
'136': 'ATL13_20210301212223_10371001_006_01.h5',
'144': 'ATL13_20210928125233_00931301_006_01.h5',
'100': 'ATL13_20211228083227_00931401_006_01.h5',
'222': 'ATL13_20210108121038_02371001_006_01.h5',
'25': 'ATL13_20241222042820_00932601_006_01.h5',
'120': 'ATL13_20210301212223_10371001_006_01.h5',
'83': 'ATL13_20210330213246_00931101_006_01.h5',
'254': 'ATL13_20220329041221_00931501_006_01.h5',
'177': 'ATL13_20230124103936_05331801_006_02.h5',
'217': 'ATL13_20210108121038_02371001_006_01.h5',
'239': 'ATL13_20211007231018_02371301_006_01.h5',
'122': 'ATL13_20230705164839_02372001_006_02.h5',
'143': 'ATL13_20220907053933_11811601_006_01.h5',
'22': 'ATL13_20230105012928_02371801_006_02.h5',
'42': 'ATL13_20220926193206_00931701_006_01.h5',
'158': 'ATL13_20230327105140_00931901_006_02.h5',
'46': 'ATL13_20220926193206_00931701_006_01.h5',
'205': 'ATL13_20200101191340_00930601_006_01.h5',
'235': 'ATL13_20211007231018_02371301_006_01.h5',
'6': 'ATL13_20201210120015_11810901_006_01.h5',
'36': 'ATL13_20200111053122_02370601_006_01.h5',
'183': 'ATL13_20231224215005_00932201_006_01.h5',
'51': 'ATL13_20210709033019_02371201_006_01.h5',
'94': 'ATL13_20241231144559_02372601_006_01.h5',
'213': 'ATL13_20210108121038_02371001_006_01.h5',
'132': 'ATL13_20200710205055_02370801_006_01.h5',
'169': 'ATL13_20241001190627_02372501_006_01.h5',
'171': 'ATL13_20230606163828_11811901_006_04.h5',
'200': 'ATL13_20200411011109_02370701_006_01.h5',
'18': 'ATL13_20241222042820_00932601_006_01.h5',
'125': 'ATL13_20200710205055_02370801_006_01.h5',
'44': 'ATL13_20220926193206_00931701_006_01.h5',
'27': 'ATL13_20200111053122_02370601_006_01.h5',
'161': 'ATL13_20230327105140_00931901_006_02.h5',
'190': 'ATL13_20200411011109_02370701_006_01.h5',
'95': 'ATL13_20241231144559_02372601_006_01.h5',
'20': 'ATL13_20201210120015_11810901_006_01.h5',
'109': 'ATL13_20190413183205_02370301_006_01.h5',
'231': 'ATL13_20230925021021_00932101_006_02.h5',
'243': 'ATL13_20200930061258_00930901_006_01.h5',
'151': 'ATL13_20210928125233_00931301_006_01.h5',
'148': 'ATL13_20201230015254_00931001_006_01.h5',
'78': 'ATL13_20190801232128_05330401_006_01.h5',
'106': 'ATL13_20210330213246_00931101_006_01.h5',
'157': 'ATL13_20230327105140_00931901_006_02.h5',
'65': 'ATL13_20200701103314_00930801_006_01.h5',
'197': 'ATL13_20220707101001_02371601_006_01.h5',
'203': 'ATL13_20240902185616_11812401_006_01.h5',
'138': 'ATL13_20220907053933_11811601_006_01.h5',
'81': 'ATL13_20210330213246_00931101_006_01.h5',
'60': 'ATL13_20201009163043_02370901_006_01.h5',
'137': 'ATL13_20200710205055_02370801_006_01.h5',
'86': 'ATL13_20240324172920_00932301_006_01.h5',
'247': 'ATL13_20240702232655_02372401_006_01.h5',
'204': 'ATL13_20181214224150_11810101_006_01.h5',
'165': 'ATL13_20230124103936_05331801_006_02.h5',
'2': 'ATL13_20181014031222_02370101_006_01.h5',
'17': 'ATL13_20190404081424_00930301_006_01.h5',
'186': 'ATL13_20231224215005_00932201_006_01.h5',
'82': 'ATL13_20190801232128_05330401_006_01.h5',
'147': 'ATL13_20210928125233_00931301_006_01.h5',
'110': 'ATL13_20190413183205_02370301_006_01.h5',
'228': 'ATL13_20230925021021_00932101_006_02.h5',
'69': 'ATL13_20191213052103_11810501_006_01.h5',
'172': 'ATL13_20230606163828_11811901_006_04.h5',
'112': 'ATL13_20240922084844_00932501_006_01.h5',
'191': 'ATL13_20200411011109_02370701_006_01.h5',
'224': 'ATL13_20200101191340_00930601_006_01.h5',
'187': 'ATL13_20220707101001_02371601_006_01.h5',
'223': 'ATL13_20221226151149_00931801_006_02.h5',
'79': 'ATL13_20190801232128_05330401_006_01.h5',
'121': 'ATL13_20230705164839_02372001_006_02.h5',
'212': 'ATL13_20181214224150_11810101_006_01.h5',
'126': 'ATL13_20210301212223_10371001_006_01.h5',
'238': 'ATL13_20211007231018_02371301_006_01.h5',
'251': 'ATL13_20220329041221_00931501_006_01.h5',
'253': 'ATL13_20220329041221_00931501_006_01.h5',
'176': 'ATL13_20230606163828_11811901_006_04.h5',
'209': 'ATL13_20210108121038_02371001_006_01.h5',
'216': 'ATL13_20210108121038_02371001_006_01.h5',
'117': 'ATL13_20190315182149_11810201_006_01.h5',
'256': 'ATL13_20220329041221_00931501_006_01.h5',
'170': 'ATL13_20230606163828_11811901_006_04.h5',
'33': 'ATL13_20190404081424_00930301_006_01.h5',
'63': 'ATL13_20200701103314_00930801_006_01.h5',
'7': 'ATL13_20201210120015_11810901_006_01.h5',
'26': 'ATL13_20230105012928_02371801_006_02.h5',
'80': 'ATL13_20210330213246_00931101_006_01.h5',
'227': 'ATL13_20221226151149_00931801_006_02.h5',
'99': 'ATL13_20211228083227_00931401_006_01.h5',
'72': 'ATL13_20240324172920_00932301_006_01.h5',
'179': 'ATL13_20231224215005_00932201_006_01.h5',
'255': 'ATL13_20220329041221_00931501_006_01.h5',
'182': 'ATL13_20231224215005_00932201_006_01.h5',
'108': 'ATL13_20190413183205_02370301_006_01.h5',
'92': 'ATL13_20241231144559_02372601_006_01.h5',
'232': 'ATL13_20211007231018_02371301_006_01.h5',
'10': 'ATL13_20201210120015_11810901_006_01.h5',
'225': 'ATL13_20221226151149_00931801_006_02.h5',
'142': 'ATL13_20201230015254_00931001_006_01.h5',
'207': 'ATL13_20181214224150_11810101_006_01.h5',
'167': 'ATL13_20230124103936_05331801_006_02.h5',
'48': 'ATL13_20210709033019_02371201_006_01.h5',
'133': 'ATL13_20210301212223_10371001_006_01.h5',
'123': 'ATL13_20190315182149_11810201_006_01.h5',
'50': 'ATL13_20210709033019_02371201_006_01.h5',
'149': 'ATL13_20201230015254_00931001_006_01.h5',
'210': 'ATL13_20181214224150_11810101_006_01.h5',
'173': 'ATL13_20230606163828_11811901_006_04.h5',
'56': 'ATL13_20201009163043_02370901_006_01.h5',
'66': 'ATL13_20191213052103_11810501_006_01.h5',
'19': 'ATL13_20241222042820_00932601_006_01.h5',
'54': 'ATL13_20201009163043_02370901_006_01.h5',
'70': 'ATL13_20191213052103_11810501_006_01.h5',
'166': 'ATL13_20230124103936_05331801_006_02.h5',
'88': 'ATL13_20241231144559_02372601_006_01.h5',
'30': 'ATL13_20190404081424_00930301_006_01.h5',
'141': 'ATL13_20201230015254_00931001_006_01.h5',
'128': 'ATL13_20230705164839_02372001_006_02.h5',
'252': 'ATL13_20240702232655_02372401_006_01.h5',
'28': 'ATL13_20190404081424_00930301_006_01.h5',
'40': 'ATL13_20231004122808_02372101_006_02.h5',
'192': 'ATL13_20220707101001_02371601_006_01.h5',
'134': 'ATL13_20200710205055_02370801_006_01.h5',
'156': 'ATL13_20230327105140_00931901_006_02.h5',
'75': 'ATL13_20240324172920_00932301_006_01.h5',
'59': 'ATL13_20200701103314_00930801_006_01.h5',
'215': 'ATL13_20200101191340_00930601_006_01.h5',
'250': 'ATL13_20240702232655_02372401_006_01.h5',
'150': 'ATL13_20220907053933_11811601_006_01.h5',
'130': 'ATL13_20190315182149_11810201_006_01.h5',
'53': 'ATL13_20210709033019_02371201_006_01.h5',
'155': 'ATL13_20210928125233_00931301_006_01.h5',
'245': 'ATL13_20211007231018_02371301_006_01.h5',
'219': 'ATL13_20221226151149_00931801_006_02.h5',
'13': 'ATL13_20230105012928_02371801_006_02.h5',
'105': 'ATL13_20190413183205_02370301_006_01.h5',
'257': 'ATL13_20220329041221_00931501_006_01.h5',
'85': 'ATL13_20210330213246_00931101_006_01.h5',
'185': 'ATL13_20241001190627_02372501_006_01.h5',
'248': 'ATL13_20240702232655_02372401_006_01.h5',
'9': 'ATL13_20201210120015_11810901_006_01.h5',
'111': 'ATL13_20240922084844_00932501_006_01.h5',
'146': 'ATL13_20220907053933_11811601_006_01.h5',
'38': 'ATL13_20231004122808_02372101_006_02.h5',
'4': 'ATL13_20181014031222_02370101_006_01.h5',
'34': 'ATL13_20241222042820_00932601_006_01.h5',
'3': 'ATL13_20181014031222_02370101_006_01.h5',
'164': 'ATL13_20241001190627_02372501_006_01.h5',
'196': 'ATL13_20200411011109_02370701_006_01.h5',
'242': 'ATL13_20200930061258_00930901_006_01.h5'}
Retrieve ATL13 from SlideRule using Lake Name
Metadata from a shell
script
curl -X GET -d "{\"name\": "Caspian Sea}" https://sliderule.slideruleearth.io/source/ams
Metadata from a python
script
[7]:
response = sliderule.source("ams", {"name": "Caspian Sea"})
response
[7]:
{'refid': 1110000001,
'hylak': 1,
'name': 'Caspian Sea',
'country': 'Russia',
'continent': 'Europe',
'type': 1,
'area': 377001.91,
'basin': 6,
'source': 'HydroLAKES',
'granules': ['ATL13_20241118234343_09732501_006_01.h5',
'ATL13_20181014220350_02490101_006_01.h5',
'ATL13_20241120132637_09972501_006_01.h5',
'ATL13_20181016114648_02730101_006_01.h5',
'ATL13_20241121081801_10092501_006_01.h5',
'ATL13_20241121205218_10172501_006_01.h5',
'ATL13_20241122220054_10332501_006_01.h5',
'ATL13_20181018202112_03090101_006_01.h5',
'ATL13_20181020100410_03330101_006_01.h5',
'ATL13_20241126201822_10932501_006_01.h5',
'ATL13_20181022183836_03690101_006_01.h5',
'ATL13_20181024082135_03930101_006_01.h5',
'ATL13_20241129110953_11332501_006_01.h5',
'ATL13_20241201005245_11572501_006_01.h5',
'ATL13_20181026231311_04330101_006_01.h5',
'ATL13_20181028063858_04530101_006_01.h5',
'ATL13_20241203092716_11932501_006_01.h5',
'ATL13_20241204231017_12172501_006_01.h5',
'ATL13_20181030213035_04930101_006_01.h5',
'ATL13_20181031223914_05090101_006_01.h5',
'ATL13_20181101111334_05170101_006_01.h5',
'ATL13_20241207074446_12532501_006_01.h5',
'ATL13_20181102060504_05290101_006_01.h5',
'ATL13_20241208212741_12772501_006_01.h5',
'ATL13_20181103194803_05530101_006_01.h5',
'ATL13_20181104205642_05690101_006_01.h5',
'ATL13_20241211121914_13172501_006_01.h5',
'ATL13_20181106103944_05930101_006_01.h5',
'ATL13_20241212194508_13372501_006_01.h5',
'ATL13_20181107180530_06130101_006_01.h5',
'ATL13_20181108191411_06290101_006_01.h5',
'ATL13_20241215103631_13772501_006_01.h5',
'ATL13_20181110085709_06530101_006_01.h5',
'ATL13_20241216224513_00132601_006_01.h5',
'ATL13_20241217235351_00292601_006_01.h5',
'ATL13_20181114071430_07130101_006_01.h5',
'ATL13_20241219071937_00492601_006_01.h5',
'ATL13_20181116220603_07530101_006_01.h5',
'ATL13_20181118053147_07730101_006_01.h5',
'ATL13_20241221221110_00892601_006_01.h5',
'ATL13_20241224064536_01252601_006_01.h5',
'ATL13_20181120202321_08130101_006_01.h5',
'ATL13_20241225202832_01492601_006_02.h5',
'ATL13_20181122100615_08370101_006_01.h5',
'ATL13_20181124184036_08730101_006_01.h5',
'ATL13_20241228112002_01892601_006_02.h5',
'ATL13_20241229184543_02092601_006_01.h5',
'ATL13_20181126082331_08970101_006_01.h5',
'ATL13_20181128165757_09330101_006_01.h5',
'ATL13_20250101093727_02492601_006_01.h5',
'ATL13_20181129180634_09490101_006_01.h5',
'ATL13_20181130064054_09570101_006_01.h5',
'ATL13_20250102232018_02732601_006_01.h5',
'ATL13_20181201074933_09730101_006_01.h5',
'ATL13_20250105075501_03092601_006_01.h5',
'ATL13_20181203162400_10090101_006_01.h5',
'ATL13_20250106213756_03332601_006_01.h5',
'ATL13_20181205060657_10330101_006_01.h5',
'ATL13_20250109061213_03692601_006_01.h5',
'ATL13_20181206194955_10570101_006_01.h5',
'ATL13_20181207205833_10730101_006_01.h5',
'ATL13_20250110195520_03932601_006_01.h5',
'ATL13_20250113104652_04332601_006_01.h5',
'ATL13_20181211191556_11330101_006_01.h5',
'ATL13_20250115192107_04692601_006_01.h5',
'ATL13_20181213085852_11570101_006_01.h5',
'ATL13_20250117090412_04932601_006_01.h5',
'ATL13_20181215173318_11930101_006_01.h5',
'ATL13_20250118101253_05092601_006_01.h5',
'ATL13_20250118224713_05172601_006_01.h5',
'ATL13_20250119173842_05292601_006_01.h5',
'ATL13_20181217071617_12170101_006_01.h5',
'ATL13_20250121072129_05532601_006_01.h5',
'ATL13_20181219155043_12530101_006_01.h5',
'ATL13_20250122083008_05692601_006_01.h5',
'ATL13_20181221053340_12770101_006_01.h5',
'ATL13_20250123221306_05932601_006_01.h5',
'ATL13_20250126064739_06292601_006_01.h5',
'ATL13_20181223202516_13170101_006_01.h5',
'ATL13_20181225035103_13370101_006_01.h5',
'ATL13_20250127203033_06532601_006_01.h5',
'ATL13_20250130050458_06892601_006_01.h5',
'ATL13_20181227184238_13770101_006_01.h5',
'ATL13_20250131184750_07132601_006_01.h5',
'ATL13_20181229065120_00130201_006_01.h5',
'ATL13_20181230075959_00290201_006_01.h5',
'ATL13_20250203093928_07532601_006_01.h5',
'ATL13_20181231152547_00490201_006_01.h5',
'ATL13_20190101163426_00650201_006_01.h5',
'ATL13_20190103061723_00890201_006_01.h5',
'ATL13_20250207075711_08132601_006_01.h5',
'ATL13_20190104200020_01130201_006_01.h5',
'ATL13_20190105145148_01250201_006_01.h5',
'ATL13_20250208213959_08372601_006_01.h5',
'ATL13_20190107043445_01490201_006_01.h5',
'ATL13_20250211061421_08732601_006_01.h5',
'ATL13_20190109192619_01890201_006_01.h5',
'ATL13_20250212195716_08972601_006_01.h5',
'ATL13_20190111025205_02090201_006_01.h5',
'ATL13_20250215043138_09332601_006_01.h5',
'ATL13_20250216054025_09492601_006_01.h5',
'ATL13_20190113174338_02490201_006_01.h5',
'ATL13_20250216181447_09572601_006_01.h5',
'ATL13_20190115072633_02730201_006_01.h5',
'ATL13_20250220035736_10092601_006_01.h5',
'ATL13_20190117160057_03090201_006_01.h5',
'ATL13_20250220163154_10172601_006_01.h5',
'ATL13_20250221174030_10332601_006_01.h5',
'ATL13_20190119054357_03330201_006_01.h5',
'ATL13_20250223072334_10572601_006_01.h5',
'ATL13_20250224083211_10732601_006_01.h5',
'ATL13_20190121141827_03690201_006_01.h5',
'ATL13_20250225155755_10932601_006_01.h5',
'ATL13_20190123040127_03930201_006_01.h5',
'ATL13_20250228064932_11332601_006_01.h5',
'ATL13_20190125185306_04330201_006_01.h5',
'ATL13_20250301203238_11572601_006_01.h5',
'ATL13_20190127021855_04530201_006_01.h5',
'ATL13_20190129171032_04930201_006_01.h5',
'ATL13_20190130181911_05090201_006_01.h5',
'ATL13_20190201014500_05290201_006_01.h5',
'ATL13_20190203163636_05690201_006_01.h5',
'ATL13_20190205061933_05930201_006_01.h5',
'ATL13_20190207145357_06290201_006_01.h5',
'ATL13_20190209043653_06530201_006_01.h5',
'ATL13_20190211131117_06890201_006_01.h5',
'ATL13_20190213025414_07130201_006_01.h5',
'ATL13_20190215174550_07530201_006_01.h5',
'ATL13_20190217011137_07730201_006_01.h5',
'ATL13_20190219160311_08130201_006_01.h5',
'ATL13_20190221054609_08370201_006_01.h5',
'ATL13_20190223142035_08730201_006_01.h5',
'ATL13_20190225040333_08970201_006_01.h5',
'ATL13_20190227123759_09330201_006_01.h5',
'ATL13_20190228134637_09490201_006_01.h5',
'ATL13_20190301022057_09570201_006_01.h5',
'ATL13_20190302032935_09730201_006_01.h5',
'ATL13_20190303171232_09970201_006_01.h5',
'ATL13_20190304120401_10090201_006_01.h5',
'ATL13_20190305003820_10170201_006_01.h5',
'ATL13_20190306014658_10330201_006_01.h5',
'ATL13_20190307152955_10570201_006_01.h5',
'ATL13_20190308163833_10730201_006_01.h5',
'ATL13_20190310000420_10930201_006_01.h5',
'ATL13_20190312145555_11330201_006_01.h5',
'ATL13_20190314043852_11570201_006_01.h5',
'ATL13_20190316131318_11930201_006_01.h5',
'ATL13_20190320113040_12530201_006_01.h5',
'ATL13_20190322011336_12770201_006_01.h5',
'ATL13_20190325233058_13370201_006_01.h5',
'ATL13_20190328142233_13770201_006_01.h5',
'ATL13_20190329135654_00050301_006_01.h5',
'ATL13_20190330023113_00130301_006_01.h5',
'ATL13_20190331033951_00290301_006_01.h5',
'ATL13_20190402121417_00650301_006_01.h5',
'ATL13_20190404015714_00890301_006_01.h5',
'ATL13_20190405154012_01130301_006_01.h5',
'ATL13_20190406103140_01250301_006_01.h5',
'ATL13_20190408001437_01490301_006_01.h5',
'ATL13_20190409135734_01730301_006_01.h5',
'ATL13_20190410150612_01890301_006_01.h5',
'ATL13_20190411223159_02090301_006_01.h5',
'ATL13_20190414132333_02490301_006_01.h5',
'ATL13_20190416030630_02730301_006_01.h5',
'ATL13_20190418114055_03090301_006_01.h5',
'ATL13_20190420012352_03330301_006_01.h5',
'ATL13_20190422095818_03690301_006_01.h5',
'ATL13_20190423234115_03930301_006_01.h5',
'ATL13_20190426143250_04330301_006_01.h5',
'ATL13_20190427215837_04530301_006_01.h5',
'ATL13_20190428230715_04690301_006_01.h5',
'ATL13_20190430125012_04930301_006_01.h5',
'ATL13_20190501135850_05090301_006_01.h5',
'ATL13_20190502023309_05170301_006_01.h5',
'ATL13_20190502212437_05290301_006_01.h5',
'ATL13_20190504110734_05530301_006_01.h5',
'ATL13_20190505121613_05690301_006_01.h5',
'ATL13_20190507015910_05930301_006_01.h5',
'ATL13_20190508092457_06130301_006_01.h5',
'ATL13_20190509103335_06290301_006_01.h5',
'ATL13_20190511001632_06530301_006_01.h5',
'ATL13_20190513085058_06890301_006_01.h5',
'ATL13_20190514223354_07130301_006_01.h5',
'ATL13_20190517132528_07530301_006_01.h5',
'ATL13_20190518205115_07730301_006_01.h5',
'ATL13_20190521114249_08130301_006_01.h5',
'ATL13_20190523012546_08370301_006_01.h5',
'ATL13_20190525100012_08730301_006_01.h5',
'ATL13_20190526234309_08970301_006_01.h5',
'ATL13_20190529081734_09330301_006_01.h5',
'ATL13_20190530092612_09490301_006_01.h5',
'ATL13_20190530220031_09570301_006_01.h5',
'ATL13_20190531230909_09730301_006_01.h5',
'ATL13_20190602125206_09970301_006_01.h5',
'ATL13_20190603074335_10090301_006_01.h5',
'ATL13_20190604212632_10330301_006_01.h5',
'ATL13_20190606110929_10570301_006_01.h5',
'ATL13_20190607121808_10730301_006_01.h5',
'ATL13_20190608194355_10930301_006_01.h5',
'ATL13_20190611103530_11330301_006_01.h5',
'ATL13_20190613001827_11570301_006_01.h5',
'ATL13_20190615085253_11930301_006_01.h5',
'ATL13_20190616223550_12170301_006_01.h5',
'ATL13_20190619071016_12530301_006_01.h5',
'ATL13_20190620205312_12770301_006_01.h5',
'ATL13_20190623114448_13170301_006_01.h5',
'ATL13_20190624191035_13370301_006_01.h5',
'ATL13_20190710104537_01890401_006_01.h5',
'ATL13_20190711181122_02090401_006_01.h5',
'ATL13_20190714090302_02490401_006_01.h5',
'ATL13_20190715224600_02730401_006_01.h5',
'ATL13_20190718072026_03090401_006_01.h5',
'ATL13_20190719210323_03330401_006_01.h5',
'ATL13_20190722053751_03690401_006_01.h5',
'ATL13_20190723192049_03930401_006_01.h5',
'ATL13_20190726101226_04330401_006_01.h5',
'ATL13_20190727173815_04530401_006_01.h5',
'ATL13_20190728184653_04690401_006_01.h5',
'ATL13_20190730082952_04930401_006_01.h5',
'ATL13_20190731093830_05090401_006_01.h5',
'ATL13_20190731221249_05170401_006_01.h5',
'ATL13_20190801170418_05290401_006_01.h5',
'ATL13_20190803064716_05530401_006_01.h5',
'ATL13_20190804075554_05690401_006_01.h5',
'ATL13_20190805213851_05930401_006_01.h5',
'ATL13_20190807050438_06130401_006_01.h5',
'ATL13_20190808061316_06290401_006_01.h5',
'ATL13_20190809195613_06530401_006_01.h5',
'ATL13_20190812043039_06890401_006_01.h5',
'ATL13_20190813181336_07130401_006_01.h5',
'ATL13_20190816090513_07530401_006_01.h5',
'ATL13_20190817163101_07730401_006_01.h5',
'ATL13_20190820072237_08130401_006_01.h5',
'ATL13_20190821210535_08370401_006_01.h5',
'ATL13_20190824054001_08730401_006_01.h5',
'ATL13_20190825192258_08970401_006_01.h5',
'ATL13_20190828035723_09330401_006_01.h5',
'ATL13_20190829050601_09490401_006_01.h5',
'ATL13_20190829174020_09570401_006_01.h5',
'ATL13_20190830184859_09730401_006_01.h5',
'ATL13_20190901083156_09970401_006_01.h5',
'ATL13_20190902032325_10090401_006_01.h5',
'ATL13_20190902155743_10170401_006_01.h5',
'ATL13_20190903170621_10330401_006_01.h5',
'ATL13_20190905064918_10570401_006_01.h5',
'ATL13_20190906075756_10730401_006_01.h5',
'ATL13_20190907152344_10930401_006_01.h5',
'ATL13_20190910061520_11330401_006_01.h5',
'ATL13_20190911195817_11570401_006_01.h5',
'ATL13_20190914043243_11930401_006_01.h5',
'ATL13_20190915181541_12170401_006_01.h5',
'ATL13_20190918025007_12530401_006_01.h5',
'ATL13_20190919163303_12770401_006_01.h5',
'ATL13_20190922072440_13170401_006_01.h5',
'ATL13_20190923145029_13370401_006_01.h5',
'ATL13_20190926054204_13770401_006_01.h5',
'ATL13_20190927051625_00050501_006_01.h5',
'ATL13_20190927175044_00130501_006_01.h5',
'ATL13_20190930022509_00490501_006_01.h5',
'ATL13_20191001033347_00650501_006_01.h5',
'ATL13_20191001160806_00730501_006_01.h5',
'ATL13_20191002171645_00890501_006_01.h5',
'ATL13_20191004065943_01130501_006_01.h5',
'ATL13_20191005015111_01250501_006_01.h5',
'ATL13_20191006153408_01490501_006_01.h5',
'ATL13_20191009062543_01890501_006_01.h5',
'ATL13_20191010135130_02090501_006_01.h5',
'ATL13_20191013044306_02490501_006_01.h5',
'ATL13_20191014182603_02730501_006_01.h5',
'ATL13_20191017030028_03090501_006_01.h5',
'ATL13_20191018164326_03330501_006_01.h5',
'ATL13_20191021011753_03690501_006_01.h5',
'ATL13_20191022150051_03930501_006_01.h5',
'ATL13_20191025055226_04330501_006_01.h5',
'ATL13_20191026131813_04530501_006_01.h5',
'ATL13_20191027142651_04690501_006_01.h5',
'ATL13_20191029040948_04930501_006_01.h5',
'ATL13_20191030051826_05090501_006_01.h5',
'ATL13_20191031124413_05290501_006_01.h5',
'ATL13_20191103033547_05690501_006_01.h5',
'ATL13_20191104171845_05930501_006_01.h5',
'ATL13_20191106004433_06130501_006_01.h5',
'ATL13_20191107015311_06290501_006_01.h5',
'ATL13_20191108153608_06530501_006_01.h5',
'ATL13_20191111001034_06890501_006_01.h5',
'ATL13_20191112135332_07130501_006_01.h5',
'ATL13_20191115044508_07530501_006_01.h5',
'ATL13_20191119030230_08130501_006_01.h5',
'ATL13_20191120164527_08370501_006_01.h5',
'ATL13_20191123011952_08730501_006_01.h5',
'ATL13_20191124150250_08970501_006_01.h5',
'ATL13_20191126233715_09330501_006_01.h5',
'ATL13_20191128004553_09490501_006_01.h5',
'ATL13_20191129142849_09730501_006_01.h5',
'ATL13_20191201041146_09970501_006_01.h5',
'ATL13_20191201230314_10090501_006_01.h5',
'ATL13_20191202113733_10170501_006_01.h5',
'ATL13_20191203124611_10330501_006_01.h5',
'ATL13_20191205022908_10570501_006_01.h5',
'ATL13_20191206033746_10730501_006_01.h5',
'ATL13_20191207110334_10930501_006_01.h5',
'ATL13_20191210015509_11330501_006_01.h5',
'ATL13_20191211153806_11570501_006_01.h5',
'ATL13_20191214001231_11930501_006_01.h5',
'ATL13_20191215135529_12170501_006_01.h5',
'ATL13_20191217222955_12530501_006_01.h5',
'ATL13_20191219121252_12770501_006_01.h5',
'ATL13_20191222030428_13170501_006_01.h5',
'ATL13_20191223103016_13370501_006_01.h5',
'ATL13_20191227133031_00130601_006_01.h5',
'ATL13_20191228143909_00290601_006_01.h5',
'ATL13_20191229220456_00490601_006_01.h5',
'ATL13_20191230231334_00650601_006_01.h5',
'ATL13_20191231114753_00730601_006_01.h5',
'ATL13_20200101125631_00890601_006_01.h5',
'ATL13_20200103023927_01130601_006_01.h5',
'ATL13_20200103213055_01250601_006_01.h5',
'ATL13_20200105111352_01490601_006_01.h5',
'ATL13_20200108020528_01890601_006_01.h5',
'ATL13_20200109093115_02090601_006_01.h5',
'ATL13_20200112002250_02490601_006_01.h5',
'ATL13_20200113140547_02730601_006_01.h5',
'ATL13_20200115224013_03090601_006_01.h5',
'ATL13_20200117122310_03330601_006_01.h5',
'ATL13_20200119205735_03690601_006_01.h5',
'ATL13_20200121104033_03930601_006_01.h5',
'ATL13_20200124013210_04330601_006_01.h5',
'ATL13_20200125085758_04530601_006_01.h5',
'ATL13_20200126100636_04690601_006_01.h5',
'ATL13_20200127234934_04930601_006_01.h5',
'ATL13_20200129005812_05090601_006_01.h5',
'ATL13_20200129133231_05170601_006_01.h5',
'ATL13_20200130082359_05290601_006_01.h5',
'ATL13_20200131220656_05530601_006_01.h5',
'ATL13_20200203125830_05930601_006_01.h5',
'ATL13_20200204202417_06130601_006_01.h5',
'ATL13_20200205213254_06290601_006_01.h5',
'ATL13_20200207111551_06530601_006_01.h5',
'ATL13_20200209195017_06890601_006_01.h5',
'ATL13_20200211093314_07130601_006_01.h5',
'ATL13_20200214002449_07530601_006_01.h5',
'ATL13_20200215075037_07730601_006_01.h5',
'ATL13_20200217224213_08130601_006_01.h5',
'ATL13_20200219122510_08370601_006_01.h5',
'ATL13_20200221205936_08730601_006_01.h5',
'ATL13_20200223104233_08970601_006_01.h5',
'ATL13_20200225191659_09330601_006_01.h5',
'ATL13_20200226202536_09490601_006_01.h5',
'ATL13_20200227085955_09570601_006_01.h5',
'ATL13_20200228100833_09730601_006_01.h5',
'ATL13_20200229235131_09970601_006_01.h5',
'ATL13_20200301184258_10090601_006_01.h5',
'ATL13_20200302071717_10170601_006_01.h5',
'ATL13_20200303082554_10330601_006_01.h5',
'ATL13_20200305231730_10730601_006_01.h5',
'ATL13_20200307064318_10930601_006_01.h5',
'ATL13_20200309213456_11330601_006_01.h5',
'ATL13_20200311111754_11570601_006_01.h5',
'ATL13_20200313195220_11930601_006_01.h5',
'ATL13_20200315093518_12170601_006_01.h5',
'ATL13_20200317180944_12530601_006_01.h5',
'ATL13_20200319075240_12770601_006_01.h5',
'ATL13_20200321224414_13170601_006_01.h5',
'ATL13_20200323061000_13370601_006_01.h5',
'ATL13_20200325210133_13770601_006_01.h5',
'ATL13_20200327091013_00130701_006_01.h5',
'ATL13_20200328101852_00290701_006_01.h5',
'ATL13_20200329174439_00490701_006_01.h5',
'ATL13_20200330185315_00650701_006_01.h5',
'ATL13_20200331072734_00730701_006_01.h5',
'ATL13_20200401083614_00890701_006_01.h5',
'ATL13_20200403171041_01250701_006_01.h5',
'ATL13_20200405065339_01490701_006_01.h5',
'ATL13_20200406203636_01730701_006_01.h5',
'ATL13_20200409051101_02090701_006_01.h5',
'ATL13_20200411200238_02490701_006_01.h5',
'ATL13_20200413094535_02730701_006_01.h5',
'ATL13_20200415182001_03090701_006_01.h5',
'ATL13_20200417080258_03330701_006_01.h5',
'ATL13_20200421062022_03930701_006_01.h5',
'ATL13_20200423211159_04330701_006_01.h5',
'ATL13_20200425043746_04530701_006_01.h5',
'ATL13_20200427192920_04930701_006_01.h5',
'ATL13_20200428203758_05090701_006_01.h5',
'ATL13_20200429091216_05170701_006_01.h5',
'ATL13_20200430040344_05290701_006_01.h5',
'ATL13_20200501174641_05530701_006_01.h5',
'ATL13_20200502185520_05690701_006_01.h5',
'ATL13_20200504083818_05930701_006_01.h5',
'ATL13_20200505160406_06130701_006_01.h5',
'ATL13_20200506171244_06290701_006_01.h5',
'ATL13_20200508065541_06530701_006_01.h5',
'ATL13_20200510153008_06890701_006_01.h5',
'ATL13_20200512051305_07130701_006_01.h5',
'ATL13_20200514200439_07530701_006_01.h5',
'ATL13_20200516033028_07730701_006_01.h5',
'ATL13_20200518182204_08130701_006_01.h5',
'ATL13_20200520080501_08370701_006_01.h5',
'ATL13_20200522163926_08730701_006_01.h5',
'ATL13_20200524062223_08970701_006_01.h5',
'ATL13_20200526145647_09330701_006_01.h5',
'ATL13_20200527160526_09490701_006_01.h5',
'ATL13_20200528043945_09570701_006_01.h5',
'ATL13_20200529054823_09730701_006_01.h5',
'ATL13_20200530193120_09970701_006_01.h5',
'ATL13_20200531142249_10090701_006_01.h5',
'ATL13_20200601025708_10170701_006_01.h5',
'ATL13_20200602040546_10330701_006_01.h5',
'ATL13_20200604185720_10730701_006_01.h5',
'ATL13_20200606022308_10930701_006_01.h5',
'ATL13_20200608171443_11330701_006_01.h5',
'ATL13_20200610065739_11570701_006_01.h5',
'ATL13_20200612153204_11930701_006_01.h5',
'ATL13_20200614051502_12170701_006_01.h5',
'ATL13_20200616134928_12530701_006_01.h5',
'ATL13_20200618033225_12770701_006_01.h5',
'ATL13_20200620182400_13170701_006_01.h5',
'ATL13_20200622014948_13370701_006_01.h5',
'ATL13_20200624164123_13770701_006_01.h5',
'ATL13_20200625161544_00050801_006_01.h5',
'ATL13_20200626045003_00130801_006_01.h5',
'ATL13_20200627055841_00290801_006_01.h5',
'ATL13_20200628132429_00490801_006_01.h5',
'ATL13_20200629143307_00650801_006_01.h5',
'ATL13_20200630030726_00730801_006_01.h5',
'ATL13_20200701041604_00890801_006_01.h5',
'ATL13_20200702175901_01130801_006_01.h5',
'ATL13_20200703125029_01250801_006_01.h5',
'ATL13_20200705023325_01490801_006_01.h5',
'ATL13_20200707172500_01890801_006_01.h5',
'ATL13_20200709005047_02090801_006_01.h5',
'ATL13_20200711154224_02490801_006_01.h5',
'ATL13_20200713052522_02730801_006_01.h5',
'ATL13_20200715135949_03090801_006_01.h5',
'ATL13_20200717034246_03330801_006_01.h5',
'ATL13_20200719121712_03690801_006_01.h5',
'ATL13_20200721020009_03930801_006_01.h5',
'ATL13_20200723165145_04330801_006_01.h5',
'ATL13_20200725001731_04530801_006_01.h5',
'ATL13_20200726012610_04690801_006_01.h5',
'ATL13_20200727150907_04930801_006_01.h5',
'ATL13_20200728161745_05090801_006_01.h5',
'ATL13_20200729234333_05290801_006_01.h5',
'ATL13_20200731132630_05530801_006_01.h5',
'ATL13_20200801143507_05690801_006_01.h5',
'ATL13_20200803041804_05930801_006_01.h5',
'ATL13_20200804114351_06130801_006_01.h5',
'ATL13_20200805125229_06290801_006_01.h5',
'ATL13_20200807023526_06530801_006_01.h5',
'ATL13_20200809110952_06890801_006_01.h5',
'ATL13_20200811005250_07130801_006_01.h5',
'ATL13_20200813154425_07530801_006_01.h5',
'ATL13_20200814231013_07730801_006_01.h5',
'ATL13_20200817140148_08130801_006_01.h5',
'ATL13_20200819034445_08370801_006_01.h5',
'ATL13_20200821121911_08730801_006_01.h5',
'ATL13_20200823020208_08970801_006_01.h5',
'ATL13_20200825103634_09330801_006_01.h5',
'ATL13_20200826114512_09490801_006_01.h5',
'ATL13_20200827001931_09570801_006_01.h5',
'ATL13_20200828012810_09730801_006_01.h5',
'ATL13_20200829151107_09970801_006_01.h5',
'ATL13_20200830100235_10090801_006_01.h5',
'ATL13_20200830223654_10170801_006_01.h5',
'ATL13_20200831234532_10330801_006_01.h5',
'ATL13_20200902132829_10570801_006_01.h5',
'ATL13_20200903143707_10730801_006_01.h5',
'ATL13_20200904220254_10930801_006_01.h5',
'ATL13_20200907125430_11330801_006_01.h5',
'ATL13_20200909023727_11570801_006_01.h5',
'ATL13_20200913005450_12170801_006_01.h5',
'ATL13_20200915092916_12530801_006_01.h5',
'ATL13_20200916231213_12770801_006_01.h5',
'ATL13_20200919140349_13170801_006_01.h5',
'ATL13_20200920212936_13370801_006_01.h5',
'ATL13_20200923122112_13770801_006_01.h5',
'ATL13_20200924115533_00050901_006_01.h5',
'ATL13_20200925002952_00130901_006_01.h5',
'ATL13_20200926013830_00290901_006_01.h5',
'ATL13_20200927090418_00490901_006_01.h5',
'ATL13_20200928101256_00650901_006_01.h5',
'ATL13_20200928224715_00730901_006_01.h5',
'ATL13_20200929235553_00890901_006_01.h5',
'ATL13_20201001133850_01130901_006_01.h5',
'ATL13_20201002083012_01250901_006_01.h5',
'ATL13_20201003221310_01490901_006_01.h5',
'ATL13_20201005115608_01730901_006_01.h5',
'ATL13_20201006130447_01890901_006_01.h5',
'ATL13_20201007203035_02090901_006_01.h5',
'ATL13_20201010112211_02490901_006_01.h5',
'ATL13_20201012010508_02730901_006_01.h5',
'ATL13_20201014093935_03090901_006_01.h5',
'ATL13_20201015232232_03330901_006_01.h5',
'ATL13_20201018075658_03690901_006_01.h5',
'ATL13_20201019213955_03930901_006_01.h5',
'ATL13_20201022123130_04330901_006_01.h5',
'ATL13_20201023195718_04530901_006_01.h5',
'ATL13_20201024210555_04690901_006_01.h5',
'ATL13_20201026104853_04930901_006_01.h5',
'ATL13_20201027115732_05090901_006_01.h5',
'ATL13_20201028003151_05170901_006_01.h5',
'ATL13_20201028192320_05290901_006_01.h5',
'ATL13_20201030090618_05530901_006_01.h5',
'ATL13_20201031101456_05690901_006_01.h5',
'ATL13_20201101235753_05930901_006_01.h5',
'ATL13_20201103072339_06130901_006_01.h5',
'ATL13_20201104083217_06290901_006_01.h5',
'ATL13_20201105221514_06530901_006_01.h5',
'ATL13_20201108064940_06890901_006_01.h5',
'ATL13_20201109203238_07130901_006_01.h5',
'ATL13_20201112112414_07530901_006_01.h5',
'ATL13_20201113185002_07730901_006_01.h5',
'ATL13_20201116094137_08130901_006_01.h5',
'ATL13_20201117232435_08370901_006_01.h5',
'ATL13_20201120075901_08730901_006_01.h5',
'ATL13_20201124061624_09330901_006_01.h5',
'ATL13_20201125072502_09490901_006_01.h5',
'ATL13_20201125195922_09570901_006_01.h5',
'ATL13_20201126210800_09730901_006_01.h5',
'ATL13_20201128105056_09970901_006_01.h5',
'ATL13_20201129181643_10170901_006_01.h5',
'ATL13_20201130192522_10330901_006_01.h5',
'ATL13_20201202090819_10570901_006_01.h5',
'ATL13_20201203101657_10730901_006_01.h5',
'ATL13_20201204174245_10930901_006_01.h5',
'ATL13_20201207083420_11330901_006_01.h5',
'ATL13_20201208221718_11570901_006_01.h5',
'ATL13_20201211065145_11930901_006_01.h5',
'ATL13_20201215050908_12530901_006_01.h5',
'ATL13_20201216185205_12770901_006_01.h5',
'ATL13_20201219094340_13170901_006_01.h5',
'ATL13_20201220170928_13370901_006_01.h5',
'ATL13_20201223080103_13770901_006_01.h5',
'ATL13_20201224073523_00051001_006_01.h5',
'ATL13_20201224200943_00131001_006_01.h5',
'ATL13_20201225211821_00291001_006_01.h5',
'ATL13_20201227044408_00491001_006_01.h5',
'ATL13_20201228055246_00651001_006_01.h5',
'ATL13_20201229193544_00891001_006_01.h5',
'ATL13_20201231091842_01131001_006_01.h5',
'ATL13_20210101041011_01251001_006_01.h5',
'ATL13_20210102175308_01491001_006_01.h5',
'ATL13_20210105084442_01891001_006_01.h5',
'ATL13_20210106161030_02091001_006_01.h5',
'ATL13_20210110204505_02731001_006_01.h5',
'ATL13_20210113051929_03091001_006_01.h5',
'ATL13_20210117033649_03691001_006_01.h5',
'ATL13_20210118171946_03931001_006_01.h5',
'ATL13_20210121081126_04331001_006_01.h5',
'ATL13_20210122030255_04451001_006_01.h5',
'ATL13_20210122153715_04531001_006_01.h5',
'ATL13_20210125062849_04931001_006_01.h5',
'ATL13_20210126073727_05091001_006_01.h5',
'ATL13_20210126201146_05171001_006_01.h5',
'ATL13_20210127150315_05291001_006_01.h5',
'ATL13_20210129044613_05531001_006_01.h5',
'ATL13_20210130055451_05691001_006_01.h5',
'ATL13_20210131193748_05931001_006_01.h5',
'ATL13_20210203041213_06291001_006_01.h5',
'ATL13_20210204175510_06531001_006_01.h5',
'ATL13_20210207022937_06891001_006_01.h5',
'ATL13_20210211070409_07531001_006_01.h5',
'ATL13_20210212142957_07731001_006_01.h5',
'ATL13_20210215052131_08131001_006_01.h5',
'ATL13_20210219033854_08731001_006_01.h5',
'ATL13_20210220172152_08971001_006_01.h5',
'ATL13_20210223015618_09331001_006_01.h5',
'ATL13_20210224030455_09491001_006_01.h5',
'ATL13_20210224153914_09571001_006_01.h5',
'ATL13_20210225164751_09731001_006_01.h5',
'ATL13_20210227063048_09971001_006_01.h5',
'ATL13_20210228012217_10091001_006_01.h5',
'ATL13_20210228135635_10171001_006_01.h5',
'ATL13_20210301150513_10331001_006_01.h5',
'ATL13_20210304055651_10731001_006_01.h5',
'ATL13_20210305132239_10931001_006_01.h5',
'ATL13_20210308041413_11331001_006_01.h5',
'ATL13_20210309175710_11571001_006_01.h5',
'ATL13_20210312023137_11931001_006_01.h5',
'ATL13_20210313161434_12171001_006_01.h5',
'ATL13_20210316004900_12531001_006_01.h5',
'ATL13_20210317143155_12771001_006_01.h5',
'ATL13_20210320052331_13171001_006_01.h5',
'ATL13_20210321124919_13371001_006_01.h5',
'ATL13_20210324034054_13771001_006_01.h5',
'ATL13_20210325031515_00051101_006_01.h5',
'ATL13_20210325154934_00131101_006_01.h5',
'ATL13_20210326165812_00291101_006_01.h5',
'ATL13_20210328002401_00491101_006_01.h5',
'ATL13_20210329013239_00651101_006_01.h5',
'ATL13_20210329140658_00731101_006_01.h5',
'ATL13_20210330151536_00891101_006_01.h5',
'ATL13_20210401045834_01131101_006_01.h5',
'ATL13_20210401235002_01251101_006_01.h5',
'ATL13_20210403133300_01491101_006_01.h5',
'ATL13_20210405031557_01731101_006_01.h5',
'ATL13_20210406042435_01891101_006_01.h5',
'ATL13_20210407115023_02091101_006_01.h5',
'ATL13_20210410024158_02491101_006_01.h5',
'ATL13_20210411162455_02731101_006_01.h5',
'ATL13_20210414005921_03091101_006_01.h5',
'ATL13_20210415144217_03331101_006_01.h5',
'ATL13_20210417231644_03691101_006_01.h5',
'ATL13_20210419125941_03931101_006_01.h5',
'ATL13_20210422035117_04331101_006_01.h5',
'ATL13_20210423111704_04531101_006_01.h5',
'ATL13_20210424122541_04691101_006_01.h5',
'ATL13_20210426020838_04931101_006_01.h5',
'ATL13_20210427031716_05091101_006_01.h5',
'ATL13_20210427155135_05171101_006_01.h5',
'ATL13_20210428104304_05291101_006_01.h5',
'ATL13_20210430002601_05531101_006_01.h5',
'ATL13_20210501013440_05691101_006_01.h5',
'ATL13_20210502151737_05931101_006_01.h5',
'ATL13_20210503224325_06131101_006_01.h5',
'ATL13_20210504235203_06291101_006_01.h5',
'ATL13_20210508220927_06891101_006_01.h5',
'ATL13_20210510115224_07131101_006_01.h5',
'ATL13_20210513024400_07531101_006_01.h5',
'ATL13_20210514100948_07731101_006_01.h5',
'ATL13_20210517010123_08131101_006_01.h5',
'ATL13_20210518144420_08371101_006_01.h5',
'ATL13_20210520231845_08731101_006_01.h5',
'ATL13_20210522130143_08971101_006_01.h5',
'ATL13_20210524213608_09331101_006_01.h5',
'ATL13_20210525224446_09491101_006_01.h5',
'ATL13_20210526111905_09571101_006_01.h5',
'ATL13_20210529021040_09971101_006_01.h5',
'ATL13_20210529210209_10091101_006_01.h5',
'ATL13_20210530093628_10171101_006_01.h5',
'ATL13_20210531104506_10331101_006_01.h5',
'ATL13_20210602002803_10571101_006_01.h5',
'ATL13_20210603013641_10731101_006_01.h5',
'ATL13_20210604090229_10931101_006_01.h5',
'ATL13_20210606235405_11331101_006_01.h5',
'ATL13_20210608133702_11571101_006_01.h5',
'ATL13_20210610221128_11931101_006_01.h5',
'ATL13_20210612115425_12171101_006_01.h5',
'ATL13_20210614202850_12531101_006_01.h5',
'ATL13_20210616101147_12771101_006_01.h5',
'ATL13_20210619010322_13171101_006_01.h5',
'ATL13_20210620082910_13371101_006_01.h5',
'ATL13_20210622232045_13771101_006_01.h5',
'ATL13_20210623225506_00051201_006_01.h5',
'ATL13_20210624112925_00131201_006_01.h5',
'ATL13_20210625123803_00291201_006_01.h5',
'ATL13_20210626200351_00491201_006_01.h5',
'ATL13_20210627211229_00651201_006_01.h5',
'ATL13_20210628094648_00731201_006_01.h5',
'ATL13_20210629105527_00891201_006_01.h5',
'ATL13_20210701192952_01251201_006_01.h5',
'ATL13_20210703091249_01491201_006_01.h5',
'ATL13_20210706000424_01891201_006_01.h5',
'ATL13_20210707073011_02091201_006_01.h5',
'ATL13_20210709222148_02491201_006_01.h5',
'ATL13_20210711120445_02731201_006_01.h5',
'ATL13_20210713203911_03091201_006_01.h5',
'ATL13_20210715102208_03331201_006_01.h5',
'ATL13_20210717185635_03691201_006_01.h5',
'ATL13_20210719083933_03931201_006_01.h5',
'ATL13_20210721233107_04331201_006_01.h5',
'ATL13_20210723065655_04531201_006_01.h5',
'ATL13_20210724080533_04691201_006_01.h5',
'ATL13_20210725214830_04931201_006_01.h5',
'ATL13_20210726225709_05091201_006_01.h5',
'ATL13_20210727113128_05171201_006_01.h5',
'ATL13_20210728062257_05291201_006_01.h5',
'ATL13_20210729200555_05531201_006_01.h5',
'ATL13_20210730211434_05691201_006_01.h5',
'ATL13_20210801105729_05931201_006_01.h5',
'ATL13_20210802182316_06131201_006_01.h5',
'ATL13_20210803193154_06291201_006_01.h5',
'ATL13_20210805091450_06531201_006_01.h5',
'ATL13_20210807174916_06891201_006_01.h5',
'ATL13_20210809073215_07131201_006_01.h5',
'ATL13_20210811222352_07531201_006_01.h5',
'ATL13_20210813054940_07731201_006_01.h5',
'ATL13_20210815204115_08131201_006_01.h5',
'ATL13_20210819185839_08731201_006_01.h5',
'ATL13_20210821084136_08971201_006_01.h5',
'ATL13_20210823171602_09331201_006_01.h5',
'ATL13_20210824182441_09491201_006_01.h5',
'ATL13_20210825065900_09571201_006_01.h5',
'ATL13_20210826080738_09731201_006_01.h5',
'ATL13_20210827215036_09971201_006_01.h5',
'ATL13_20210828164205_10091201_006_01.h5',
'ATL13_20210829051622_10171201_006_01.h5',
'ATL13_20210830062500_10331201_006_01.h5',
'ATL13_20210831200758_10571201_006_01.h5',
'ATL13_20210901211636_10731201_006_01.h5',
'ATL13_20210903044223_10931201_006_01.h5',
'ATL13_20210905193359_11331201_006_01.h5',
'ATL13_20210907091658_11571201_006_01.h5',
'ATL13_20210909175123_11931201_006_01.h5',
'ATL13_20210913160846_12531201_006_01.h5',
'ATL13_20210915055143_12771201_006_01.h5',
'ATL13_20210917204319_13171201_006_01.h5',
'ATL13_20210919040907_13371201_006_01.h5',
'ATL13_20210921190042_13771201_006_01.h5',
'ATL13_20210922183503_00051301_006_01.h5',
'ATL13_20210923070922_00131301_006_01.h5',
'ATL13_20210924081802_00291301_006_01.h5',
'ATL13_20210926165225_00651301_006_01.h5',
'ATL13_20210927052646_00731301_006_01.h5',
'ATL13_20210928063524_00891301_006_01.h5',
'ATL13_20210929201820_01131301_006_01.h5',
'ATL13_20210930150949_01251301_006_01.h5',
'ATL13_20211002045248_01491301_006_01.h5',
'ATL13_20211004194425_01891301_006_01.h5',
'ATL13_20211006031012_02091301_006_01.h5',
'ATL13_20211008180148_02491301_006_01.h5',
'ATL13_20211010074445_02731301_006_01.h5',
'ATL13_20211012161910_03091301_006_01.h5',
'ATL13_20211014060207_03331301_006_01.h5',
'ATL13_20211016143633_03691301_006_01.h5',
'ATL13_20211018041930_03931301_006_01.h5',
'ATL13_20211020191106_04331301_006_01.h5',
'ATL13_20211021140234_04451301_006_01.h5',
'ATL13_20211022023655_04531301_006_01.h5',
'ATL13_20211024172831_04931301_006_01.h5',
'ATL13_20211025183710_05091301_006_01.h5',
'ATL13_20211026071127_05171301_006_01.h5',
'ATL13_20211027020255_05291301_006_01.h5',
'ATL13_20211028154553_05531301_006_01.h5',
'ATL13_20211029165432_05691301_006_01.h5',
'ATL13_20211030052851_05771301_006_01.h5',
'ATL13_20211031063729_05931301_006_01.h5',
'ATL13_20211101140315_06131301_006_01.h5',
'ATL13_20211102151155_06291301_006_01.h5',
'ATL13_20211104045453_06531301_006_01.h5',
'ATL13_20211106132918_06891301_006_01.h5',
'ATL13_20211108031214_07131301_006_01.h5',
'ATL13_20211110180351_07531301_006_01.h5',
'ATL13_20211112012940_07731301_006_01.h5',
'ATL13_20211114162117_08131301_006_01.h5',
'ATL13_20211116060413_08371301_006_01.h5',
'ATL13_20211118143839_08731301_006_01.h5',
'ATL13_20211120042136_08971301_006_01.h5',
'ATL13_20211122125600_09331301_006_01.h5',
'ATL13_20211123140439_09491301_006_01.h5',
'ATL13_20211124023859_09571301_006_01.h5',
'ATL13_20211125034737_09731301_006_01.h5',
'ATL13_20211127122201_10091301_006_01.h5',
'ATL13_20211129020458_10331301_006_01.h5',
'ATL13_20211130154755_10571301_006_01.h5',
'ATL13_20211201165633_10731301_006_01.h5',
'ATL13_20211203002220_10931301_006_01.h5',
'ATL13_20211205151357_11331301_006_01.h5',
'ATL13_20211207045655_11571301_006_01.h5',
'ATL13_20211213114844_12531301_006_01.h5',
'ATL13_20211215013141_12771301_006_01.h5',
'ATL13_20211217162316_13171301_006_01.h5',
'ATL13_20211218234903_13371301_006_01.h5',
'ATL13_20211221144038_13771301_006_01.h5',
'ATL13_20211222141458_00051401_006_01.h5',
'ATL13_20211223024917_00131401_006_01.h5',
'ATL13_20211224035755_00291401_006_01.h5',
'ATL13_20211225112343_00491401_006_01.h5',
'ATL13_20211226123221_00651401_006_01.h5',
'ATL13_20211227010640_00731401_006_01.h5',
'ATL13_20211228021518_00891401_006_01.h5',
'ATL13_20211229155815_01131401_006_01.h5',
'ATL13_20211230104943_01251401_006_01.h5',
'ATL13_20220101003240_01491401_006_01.h5',
'ATL13_20220103152416_01891401_006_01.h5',
'ATL13_20220104225004_02091401_006_01.h5',
'ATL13_20220107134140_02491401_006_01.h5',
'ATL13_20220109032437_02731401_006_01.h5',
'ATL13_20220111115903_03091401_006_01.h5',
'ATL13_20220115101627_03691401_006_01.h5',
'ATL13_20220116235924_03931401_006_01.h5',
'ATL13_20220119145059_04331401_006_01.h5',
'ATL13_20220120221646_04531401_006_01.h5',
'ATL13_20220123130821_04931401_006_01.h5',
'ATL13_20220124141659_05091401_006_01.h5',
'ATL13_20220125025118_05171401_006_01.h5',
'ATL13_20220125214246_05291401_006_01.h5',
'ATL13_20220127112543_05531401_006_01.h5',
'ATL13_20220128123422_05691401_006_01.h5',
'ATL13_20220130021719_05931401_006_01.h5',
'ATL13_20220201105144_06291401_006_01.h5',
'ATL13_20220203003440_06531401_006_01.h5',
'ATL13_20220206225204_07131401_006_01.h5',
'ATL13_20220209134338_07531401_006_01.h5',
'ATL13_20220210210924_07731401_006_01.h5',
'ATL13_20220213120103_08131401_006_01.h5',
'ATL13_20220219000125_08971401_006_01.h5',
'ATL13_20220221083550_09331401_006_01.h5',
'ATL13_20220222094429_09491401_006_01.h5',
'ATL13_20220222221847_09571401_006_01.h5',
'ATL13_20220225131023_09971401_006_01.h5',
'ATL13_20220226080152_10091401_006_01.h5',
'ATL13_20220226203611_10171401_006_01.h5',
'ATL13_20220227214449_10331401_006_01.h5',
'ATL13_20220302123623_10731401_006_01.h5',
'ATL13_20220303200209_10931401_006_01.h5',
'ATL13_20220306105347_11331401_006_01.h5',
'ATL13_20220308003645_11571401_006_01.h5',
'ATL13_20220311225406_12171401_006_01.h5',
'ATL13_20220314072832_12531401_006_01.h5',
'ATL13_20220315211129_12771401_006_01.h5',
'ATL13_20220318120306_13171401_006_01.h5',
'ATL13_20220319192855_13371401_006_01.h5',
'ATL13_20220322102030_13771401_006_01.h5',
'ATL13_20220323222909_00131501_006_01.h5',
'ATL13_20220324233747_00291501_006_01.h5',
'ATL13_20220326070336_00491501_006_01.h5',
'ATL13_20220327081214_00651501_006_01.h5',
'ATL13_20220328215511_00891501_006_01.h5',
'ATL13_20220330113808_01131501_006_01.h5',
'ATL13_20220331062935_01251501_006_01.h5',
'ATL13_20220401201233_01491501_006_01.h5',
'ATL13_20220403095529_01731501_006_01.h5',
'ATL13_20220412073819_03091501_006_01.h5',
'ATL13_20220413212118_03331501_006_01.h5',
'ATL13_20220416055557_03691501_006_01.h5',
'ATL13_20220417193902_03931501_006_01.h5',
'ATL13_20220420103048_04331501_006_01.h5',
'ATL13_20220421175637_04531501_006_01.h5',
'ATL13_20220422190518_04691501_006_01.h5',
'ATL13_20220424084814_04931501_006_01.h5',
'ATL13_20220425095651_05091501_006_01.h5',
'ATL13_20220425223111_05171501_006_01.h5',
'ATL13_20220426172237_05291501_006_01.h5',
'ATL13_20220428070533_05531501_006_01.h5',
'ATL13_20220429081409_05691501_006_01.h5',
'ATL13_20220430215709_05931501_006_01.h5',
'ATL13_20220502052256_06131501_006_01.h5',
'ATL13_20220503063133_06291501_006_01.h5',
'ATL13_20220507044903_06891501_006_01.h5',
'ATL13_20220508183155_07131501_006_01.h5',
'ATL13_20220511092335_07531501_006_01.h5',
'ATL13_20220512164920_07731501_006_01.h5',
'ATL13_20220515074101_08131501_006_01.h5',
'ATL13_20220519055821_08731501_006_01.h5',
'ATL13_20220520194113_08971501_006_01.h5',
'ATL13_20220523041540_09331501_006_01.h5',
'ATL13_20220524052417_09491501_006_01.h5',
'ATL13_20220524175837_09571501_006_01.h5',
'ATL13_20220525190715_09731501_006_01.h5',
'ATL13_20220527085012_09971501_006_01.h5',
'ATL13_20220528034144_10091501_006_01.h5',
'ATL13_20220528161604_10171501_006_01.h5',
'ATL13_20220529172444_10331501_006_01.h5',
'ATL13_20220531070743_10571501_006_01.h5',
'ATL13_20220601081621_10731501_006_01.h5',
'ATL13_20220602154208_10931501_006_01.h5',
'ATL13_20220605063342_11331501_006_01.h5',
'ATL13_20220606201638_11571501_006_01.h5',
'ATL13_20220609045105_11931501_006_01.h5',
'ATL13_20220613030826_12531501_006_01.h5',
'ATL13_20220617074258_13171501_006_01.h5',
'ATL13_20220618150847_13371501_006_01.h5',
'ATL13_20220621060027_13771501_006_01.h5',
'ATL13_20220622053449_00051601_006_01.h5',
'ATL13_20220622180909_00131601_006_01.h5',
'ATL13_20220625024330_00491601_006_01.h5',
'ATL13_20220626035208_00651601_006_01.h5',
'ATL13_20220626162627_00731601_006_01.h5',
'ATL13_20220627173506_00891601_006_01.h5',
'ATL13_20220629071805_01131601_006_01.h5',
'ATL13_20220630020935_01251601_006_01.h5',
'ATL13_20220703053527_01731601_006_01.h5',
'ATL13_20220704064407_01891601_006_01.h5',
'ATL13_20220708050128_02491601_006_01.h5',
'ATL13_20220709184426_02731601_006_01.h5',
'ATL13_20220712031849_03091601_006_01.h5',
'ATL13_20220713170144_03331601_006_01.h5',
'ATL13_20220716013613_03691601_006_01.h5',
'ATL13_20220717151912_03931601_006_01.h5',
'ATL13_20220720061047_04331601_006_01.h5',
'ATL13_20220722144515_04691601_006_01.h5',
'ATL13_20220724042813_04931601_006_01.h5',
'ATL13_20220725053652_05091601_006_01.h5',
'ATL13_20220725181111_05171601_006_01.h5',
'ATL13_20220726130238_05291601_006_01.h5',
'ATL13_20220728024532_05531601_006_01.h5',
'ATL13_20220729035417_05691601_006_01.h5',
'ATL13_20220730173712_05931601_006_01.h5',
'ATL13_20220801010257_06131601_006_01.h5',
'ATL13_20220802021135_06291601_006_01.h5',
'ATL13_20220803155434_06531601_006_01.h5',
'ATL13_20220806002902_06891601_006_01.h5',
'ATL13_20220807141159_07131601_006_01.h5',
'ATL13_20220810050333_07531601_006_01.h5',
'ATL13_20220811122920_07731601_006_01.h5',
'ATL13_20220814032054_08131601_006_01.h5',
'ATL13_20220815170351_08371601_006_01.h5',
'ATL13_20220818013817_08731601_006_01.h5',
'ATL13_20220819152114_08971601_006_01.h5',
'ATL13_20220821235542_09331601_006_01.h5',
'ATL13_20220823010421_09491601_006_01.h5',
'ATL13_20220823133840_09571601_006_01.h5',
'ATL13_20220824144719_09731601_006_01.h5',
'ATL13_20220826043017_09971601_006_01.h5',
'ATL13_20220826232146_10091601_006_01.h5',
'ATL13_20220827115605_10171601_006_01.h5',
'ATL13_20220828130443_10331601_006_01.h5',
'ATL13_20220830024739_10571601_006_01.h5',
'ATL13_20220831035616_10731601_006_01.h5',
'ATL13_20220901112202_10931601_006_01.h5',
'ATL13_20220904021339_11331601_006_01.h5',
'ATL13_20220905155636_11571601_006_01.h5',
'ATL13_20220908003101_11931601_006_01.h5',
'ATL13_20220909141357_12171601_006_01.h5',
'ATL13_20220911224823_12531601_006_01.h5',
'ATL13_20220913123120_12771601_006_01.h5',
'ATL13_20220916032253_13171601_006_01.h5',
'ATL13_20220917104842_13371601_006_01.h5',
'ATL13_20220920014019_13771601_006_01.h5',
'ATL13_20220921011440_00051701_006_01.h5',
'ATL13_20220921134859_00131701_006_01.h5',
'ATL13_20220922145736_00291701_006_01.h5',
'ATL13_20220923222324_00491701_006_01.h5',
'ATL13_20220924233202_00651701_006_01.h5',
'ATL13_20220925120620_00731701_006_01.h5',
'ATL13_20220926131457_00891701_006_01.h5',
'ATL13_20220928025756_01131701_006_01.h5',
'ATL13_20220928214924_01251701_006_01.h5',
'ATL13_20221002011517_01731701_006_01.h5',
'ATL13_20221003022354_01891701_006_01.h5',
'ATL13_20221004094940_02091701_006_01.h5',
'ATL13_20221007004114_02491701_006_01.h5',
'ATL13_20221008142413_02731701_006_01.h5',
'ATL13_20221010225840_03091701_006_01.h5',
'ATL13_20221012124136_03331701_006_01.h5',
'ATL13_20221014211601_03691701_006_01.h5',
'ATL13_20221016105900_03931701_006_01.h5',
'ATL13_20221019015037_04331701_006_01.h5',
'ATL13_20221020091624_04531701_006_01.h5',
'ATL13_20221021102500_04691701_006_01.h5',
'ATL13_20221023000758_04931701_006_01.h5',
'ATL13_20221024011636_05091701_006_01.h5',
'ATL13_20221024135055_05171701_006_01.h5',
'ATL13_20221025084224_05291701_006_01.h5',
'ATL13_20221026222520_05531701_006_01.h5',
'ATL13_20221027233357_05691701_006_01.h5',
'ATL13_20221028120815_05771701_006_01.h5',
'ATL13_20221029131655_05931701_006_01.h5',
'ATL13_20221030204245_06131701_006_01.h5',
'ATL13_20221031215121_06291701_006_01.h5',
'ATL13_20221102113417_06531701_006_01.h5',
'ATL13_20221104200842_06891701_006_01.h5',
'ATL13_20221106095140_07131701_006_01.h5',
'ATL13_20221109004313_07531701_006_01.h5',
'ATL13_20221110080859_07731701_006_01.h5',
'ATL13_20221112230035_08131701_006_02.h5',
'ATL13_20221114124331_08371701_006_02.h5',
'ATL13_20221116211759_08731701_006_02.h5',
'ATL13_20221118110056_08971701_006_02.h5',
'ATL13_20221120193522_09331701_006_02.h5',
'ATL13_20221121204400_09491701_006_02.h5',
'ATL13_20221123102657_09731701_006_02.h5',
'ATL13_20221125000955_09971701_006_02.h5',
'ATL13_20221125190124_10091701_006_02.h5',
'ATL13_20221127084422_10331701_006_02.h5',
'ATL13_20221128222718_10571701_006_02.h5',
'ATL13_20221129233556_10731701_006_02.h5',
'ATL13_20221201070141_10931701_006_02.h5',
'ATL13_20221203215318_11331701_006_02.h5',
'ATL13_20221205113615_11571701_006_02.h5',
'ATL13_20221207201039_11931701_006_02.h5',
'ATL13_20221209095334_12171701_006_02.h5',
'ATL13_20221211182802_12531701_006_02.h5',
'ATL13_20221213081058_12771701_006_02.h5',
'ATL13_20221215230231_13171701_006_02.h5',
'ATL13_20221217062820_13371701_006_02.h5',
'ATL13_20221221092835_00131801_006_02.h5',
'ATL13_20221222103714_00291801_006_02.h5',
'ATL13_20221223180303_00491801_006_02.h5',
'ATL13_20221224191142_00651801_006_02.h5',
'ATL13_20221225074547_00731801_006_02.h5',
'ATL13_20221226085439_00891801_006_02.h5',
'ATL13_20221227223737_01131801_006_02.h5',
'ATL13_20221228172907_01251801_006_02.h5',
'ATL13_20221230071159_01491801_006_03.h5',
'ATL13_20221231205500_01731801_006_03.h5',
'ATL13_20230101220339_01891801_006_02.h5',
'ATL13_20230103052922_02091801_006_02.h5',
'ATL13_20230105202056_02491801_006_02.h5',
'ATL13_20230107100355_02731801_006_02.h5',
'ATL13_20230109183820_03091801_006_02.h5',
'ATL13_20230111082117_03331801_006_02.h5',
'ATL13_20230113165545_03691801_006_02.h5',
'ATL13_20230115063845_03931801_006_02.h5',
'ATL13_20230117213015_04331801_006_02.h5',
'ATL13_20230119045559_04531801_006_02.h5',
'ATL13_20230120060448_04691801_006_02.h5',
'ATL13_20230121194748_04931801_006_02.h5',
'ATL13_20230122205622_05091801_006_02.h5',
'ATL13_20230123093038_05171801_006_02.h5',
'ATL13_20230126191351_05691801_006_02.h5',
'ATL13_20230128085650_05931801_006_02.h5',
'ATL13_20230129162239_06131801_006_02.h5',
'ATL13_20230130173107_06291801_006_02.h5',
'ATL13_20230201071407_06531801_006_02.h5',
'ATL13_20230203154829_06891801_006_02.h5',
'ATL13_20230205053131_07131801_006_02.h5',
'ATL13_20230207202302_07531801_006_02.h5',
'ATL13_20230209034851_07731801_006_02.h5',
...]}
Data from a python
script
[8]:
# define area of interest as a geojson object because the Lake being request is very large and we only want a subset of it
area_of_interest = {
"type": "FeatureCollection",
"features": [ { "type": "Feature", "properties": {}, "geometry": { "coordinates": [ [ [49.63305859097062, 43.517023064094445], [49.63305859097062, 43.26673730943335], [50.39096571145933, 43.26673730943335], [50.39096571145933, 43.517023064094445], [49.63305859097062, 43.517023064094445] ] ], "type": "Polygon" } } ]
}
# process geojson into a format sliderule can understand
region = sliderule.toregion(area_of_interest)
# make atl13x request
parms = { "atl13": { "name": "Caspian Sea" }, "poly": region["poly"], "max_resources": 500, "t0": '2022-01-01', "t1": '2023-01-01' }
gdf = sliderule.run("atl13x", parms)
gdf
request <AppServer.62676> retrieved 34 resources
Starting proxy for atl13x to process 30 resource(s) with 21 thread(s)
request <AppServer.61853> on ATL13_20220109032437_02731401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61853> on ATL13_20220109032437_02731401_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61853> on ATL13_20220109032437_02731401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61853> on ATL13_20220109032437_02731401_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61853> on ATL13_20220109032437_02731401_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.61853> on ATL13_20220109032437_02731401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
Successfully completed processing resource [2 out of 30]: ATL13_20220109032437_02731401_006_01.h5
request <AppServer.61859> on ATL13_20220303200209_10931401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61859> on ATL13_20220303200209_10931401_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61859> on ATL13_20220303200209_10931401_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.61859> on ATL13_20220303200209_10931401_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61859> on ATL13_20220303200209_10931401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61859> on ATL13_20220303200209_10931401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
Successfully completed processing resource [5 out of 30]: ATL13_20220303200209_10931401_006_01.h5
request <AppServer.63059> on ATL13_20220104225004_02091401_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63059> on ATL13_20220104225004_02091401_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.63059> on ATL13_20220104225004_02091401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63059> on ATL13_20220104225004_02091401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63059> on ATL13_20220104225004_02091401_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63059> on ATL13_20220104225004_02091401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
Successfully completed processing resource [1 out of 30]: ATL13_20220104225004_02091401_006_01.h5
request <AppServer.62687> on ATL13_20220213120103_08131401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62687> on ATL13_20220213120103_08131401_006_01.h5 generated dataframe [gt2r] with 1 rows and 7 columns
request <AppServer.62687> on ATL13_20220213120103_08131401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62687> on ATL13_20220213120103_08131401_006_01.h5 generated dataframe [gt3l] with 7 rows and 7 columns
request <AppServer.62687> on ATL13_20220213120103_08131401_006_01.h5 generated dataframe [gt1l] with 7 rows and 7 columns
request <AppServer.62687> on ATL13_20220213120103_08131401_006_01.h5 generated dataframe [gt2l] with 11 rows and 7 columns
Successfully completed processing resource [4 out of 30]: ATL13_20220213120103_08131401_006_01.h5
request <AppServer.62177> on ATL13_20220206225204_07131401_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61862> on ATL13_20220318120306_13171401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61863> on ATL13_20220311225406_12171401_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.61862> on ATL13_20220318120306_13171401_006_01.h5 generated dataframe [gt3l] with 15 rows and 7 columns
request <AppServer.61862> on ATL13_20220318120306_13171401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61863> on ATL13_20220311225406_12171401_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62177> on ATL13_20220206225204_07131401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62177> on ATL13_20220206225204_07131401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62177> on ATL13_20220206225204_07131401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62177> on ATL13_20220206225204_07131401_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62177> on ATL13_20220206225204_07131401_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [3 out of 30]: ATL13_20220206225204_07131401_006_01.h5
request <AppServer.61863> on ATL13_20220311225406_12171401_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61863> on ATL13_20220311225406_12171401_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61863> on ATL13_20220311225406_12171401_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61863> on ATL13_20220311225406_12171401_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [6 out of 30]: ATL13_20220311225406_12171401_006_01.h5
request <AppServer.62696> on ATL13_20220609045105_11931501_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61862> on ATL13_20220318120306_13171401_006_01.h5 generated dataframe [gt2l] with 16 rows and 7 columns
request <AppServer.61862> on ATL13_20220318120306_13171401_006_01.h5 generated dataframe [gt1l] with 31 rows and 7 columns
request <AppServer.61862> on ATL13_20220318120306_13171401_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [7 out of 30]: ATL13_20220318120306_13171401_006_01.h5
request <AppServer.62696> on ATL13_20220609045105_11931501_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61865> on ATL13_20220515074101_08131501_006_01.h5 generated dataframe [gt3r] with 196 rows and 7 columns
request <AppServer.61865> on ATL13_20220515074101_08131501_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61865> on ATL13_20220515074101_08131501_006_01.h5 generated dataframe [gt2r] with 14 rows and 7 columns
request <AppServer.62696> on ATL13_20220609045105_11931501_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62696> on ATL13_20220609045105_11931501_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62696> on ATL13_20220609045105_11931501_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63067> on ATL13_20220507044903_06891501_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61865> on ATL13_20220515074101_08131501_006_01.h5 generated dataframe [gt3l] with 704 rows and 7 columns
request <AppServer.61865> on ATL13_20220515074101_08131501_006_01.h5 generated dataframe [gt2l] with 20 rows and 7 columns
request <AppServer.61865> on ATL13_20220515074101_08131501_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [10 out of 30]: ATL13_20220515074101_08131501_006_01.h5
request <AppServer.62695> on ATL13_20220508183155_07131501_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62695> on ATL13_20220508183155_07131501_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62695> on ATL13_20220508183155_07131501_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62695> on ATL13_20220508183155_07131501_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63067> on ATL13_20220507044903_06891501_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63067> on ATL13_20220507044903_06891501_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.63067> on ATL13_20220507044903_06891501_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63067> on ATL13_20220507044903_06891501_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.63067> on ATL13_20220507044903_06891501_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63068> on ATL13_20220602154208_10931501_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63068> on ATL13_20220602154208_10931501_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [8 out of 30]: ATL13_20220507044903_06891501_006_01.h5
request <AppServer.62696> on ATL13_20220609045105_11931501_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [12 out of 30]: ATL13_20220609045105_11931501_006_01.h5
request <AppServer.63068> on ATL13_20220602154208_10931501_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.63068> on ATL13_20220602154208_10931501_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62695> on ATL13_20220508183155_07131501_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62695> on ATL13_20220508183155_07131501_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
Successfully completed processing resource [9 out of 30]: ATL13_20220508183155_07131501_006_01.h5
request <AppServer.63068> on ATL13_20220602154208_10931501_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61869> on ATL13_20220709184426_02731601_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61869> on ATL13_20220709184426_02731601_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61869> on ATL13_20220709184426_02731601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61869> on ATL13_20220709184426_02731601_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.61869> on ATL13_20220709184426_02731601_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61869> on ATL13_20220709184426_02731601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [14 out of 30]: ATL13_20220709184426_02731601_006_01.h5
request <AppServer.62501> on ATL13_20220617074258_13171501_006_01.h5 generated dataframe [gt1r] with 170 rows and 7 columns
request <AppServer.62501> on ATL13_20220617074258_13171501_006_01.h5 generated dataframe [gt3r] with 127 rows and 7 columns
request <AppServer.62501> on ATL13_20220617074258_13171501_006_01.h5 generated dataframe [gt2r] with 107 rows and 7 columns
request <AppServer.63068> on ATL13_20220602154208_10931501_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
Successfully completed processing resource [11 out of 30]: ATL13_20220602154208_10931501_006_01.h5
request <AppServer.62501> on ATL13_20220617074258_13171501_006_01.h5 generated dataframe [gt1l] with 44 rows and 7 columns
request <AppServer.62501> on ATL13_20220617074258_13171501_006_01.h5 generated dataframe [gt3l] with 27 rows and 7 columns
request <AppServer.62501> on ATL13_20220617074258_13171501_006_01.h5 generated dataframe [gt2l] with 30 rows and 7 columns
Successfully completed processing resource [13 out of 30]: ATL13_20220617074258_13171501_006_01.h5
request <AppServer.62502> on ATL13_20220806002902_06891601_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62502> on ATL13_20220806002902_06891601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62502> on ATL13_20220806002902_06891601_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62502> on ATL13_20220806002902_06891601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62502> on ATL13_20220806002902_06891601_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62502> on ATL13_20220806002902_06891601_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
Successfully completed processing resource [15 out of 30]: ATL13_20220806002902_06891601_006_01.h5
request <AppServer.61873> on ATL13_20220807141159_07131601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61873> on ATL13_20220807141159_07131601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61873> on ATL13_20220807141159_07131601_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61873> on ATL13_20220807141159_07131601_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61873> on ATL13_20220807141159_07131601_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61873> on ATL13_20220807141159_07131601_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
Successfully completed processing resource [16 out of 30]: ATL13_20220807141159_07131601_006_01.h5
request <AppServer.62507> on ATL13_20220901112202_10931601_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62508> on ATL13_20220916032253_13171601_006_01.h5 generated dataframe [gt3r] with 137 rows and 7 columns
request <AppServer.62508> on ATL13_20220916032253_13171601_006_01.h5 generated dataframe [gt1r] with 134 rows and 7 columns
request <AppServer.62508> on ATL13_20220916032253_13171601_006_01.h5 generated dataframe [gt2r] with 161 rows and 7 columns
request <AppServer.63074> on ATL13_20220908003101_11931601_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62507> on ATL13_20220901112202_10931601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62507> on ATL13_20220901112202_10931601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62507> on ATL13_20220901112202_10931601_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62507> on ATL13_20220901112202_10931601_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62508> on ATL13_20220916032253_13171601_006_01.h5 generated dataframe [gt3l] with 23 rows and 7 columns
request <AppServer.62508> on ATL13_20220916032253_13171601_006_01.h5 generated dataframe [gt2l] with 44 rows and 7 columns
request <AppServer.62508> on ATL13_20220916032253_13171601_006_01.h5 generated dataframe [gt1l] with 19 rows and 7 columns
Successfully completed processing resource [21 out of 30]: ATL13_20220916032253_13171601_006_01.h5
request <AppServer.63074> on ATL13_20220908003101_11931601_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63074> on ATL13_20220908003101_11931601_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63074> on ATL13_20220908003101_11931601_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62702> on ATL13_20220814032054_08131601_006_01.h5 generated dataframe [gt2r] with 207 rows and 7 columns
request <AppServer.62702> on ATL13_20220814032054_08131601_006_01.h5 generated dataframe [gt3r] with 232 rows and 7 columns
request <AppServer.62702> on ATL13_20220814032054_08131601_006_01.h5 generated dataframe [gt1r] with 94 rows and 7 columns
request <AppServer.62702> on ATL13_20220814032054_08131601_006_01.h5 generated dataframe [gt1l] with 23 rows and 7 columns
request <AppServer.62702> on ATL13_20220814032054_08131601_006_01.h5 generated dataframe [gt2l] with 71 rows and 7 columns
request <AppServer.62702> on ATL13_20220814032054_08131601_006_01.h5 generated dataframe [gt3l] with 57 rows and 7 columns
Successfully completed processing resource [17 out of 30]: ATL13_20220814032054_08131601_006_01.h5
request <AppServer.62507> on ATL13_20220901112202_10931601_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [18 out of 30]: ATL13_20220901112202_10931601_006_01.h5
request <AppServer.63074> on ATL13_20220908003101_11931601_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63074> on ATL13_20220908003101_11931601_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61879> on ATL13_20221106095140_07131701_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61879> on ATL13_20221106095140_07131701_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
Successfully completed processing resource [19 out of 30]: ATL13_20220908003101_11931601_006_01.h5
request <AppServer.62189> on ATL13_20220909141357_12171601_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62189> on ATL13_20220909141357_12171601_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.62189> on ATL13_20220909141357_12171601_006_01.h5 generated dataframe [gt1r] with 238 rows and 7 columns
request <AppServer.62189> on ATL13_20220909141357_12171601_006_01.h5 generated dataframe [gt2r] with 200 rows and 7 columns
request <AppServer.62189> on ATL13_20220909141357_12171601_006_01.h5 generated dataframe [gt2l] with 54 rows and 7 columns
request <AppServer.62189> on ATL13_20220909141357_12171601_006_01.h5 generated dataframe [gt1l] with 52 rows and 7 columns
request <AppServer.63076> on ATL13_20221008142413_02731701_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [20 out of 30]: ATL13_20220909141357_12171601_006_01.h5
request <AppServer.63076> on ATL13_20221008142413_02731701_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.63076> on ATL13_20221008142413_02731701_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63076> on ATL13_20221008142413_02731701_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63076> on ATL13_20221008142413_02731701_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63076> on ATL13_20221008142413_02731701_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62191> on ATL13_20221104200842_06891701_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62191> on ATL13_20221104200842_06891701_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62191> on ATL13_20221104200842_06891701_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.61879> on ATL13_20221106095140_07131701_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [23 out of 30]: ATL13_20221008142413_02731701_006_01.h5
request <AppServer.62191> on ATL13_20221104200842_06891701_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62191> on ATL13_20221104200842_06891701_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61878> on ATL13_20221004094940_02091701_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61878> on ATL13_20221004094940_02091701_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61878> on ATL13_20221004094940_02091701_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61878> on ATL13_20221004094940_02091701_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61878> on ATL13_20221004094940_02091701_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61878> on ATL13_20221004094940_02091701_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62191> on ATL13_20221104200842_06891701_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [22 out of 30]: ATL13_20221004094940_02091701_006_01.h5
Successfully completed processing resource [24 out of 30]: ATL13_20221104200842_06891701_006_01.h5
request <AppServer.62705> on ATL13_20221207201039_11931701_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62705> on ATL13_20221207201039_11931701_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62193> on ATL13_20221215230231_13171701_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62705> on ATL13_20221207201039_11931701_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.61879> on ATL13_20221106095140_07131701_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.61879> on ATL13_20221106095140_07131701_006_01.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61879> on ATL13_20221106095140_07131701_006_01.h5 generated dataframe [gt3l] with 0 rows and 7 columns
Successfully completed processing resource [25 out of 30]: ATL13_20221106095140_07131701_006_01.h5
request <AppServer.62512> on ATL13_20221112230035_08131701_006_02.h5 generated dataframe [gt1r] with 1 rows and 7 columns
request <AppServer.62512> on ATL13_20221112230035_08131701_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62512> on ATL13_20221112230035_08131701_006_02.h5 generated dataframe [gt3r] with 1 rows and 7 columns
request <AppServer.62512> on ATL13_20221112230035_08131701_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62512> on ATL13_20221112230035_08131701_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62512> on ATL13_20221112230035_08131701_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [26 out of 30]: ATL13_20221112230035_08131701_006_02.h5
request <AppServer.62705> on ATL13_20221207201039_11931701_006_02.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62705> on ATL13_20221207201039_11931701_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62705> on ATL13_20221207201039_11931701_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [28 out of 30]: ATL13_20221207201039_11931701_006_02.h5
request <AppServer.62193> on ATL13_20221215230231_13171701_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62193> on ATL13_20221215230231_13171701_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62193> on ATL13_20221215230231_13171701_006_02.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62193> on ATL13_20221215230231_13171701_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61881> on ATL13_20221209095334_12171701_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.62193> on ATL13_20221215230231_13171701_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
Successfully completed processing resource [30 out of 30]: ATL13_20221215230231_13171701_006_02.h5
request <AppServer.61881> on ATL13_20221209095334_12171701_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.61881> on ATL13_20221209095334_12171701_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63079> on ATL13_20221201070141_10931701_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.63079> on ATL13_20221201070141_10931701_006_02.h5 generated dataframe [gt3l] with 0 rows and 7 columns
request <AppServer.63079> on ATL13_20221201070141_10931701_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.63079> on ATL13_20221201070141_10931701_006_02.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.63079> on ATL13_20221201070141_10931701_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.63079> on ATL13_20221201070141_10931701_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [27 out of 30]: ATL13_20221201070141_10931701_006_02.h5
request <AppServer.61881> on ATL13_20221209095334_12171701_006_02.h5 generated dataframe [gt3r] with 0 rows and 7 columns
request <AppServer.61881> on ATL13_20221209095334_12171701_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.61881> on ATL13_20221209095334_12171701_006_02.h5 generated dataframe [gt1r] with 0 rows and 7 columns
Successfully completed processing resource [29 out of 30]: ATL13_20221209095334_12171701_006_02.h5
Writing arrow file: /tmp/tmpopqkvof0
Closing arrow file: /tmp/tmpopqkvof0
[8]:
gt | rgt | stdev_water_surf | spot | water_depth | ht_water_surf | ht_ortho | srcid | cycle | geometry | |
---|---|---|---|---|---|---|---|---|---|---|
time_ns | ||||||||||
2022-02-13 14:11:06.766900480 | 40 | 813 | 0.595 | 4 | 3.402823e+38 | -39.016155 | -28.578730 | 15 | 14 | POINT (50.27719 43.28261) |
2022-02-13 14:11:02.753900288 | 30 | 813 | 0.575 | 3 | 1.316011e+01 | -39.207718 | -28.337791 | 17 | 14 | POINT (50.30906 43.51648) |
2022-02-13 14:11:02.774200320 | 30 | 813 | 0.635 | 3 | 1.455412e+01 | -39.338779 | -28.471512 | 17 | 14 | POINT (50.30889 43.51519) |
2022-02-13 14:11:04.824100608 | 30 | 813 | 0.635 | 3 | 1.455412e+01 | -38.983677 | -28.375143 | 17 | 14 | POINT (50.29172 43.38457) |
2022-02-13 14:11:04.875500544 | 30 | 813 | 0.635 | 3 | 1.455412e+01 | -39.581429 | -28.979134 | 17 | 14 | POINT (50.29129 43.38130) |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
2022-08-14 05:30:56.959360512 | 40 | 813 | 0.135 | 3 | 5.387073e+00 | -38.673782 | -28.231468 | 122 | 16 | POINT (50.34029 43.26881) |
2022-08-14 05:30:56.972160512 | 40 | 813 | 0.135 | 3 | 5.387073e+00 | -38.666222 | -28.225033 | 122 | 16 | POINT (50.34018 43.26800) |
2022-08-14 05:30:56.986560512 | 40 | 813 | 0.120 | 3 | 1.103861e+01 | -38.670940 | -28.231512 | 122 | 16 | POINT (50.34006 43.26708) |
2022-11-13 01:10:37.636639232 | 20 | 813 | 0.265 | 5 | 1.407781e+01 | -39.067318 | -28.587545 | 161 | 17 | POINT (50.27217 43.31391) |
2022-11-13 01:10:36.921139200 | 60 | 813 | 0.335 | 1 | 9.424095e+00 | -38.983162 | -28.463284 | 166 | 17 | POINT (50.19934 43.36295) |
3275 rows × 10 columns
Retrieve ATL13 from SlideRule using Coordinate
Metadata from a shell
script
curl -X GET -d "{\"coord\":{\"lon\":-77.40162711974297,\"lat\":38.48769543754824}}" https://sliderule.slideruleearth.io/source/ams
Metadata from a python
script
[9]:
coordinates = [-77.40162711974297, 38.48769543754824]
response = sliderule.source("ams", {"coord": {"lon": coordinates[0], "lat": coordinates[1]}})
response
[9]:
{'refid': 1611057713,
'hylak': 1057713,
'name': None,
'country': 'United States of America',
'continent': 'North America',
'type': 1,
'area': 0.52,
'basin': 2,
'source': 'HydroLAKES',
'granules': ['ATL13_20211129205627_10451301_006_01.h5',
'ATL13_20230101154629_01851801_006_02.h5']}
Data from a python
script
[10]:
coordinates = [-77.40162711974297, 38.48769543754824]
parms = { "atl13": {"coord": {"lon": coordinates[0], "lat": coordinates[1]}} }
gdf = sliderule.run("atl13x", parms)
gdf
Starting proxy for atl13x to process 2 resource(s) with 2 thread(s)
request <AppServer.62712> on ATL13_20211129205627_10451301_006_01.h5 generated dataframe [gt2r] with 0 rows and 7 columns
request <AppServer.62712> on ATL13_20211129205627_10451301_006_01.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62208> on ATL13_20230101154629_01851801_006_02.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62208> on ATL13_20230101154629_01851801_006_02.h5 generated dataframe [gt3l] with 17 rows and 7 columns
request <AppServer.62712> on ATL13_20211129205627_10451301_006_01.h5 generated dataframe [gt3r] with 7 rows and 7 columns
request <AppServer.62712> on ATL13_20211129205627_10451301_006_01.h5 generated dataframe [gt3l] with 43 rows and 7 columns
request <AppServer.62712> on ATL13_20211129205627_10451301_006_01.h5 generated dataframe [gt2l] with 0 rows and 7 columns
request <AppServer.62712> on ATL13_20211129205627_10451301_006_01.h5 generated dataframe [gt1l] with 0 rows and 7 columns
request <AppServer.62208> on ATL13_20230101154629_01851801_006_02.h5 generated dataframe [gt2r] with 0 rows and 7 columns
Successfully completed processing resource [1 out of 2]: ATL13_20211129205627_10451301_006_01.h5
request <AppServer.62208> on ATL13_20230101154629_01851801_006_02.h5 generated dataframe [gt3r] with 71 rows and 7 columns
request <AppServer.62208> on ATL13_20230101154629_01851801_006_02.h5 generated dataframe [gt1r] with 0 rows and 7 columns
request <AppServer.62208> on ATL13_20230101154629_01851801_006_02.h5 generated dataframe [gt1l] with 0 rows and 7 columns
Successfully completed processing resource [2 out of 2]: ATL13_20230101154629_01851801_006_02.h5
Writing arrow file: /tmp/tmp0ibvlh4u
Closing arrow file: /tmp/tmp0ibvlh4u
[10]:
gt | rgt | stdev_water_surf | spot | water_depth | ht_water_surf | ht_ortho | srcid | cycle | geometry | |
---|---|---|---|---|---|---|---|---|---|---|
time_ns | ||||||||||
2021-11-30 02:16:19.747001088 | 50 | 1045 | 9.000000e-02 | 5 | 3.402823e+38 | -6.760172 | 26.515242 | 5 | 13 | POINT (-77.40164 38.49163) |
2021-11-30 02:16:19.749201408 | 50 | 1045 | 9.000000e-02 | 5 | 3.402823e+38 | -6.792459 | 26.483206 | 5 | 13 | POINT (-77.40166 38.49149) |
2021-11-30 02:16:19.751601152 | 50 | 1045 | 9.000000e-02 | 5 | 3.402823e+38 | -6.850277 | 26.425671 | 5 | 13 | POINT (-77.40168 38.49134) |
2021-11-30 02:16:19.754201088 | 50 | 1045 | 9.000000e-02 | 5 | 3.402823e+38 | -6.808374 | 26.467848 | 5 | 13 | POINT (-77.40170 38.49117) |
2021-11-30 02:16:19.757001216 | 50 | 1045 | 9.000000e-02 | 5 | 3.402823e+38 | -6.818413 | 26.458076 | 5 | 13 | POINT (-77.40172 38.49100) |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
2023-01-01 19:05:03.850547712 | 60 | 185 | 3.402823e+38 | 1 | 3.402823e+38 | -6.472813 | 26.796410 | 11 | 18 | POINT (-77.40440 38.49265) |
2023-01-01 19:05:03.851147776 | 60 | 185 | 3.402823e+38 | 1 | 3.402823e+38 | -6.459892 | 26.809330 | 11 | 18 | POINT (-77.40440 38.49269) |
2023-01-01 19:05:03.851847936 | 60 | 185 | 3.402823e+38 | 1 | 3.402823e+38 | -6.477850 | 26.791372 | 11 | 18 | POINT (-77.40441 38.49273) |
2023-01-01 19:05:03.853248000 | 60 | 185 | 3.402823e+38 | 1 | 3.402823e+38 | -6.379166 | 26.889736 | 11 | 18 | POINT (-77.40441 38.49282) |
2023-01-01 19:05:03.856047872 | 60 | 185 | 3.402823e+38 | 1 | 3.402823e+38 | -6.324619 | 26.943943 | 11 | 18 | POINT (-77.40442 38.49300) |
138 rows × 10 columns
[ ]: