Python client for the MIDL solar wind dataset
Project description
midl
Python client for the MIDL solar wind dataset.
Install
pip install midl
Quickstart
import midl
ds = midl.load("2015-03-17", "2015-03-18", "32re")
print(ds)
# Save to file
midl.to_csv(ds, "storm.csv")
midl.to_dat(ds, "storm.dat")
midl.load() returns an xarray.Dataset with time coordinate and variables:
Bx, By, Bz (nT), Ux, Uy, Uz (km/s), rho (cm^-3), T (K).
Data is cached locally after the first download.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csem_midl-0.1.0.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file csem_midl-0.1.0.tar.gz.
File metadata
- Download URL: csem_midl-0.1.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0054cab91624e39f172ab4fcdb14fc1c5a84266da8e8ccec0b9837b8ad425d8
|
|
| MD5 |
799773c5e7d650d0bda6b834fb47b9f9
|
|
| BLAKE2b-256 |
31189c01eafd9bda2ca9c3dceb4a54eb0687b9f852867dfdc8cd9c0ce30d644f
|
File details
Details for the file csem_midl-0.1.0-py3-none-any.whl.
File metadata
- Download URL: csem_midl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
589cd6a16d8587700b16f3fdc0434bf8db606b7a17758b10e648454fec5240d5
|
|
| MD5 |
28f9d9546fd4d112092b12331b1c4fb6
|
|
| BLAKE2b-256 |
a9be256cc153b3f019cf3694161cb7ae818d261fb171bd58078ffc20e4bb4bcf
|