NOAA18 POES-SEM2 2-second Particle Precipitation Data [Important: these data have known contamination problems: please consult Rob Redmon (sem.poes@noaa.gov) for usage recommendations.] - NGDC and SWPC (NOAA)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'NOAA18_POES-SEM2_FLUXES-2SEC'
start = '2013-01-01T00:01:05.000Z'
stop = '2023-03-14T09:28:51.000Z'
fr=cloudcatalog.CloudCatalog('s3://gov-nasa-hdrl-data1/')
filelist = fr.request_cloud_catalog(dataset_id, start_date=start, stop_date=stop)
#example usage:
fr.stream_uri(filelist, lambda s3_uri, start, stop, filesize: MYCODE(s3_uri, start, stop, filesize))
Yearly index files
-
NOAA18_POES-SEM2_FLUXES-2SEC_2013.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2014.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2015.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2016.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2017.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2018.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2019.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2020.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2021.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2022.csv
https
s3
-
NOAA18_POES-SEM2_FLUXES-2SEC_2023.csv
https
s3