usgs / earthquake-eventpages

Web application for displaying earthquake event pages.
Other
29 stars 22 forks source link

Create OA forecast service #990

Closed llastowka-usgs closed 6 years ago

llastowka-usgs commented 6 years ago

download and parse forecast.json similar to pager.xml service or quakeml service

jdbrown-USGS commented 6 years ago

OAF is sending in line content which is under 3k at this time. If this becomes a problem in the future a service can be implemented, but for now the decision was made to continue without one.

emartinez-usgs commented 6 years ago

Re-opening this. Currently will parse the bytes content into an object for subsequent rendering and create observables for product components. This could later be modified to work with external attachments as well.