[!WARNING]
New Xarray-based Package for IMD Radar Data "Radarx"
- Looking for a more modern, flexible, and efficient way to work with IMD radar data?
- Check out our new package: Radarx at https://radarx.readthedocs.io
It’s an xarray-based toolkit built on top of xradar that supports reading, visualizing, and analyzing IMD radar files with ease.
💬 Join the discussion and stay connected with the radar community at openradar.discourse.group
PyScanCf
Creates Py-ART compatible cf-radial data from individual sweeps of Indian Meteorological Department (IMD) Radar data
Description
PyScanCf is a library for creating cfradial (polar) data from IMD radars that contain all 10 sweeps from single scans which are named as (Polar_ABC.nc) as well as gridded radar data from which are named as (grid_ABC.nc). Both formats are compatible for PyART. It uses Pyart to create grid data, so please remember to cite Py-ART as well.
Latest Documentation
Latest Examples
https://github.com/syedhamidali/pyscancf_examples
Installing from source
Installing PyScanCf from source is the only way to get the latest updates and enhancement to the software that have not yet made it into a release. The latest source code for PyScanCf can be obtained from the GitHub repository, https://github.com/syedhamidali/PyScanCf.git.
How to install::
conda create -n pcf arm_pyart nbclassic git -c conda-forge
conda activate pcf
pip install git+https://github.com/syedhamidali/PyScanCf.git
Or, to install in your home directory, use::
git clone https://github.com/syedhamidali/PyScanCf.git
python setup.py install --user
Or, Install via pip::
pip install pyscancf
Citation
Syed, H. A., Sayyed, I., Kalapureddy, M. C. R., & Grandhi, K. K. (2021). PyScanCf – The library for single sweep datasets of IMD weather radars. Zenodo. doi:10.5281/zenodo.5574160.
PyScanCf Tutorial on Youtube
Documentation
Import Library::
import pyscancf as pcf
Mention the data path::
inp = '/Users/rizvi/Downloads/goa16'
Convert data to cfradial format::
pcf.cfrad(inp,inp,True,'REF')
And you'll see the beautiful gridded data plot in your notebook, the figures will be saved in the directory from where you launched the notebook
Detailed and efficient way to use this toolkit
Release files for pyscancf 2.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyscancf-2.0.4.tar.gz | 3.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyscancf-2.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.4 MB
Release files / pyscancf-2.0.4.tar.gz
| Download URL | pyscancf-2.0.4.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
232f7a5ea62e1eb376f4ae89bd0f7bbc716af76548e05d5efa0fdc802739a743
|
|
BLAKE2b-256 checksum How to use checksums |
6e3f71d1ab34e7dea668d2b93f13d9c18698f4148245831ce0c3060459604725
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.10
|
Release files / pyscancf-2.0.4-py3-none-any.whl
| Download URL | pyscancf-2.0.4-py3-none-any.whl |
|---|---|
| Size | 18.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd98dd3da5a91b632ac6179ad4b820784d5b7c880c3a832e4229af24a7fe66fb
|
|
BLAKE2b-256 checksum How to use checksums |
94c0f086740fab43e8ec13c095a21ea86bb1f2f5fa28a9eedc4b801f750fe4c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.10
|