Download and parse Digisonde data products.
Project description
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:
- CS is Autoscaling Confidence Score (from 0 to 100, 999 if manual scaling, -1 if unknown)
- foF2 (MHz) - F2 layer critical frequency
- foF1 (MHz) - F1 layer critical frequency
- MUFD (MHz) - Maximum usable frequency for ground distance D
- foE (MHz) - E layer critical frequency
- hF (km) - Minimum virtual height of F trace
- hF2 (km) - Minimum virtual height of F2 trace
- hmE (km) - Peak height of E-layer
- hmF2 (km) - Peak height F2-layer
- hmF1 (km) - Peak height F1-layer
- yF2 (km) - Half thickness of F2-layer, parabolic model
- yF1 (km) - Half thickness of F1-layer, parabolic model
- B0 (km) - IRI thickness parameter
- 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file digisondeindices-2.1.0.tar.gz
.
File metadata
- Download URL: digisondeindices-2.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6915172b97f9cdc0daf30ba7a61f97d73de81eef7694f9fe5c7877e41c0fd61e |
|
MD5 | b671988e0cc00dec79ab67ddaceff753 |
|
BLAKE2b-256 | 427b4a778ac3e868baabf5266f0ce6a7bfda347b56f0d9627a7dd8025bca4afc |
File details
Details for the file digisondeindices-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: digisondeindices-2.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f8f8467650cf5ea8b26d5f83570158ebad735e138eb3be9fd3dd5474caf70a |
|
MD5 | e7d88b68a8d74f252a70f4ed98b7d82f |
|
BLAKE2b-256 | 5ef1e24efe623ca2ba9660489da57e55e8f158934e855b537e2c0096b1ed4bef |