Skip to content

Commit

Permalink
ENH: Changed MPLNET example data request processing level
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobrien91 committed Sep 16, 2024
1 parent 8ad3643 commit d4b8b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/discovery/download_mplnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

# Download MPLNET data for site of interest
output = act.discovery.download_mplnet_data(
version=3, level=2, product="NRB", site="GSFC", year="2022", month="09", day="01"
version=3, level=1, product="NRB", site="GSFC", year="2022", month="09", day="01"
)

0 comments on commit d4b8b0b

Please sign in to comment.