Giter Site home page Giter Site logo

digisondeindices's Introduction

Digisonde Indices

Digisonde Indices is a downloader and parser that retrieves Digisonde data from DIDBase. Output datatype is xarray.DataSet. Missing data is returned as an empty dataset.

Data Selection:

  1. CS is Autoscaling Confidence Score (from 0 to 100, 999 if manual scaling, -1 if unknown)
  2. foF2 (MHz) - F2 layer critical frequency
  3. foF1 (MHz) - F1 layer critical frequency
  4. MUFD (MHz) - Maximum usable frequency for ground distance D
  5. foE (MHz) - E layer critical frequency
  6. hF (km) - Minimum virtual height of F trace
  7. hF2 (km) - Minimum virtual height of F2 trace
  8. hmE (km) - Peak height of E-layer
  9. hmF2 (km) - Peak height F2-layer
  10. hmF1 (km) - Peak height F1-layer
  11. yF2 (km) - Half thickness of F2-layer, parabolic model
  12. yF1 (km) - Half thickness of F1-layer, parabolic model
  13. B0 (km) - IRI thickness parameter
  14. TEC (m^-2) - Total electron content

Example

Use from other scripts like:

import digisondeindices as didbase
import datetime as dt

# timezone-unaware example
date = dt.datetime(2012, 1, 1, 5, 0, 0) # 2012-01-01 05:00:00 UTC, even though datetime object created in timezone of machine at runtime
inds = didbase.get_indices(date, 'AH223') # retrieve data from Ahmedabad station

# timezone-aware example
date = dt.datetime(2012, 1, 1, 5, 0, 0) # 2012-01-01 10:00:00 UTC for US/Eastern (UTC-05:00) given execution machine time zone is set to US/Eastern
inds = didbase.get_indices(date, 'AH223', tzaware=True) # retrieve data from Ahmedabad station

Returned indices are always in UTC (as numpy.datetime64).

A list of available stations is provided by the Global Ionosphere Radio Observatory: DIDBase stations list

Data License

All GIRO measurements are released under CC-BY-NC-SA 4.0 license. Please follow the Lowell GIRO Data Center RULES OF THE ROAD. Requires acknowledgement of station data provider.

digisondeindices's People

Contributors

sunipkm avatar

Watchers

 avatar

Forkers

whudddddd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.