@opengeoweb/space-weather
v14.3.0
Published
GeoWeb Spaceweather library for the opengeoweb project
Keywords
Readme
space-weather
React component library with space-weather components for the opengeoweb project. This library was generated with Nx.
Installation
npm install @opengeoweb/space-weatherUse
The front-end uses the tanstack library to fetch data from the api. Importing components from the Space Weather repository should be wrapped by a QueryClient provider. Example:
import { QueryClientProvider } from '@tanstack/react-query';
import { TimeSeries } from '@opengeoweb/space-weather';
const Component = () =>
<QueryClientProvider client={queryClient}>
<TimeSeries />
</QueryClientProvider>Documentation
https://opengeoweb.gitlab.io/opengeoweb/docs/space-weather/
API
Documentation of the API can be found on Swagger (make sure you're connected to the KNMI network). There are three controllers:
