Skip to content

Commit 207b58c

Browse files
authored
Update DESCRIPTION
1 parent 83d97a1 commit 207b58c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

DESCRIPTION

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
Package: noaa
2-
Title: Accessing NOAA Climate Data Online
1+
Package: nasa
2+
Type: Package
3+
Title: Access National Aeronautics and Space Administration (NASA) Open APIs for Space and Earth Data
34
Version: 1.0.0
45
Authors@R: person("Steph", "Buongiorno",
56
email = "steph.buon@proton.me",
67
role = c("aut", "cre"))
78
Author: Steph Buongiorno [aut, cre]
89
Maintainer: Steph Buongiorno <steph.buon@proton.me>
9-
Description: Fetch data from the National Oceanic and Atmospheric Administration Climate Data Online (NOAA CDO) <https://www.ncdc.noaa.gov/cdo-web/webservices/v2> API including daily, monthly, and yearly climate summaries, radar data, climatological averages, precipitation data, annual summaries, storm events, and agricultural meteorology.
10+
Description: Provides functions to access and download data from various NASA APIs, including:
11+
Astronomy Picture of the Day (APOD), Mars Rover Photos, Earth Polychromatic Imaging Camera (EPIC),
12+
Near Earth Object Web Service (NeoWs), Earth Observatory Natural Event Tracker (EONET),
13+
and NASA Earthdata CMR Search. Most endpoints require a NASA API key for access.
14+
Data is retrieved, cleaned for analysis, and returned in a dataframe-friendly format.
1015
License: GPL-3
1116
Encoding: UTF-8
1217
Imports:
1318
httr,
14-
jsonlite
19+
jsonlite,
20+
magick,
21+
dplyr
1522
RoxygenNote: 7.3.2
23+
URL: https://api.nasa.gov, https://eonet.gsfc.nasa.gov, https://cmr.earthdata.nasa.gov

0 commit comments

Comments
 (0)