This module can dowinload and process satellite products
Project description
ael_satellite_tools
A Python module for downloading and analysis the satellite.
0.0.13 Himawari Data Storage Directory Update
Introduced a new data_end_path configuration option to allow users to control the data storage structure.
Default setting: data_end_path='day'
Data will now be stored in the format:
"data_path/compressed_data/[YYYY]/[MM]/[DD]/*.bz2"
"data_path/sub_domain_data/[YYYY]/[MM]/[DD]/*.nc"
Legacy compatibility:
Setting data_end_path='month' will retain the previous structure:
"data_path/compressed_data/[YYYY]/[MM]/*.bz2"
"data_path/sub_domain_data/[YYYY]/[MM]/*.nc"
Usage examples: from ael_satellite_tools.preprocess import Himawari as Himawari from ael_satellite_tools.plotting import Himawari as Hima_plot
Current default behavior (daily folder structure)
himawari = Himawari(data_end_path='day') hima_plot = Hima_plot(data_end_path='day')
Previous behavior (monthly folder structure)
himawari = Himawari(data_end_path='month') hima_plot = Hima_plot(data_end_path='month')
Feature Added: himawari.move_data(current_folder='month', target_folder='day')
Introduced a helper function to move downloaded data from the month folder to the day folder.
To move data in the opposite direction (from day to month), simply reverse the keyword arguments.
Upcoming update 0.0.14 EarthCARE process module
Installation
pip install ael_satellite_tools
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 ael_satellite_tools-0.0.13.tar.gz.
File metadata
- Download URL: ael_satellite_tools-0.0.13.tar.gz
- Upload date:
- Size: 723.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
755e112c1eb444291783b1e45940535cf3b6cf8db3018ab2af50f7cb3eb0f795
|
|
| MD5 |
d71a84918acc585b4a2868f71e4edab3
|
|
| BLAKE2b-256 |
d1f15e535a6adeb48affac0d0f086f000d8f1117d2099c9b325963eb8a186b5d
|
File details
Details for the file ael_satellite_tools-0.0.13-py3-none-any.whl.
File metadata
- Download URL: ael_satellite_tools-0.0.13-py3-none-any.whl
- Upload date:
- Size: 711.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ac642eb299d8ff53686303eaa0e5d0fd74afdc4be0dd408bdc1a35fcd784159
|
|
| MD5 |
1fb54a2882d096d59b6af44887d07bc6
|
|
| BLAKE2b-256 |
5cf0fb3fed84fe31775b4ae00ea22f026b8d81c82f729632ba60b33e4387691a
|