Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rlanning2
OpenWeather REST and file connector
Commits
00a3d60b
Commit
00a3d60b
authored
Nov 07, 2021
by
Christopher Bohn
🤔
Browse files
Renamed checkForDataPresence, reflecting its expanded role
parent
04862724
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
00a3d60b
...
...
@@ -70,6 +70,7 @@ code that uses data from [OpenWeathermap.org](https://openweathermap.org).
data set
-
[
*"onecall"*
](
https://openweathermap.org/api/one-call-api
)
, the "One
Call API" data set
-
Includes
*onecall/timemachine*
-
[
*forecast*
](
https://openweathermap.org/forecast5
)
, the 5-day/3-hour
forecast data set
-
[
*air_pollution*
](
https://openweathermap.org/api/air-pollution
)
, the air
...
...
@@ -85,8 +86,8 @@ code that uses data from [OpenWeathermap.org](https://openweathermap.org).
support the subscription-based APIs.
-
As of this writing,
`OpenWeatherConnector`
only supports the
*"weather"*
,
*"forecast*
,
*"air_pollution"*
,
*"air_pollution/forecast"*
, and
*"air_pollution/history"*
data
sets. We plan to add support for the
*"onecall"*
data
set.
*"air_pollution/history"*
datasets. We plan to add support for the
*"onecall"*
and the
*onecall/timemachine*
dataset
s
.
-
We may add support for the
[
Geocoding API
](
https://openweathermap.org/api/geocoding-api
)
(
*"direct"*
and
*"reverse"*
data sets).
...
...
src/main/java/edu/unl/cse/soft160/json_connections/connector/OpenWeatherConnector.java
View file @
00a3d60b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment