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

Content of AuroraWatch UK API v1.0 stations file #5

Open
stevemarple opened this issue Jan 28, 2015 · 1 comment
Open

Content of AuroraWatch UK API v1.0 stations file #5

stevemarple opened this issue Jan 28, 2015 · 1 comment
Assignees

Comments

@stevemarple
Copy link
Owner

The auroraplot Python library will be used for data processing. This arranges data by project, site, data type and channel. In our case data type is always magnetometer data so the important items to identify the magnetometers in use will be project and site. The station list must include:

  • Station list
    • Station
      • Project (eg. AURORAWATCHNET, SAMNET)
      • Site (eg. LAN1)
      • Location
        • Place (eg. Lancaster, UK)
        • Latitude (N positive)
        • Longitude (E positive)
      • Data attribution
      • Copyright notice
      • License (eg. CC-BY-SA-NC 3,0).

Formatting may follow the convention used by GAIA, http:https://gaia-vxo.org. See http:https://calgary.canada.gaia-vxo.org/rest_xml/projects for an example.

@neilmorton
Copy link

I would consider splitting the station lookup by the id, i.e. awn_lan1, and that this continue to be the id used in the main API. The data relating to that ID can then be hooked from here.

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

No branches or pull requests

2 participants