Skip to content

Commit

Permalink
release 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Sep 8, 2023
1 parent e8c59e1 commit f951625
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyscancf.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Creates Py-ART compatible cf-radial data from individual sweeps of Indian Meteor

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
====================

https://syedha.com/PyScanCf/

Installing from source
======================

Expand Down
9 changes: 9 additions & 0 deletions pyscancf.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
.gitignore
.nojekyll
.pre-commit-config.yaml
API.html
CITATION.cff
License
README.md
Untitled.ipynb
genindex.html
index.html
objects.inv
Expand All @@ -17,8 +19,13 @@ setup.py
test_pyscancf.py
.github/workflows/pylint.yml
Examples/examples.md
_images/a48a340702cb8e8d6ac9e3f971f452a8d6a81f68cdc5fef9e335b9a3f010853e.png
_images/cappi.png
_images/de6e48ee97d13447ab6739f9d926a95b20e4aab72098168e6bc3eae57a94db31.png
_modules/index.html
_modules/maxcappi.html
_modules/pyscancf.html
_sources/API.md.txt
_sources/index.md.txt
_sources/notebooks/tutorial.ipynb.txt
_static/_sphinx_javascript_frameworks_compat.js
Expand Down Expand Up @@ -137,7 +144,9 @@ doc/_build/jupyter_execute/de6e48ee97d13447ab6739f9d926a95b20e4aab72098168e6bc3e
doc/_build/jupyter_execute/notebooks/tutorial.ipynb
doc/_static/cappi.png
doc/notebooks/tutorial.ipynb
notebooks/tutorial.html
pyscancf/.DS_Store
pyscancf/SyedSpectral_RGB.txt
pyscancf/__init__.py
pyscancf/_version_.py
pyscancf/cmapmaker.py
Expand Down
Binary file modified pyscancf/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified pyscancf/__pycache__/pyscancf.cpython-39.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
],
keywords="IMD Radar cf-radial single sweeps radar weather meteorology", # Optional
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
package_data={'pyscancf': ['SyedSpectral_RGB.txt']},
install_requires=["numpy", "arm_pyart", "netCDF4", "cartopy", "pandas"], # Required
project_urls={ # Optional
"Bug Reports": "https://github.com/syedhamidali/PyScanCf/issues",
Expand Down

0 comments on commit f951625

Please sign in to comment.