Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x_relations to communicate courser resolutions of data #3

Open
jbfaden opened this issue Apr 29, 2024 · 0 comments
Open

x_relations to communicate courser resolutions of data #3

jbfaden opened this issue Apr 29, 2024 · 0 comments

Comments

@jbfaden
Copy link
Collaborator

jbfaden commented Apr 29, 2024

Eelco Doorbos has implemented a way to get courser, and more quickly loading, versions of a dataset. This is done with x_relations, and describes another dataset with a time tag. For example:

https://data.spaceweather.knmi.nl/hapi/info?dataset=brik_ii_electron_density has:

"x_relations": [
   {
       "id": "brik_ii_electron_density_PT0_250S",
       "description": "Electron density data from the BRIK-II scintillation monitor, downsampled to 5 millisecond cadence",
       "cadence": "PT0.250S",
       "type": "resample",
       "method": "max",
       "add": "automatic"
   }
]

indicating that a reduced set 0.250 second cadence is available. These are the maximum values within the interval.

His JavaScript viewer knows to look for courser versions of the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant