Note
Go to the end to download the full example code.
NASA MPLNET#
This example shows how to download data from NASA’s MicroPulsed Lidar Network
MPLNET.GSFC
Please Review the MPLNET Data Policy Prior to Use of MPLNET Data
The MPLNET Data Policy can be found at:
https://mplnet.gsfc.nasa.gov/data-policy
Please Include the Following Acknowledgements in Any Publication
or presentation of MPLNET data, regardless of co-authorship status:
The MPLNET project is funded by the NASA Radiation Sciences Program
and Earth Observing System.
We thank the MPLNET (PI) for (its/theirs) effort in establishing
and maintaining sites.
[DOWNLOADING] MPLNET_V3_L1_NRB_20220901_MPL44258_GSFC.nc4
import act
# Retrieve meta from GSFC Site
meta = act.discovery.get_mplnet_meta(sites="GSFC", method="data", print_to_screen=True)
# Download MPLNET data for site of interest
output = act.discovery.download_mplnet_data(
version=3, level=1, product="NRB", site="GSFC", year="2022", month="09", day="01"
)
Total running time of the script: (0 minutes 2.380 seconds)