A python package to download e-Callisto spectrograms
Project description
callistoDownloader
A python package for downloading spectrograms sourced from the e-Callisto, which is an international network of solar radio spectrometers.
This package allows for bulk downloads of spectrograms for a given set of days in a given month and year, for a list of given instruments (visit link for a list of all instruments from which the data is sourced).
The downloads are structured within a e-Callisto directory inside the working directory. The same is illustrated below:
working directory/
└───e-Callisto/
└───yyyy/
└───mm/
└───dd/
└───file1..
file2..
Functions of this package:
-
which_years()
Prints all those years for which any spectrograms are available -
which_months(select_year)
Prints all those months of a given year for which spectrograms are available -
which_days(select_year, select_month)
Prints all those days of a given year and month for which spectrograms are available -
instrument_codes()
Prints instructions for choosinginstrumentsparameter indownload() -
download(select_year, select_month, select_day, instruments)
Downloads the spectrograms for given list of days of a given year and month; for set of instruments
If a file already exists, the download() will skip re-downloading it but the progress bar indicates the total files and not just the downloaded ones.
Argument rules:
-
select_year
must be a valid 4-digit integer -
select_month
must be a valid integer -
select_day
could either be a valid integer or a list of valid integers -
instruments
could be either a single instrument code[^1] or a wildcard string ending with an asterisk indicating to download all the files which start with the wildcard string.
[^1]: Instrument codes is a list of codes derived specifically for this package and each code corresponds to one of the instrument-location combination from link. The text before the first hyphen in a file name is the instrument code.
Understanding the instruments parameter:
See link and if you would want to download all files from Mauritius, then the argument for instruments would be MRT* but if you would want to download only the data from Callisto intensity 45 MHz-870 MHz of Poste de Flacq, Mauritius, LPDA, then that argument would be MRT1.
If the instruments argument of the download() function ends with an asterisk, all the files from a given date which start with the argument are downloaded.
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
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 callistoDownloader-0.4.4.2.tar.gz.
File metadata
- Download URL: callistoDownloader-0.4.4.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9484c77228a981bd88a418cc9eaa1b3ffd65b9f452898ade1be8c4ba6633b245
|
|
| MD5 |
d961d16a52775067b3c7fe5f93d945f2
|
|
| BLAKE2b-256 |
98891ca5f4f6c4edf2c92769baecb73ab44cd2d2d0a1bca2eefe99f3aeff06e5
|
File details
Details for the file callistoDownloader-0.4.4.2-py3-none-any.whl.
File metadata
- Download URL: callistoDownloader-0.4.4.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe89aec14910ed219523c3bc21c5e3bb000c030d436aa4538c717e26e176bd04
|
|
| MD5 |
e6d2f3e4242f892cd4433de26a15e205
|
|
| BLAKE2b-256 |
38c84216212170d0a6875599f3f44e7f7a9b9307a155825408fdb8df4c0c8fcb
|