-
Notifications
You must be signed in to change notification settings - Fork 4
Translate Weather Station GP Service into JavaScript Functionality #19
Comments
I've accounted for documentation regarding weather information |
to conclude from our discussion at scrum, we need to make sure that there is an ability for users to overwrite the default weather service by manually entering their own data. While we already allow this, we also want users to be able to provide their own weather service. I'm going to move this back to in progress, but if it doesn't get completed for this release, users can at least manually enter wind direction in the text box. |
I'm not sure what classes as a weather service and how we will integrate this into a solution. Can somebody provide more detail on what the 'weather' service is |
I guess people could always bring in static weather data in a feature service, with fields for wind direction and speed. But I'm not sure how we could enable users to provide their own current weather functionality without making them dive into the widget in GitHub and customize it themselves. @elinz @nfeuerstein any thoughts? |
According to @karlterrey we have to take out the Dark Sky service, apparently it will also be taken out of IA widget in next release |
We should investigate what other national services do, and mimic that. Seems like Dark Sky is getting their stuff from them as well... https://darksky.net/dev/docs/sources While the entire weather forecast is useful, the necessary parameters for the calculations are wind direction and speed, so provide the ability to ingest the entire service, but include a point for user input for those two values (which we've done). |
tagged as impeded until it is figured out how we want to handle this |
could this be a possibility: https://marketplace.arcgis.com/listing.html?id=384d457d8ff2484ca27133e7d9a0e9b9 Trying to search for services that are included in the ArcGIS Marketplace. Also looks like NOAA has services: |
Based on discussions at scrum, I'm also ok to move this to version after next |
removed the weather info from the UI, moving issue back to backlog |
Anybody see any issues with using yahoos public api to get current weather info? Sample calls: Redlands Cape Town, South Africa |
"... |
Terms of use requires signature authority for the organization. |
@karlterrey Can we confirm if we can use Yahoo Weather in this widget? |
Esri Inc. would be excluded from the umbrella reserved for non-profits and individuals. We can't use it. We are a commercial use. |
Currently, you have to add a weather station GP service while configuring the widget in order to query the weather from a nearby station.
We could translate this functionality to JavaScript, where in the configuration page we allow for a user to select a list of weather stations (feature service) with associated data that they can pull into the widget. The JS would then pick the closest weather station to the input point as a parameter that would help create the output spill scenario.
I think that we should let the user pick a feature service instead of hard coding a nationwide or list of weather stations for Monterey area, but we could provide a sample weather station feature service over our model geography or for the US.
I think that this isn't as high of a priority as converting the Chemical and Placard GP services into JS
The text was updated successfully, but these errors were encountered: