Skip to main content

Open Source? Yes! license Maintenance stars forks

Website shields.io Website shields.io

commits issues

made-with-python made-with-sphinx-doc

KKpy

Python library for my meteorological research

Documentation

https://kwonil-kim.github.io/kkpy/

Install

Preparation

  • Replace ${env_name} to the name of the conda environment you want
conda create -n ${env_name} python=3.8
conda activate ${env_name}
conda install -c conda-forge cartopy arm_pyart gdal numba
  • Or you can just install in the existing environment (make sure you have a proper version of python)
conda activate ${env_name}
conda install -c conda-forge cartopy arm_pyart gdal numba

Installation

  • Install released version (stable)
pip install kkpy
  • Or latest version (unstable)
pip install git+https://github.com/Kwonil-Kim/kkpy

Update

# released version
pip install --upgrade kkpy

# latest version
pip install --upgrade git+https://github.com/Kwonil-Kim/kkpy

List of colormap

list_cmaps

Changelog

0.7.2

Added

  • cm: load_rdr_colorbar

Fixed

  • io: Add **kwargs_read_csv option in read_aws
  • io: Fix to read dbz and vt when kind=debug in _read_wissdom_KMAbin

0.7.1

Fixed

  • util: Fix hard-coded format string in stats
  • util: Fix to support pandas series with different indices in stats

0.7.0

Added

  • io: read_r3d

0.6.2

Fixed

  • cm: Fix for matplotlib error concerning duplicated cmap registration

0.6.1

Fixed

  • io: Fix for zero-sized candidate in get_fname

0.6.0

Added

  • io: Add read_d3d
  • util: get_intersect

0.5.3

Fixed

  • io: Fix support for a new KMA sounding format
  • Update test for read_sounding

0.5.2

Fixed

  • io: Add support for a new KMA sounding format
  • io: Prevent print during get_fname and fix typo

0.5.1

Added

  • io: read_2dvd, read_wxt520

0.5.0

Added

  • io: read_vertix, read_vet, read_hsr, read_sounding, read_lidar_wind, read_wpr_kma, and read_pluvio_raw
  • Add tests for io functions

0.4.3

Added

  • plot: Add lognorm in density2d

0.4.2

Fixed

  • io: Fix missing import in read_wissdom
  • io: Fix when ndarray is given for read_wissdom
  • util: Fix if dbz=True in to_lower_resolution
  • plot: Fix transposed result for density2d

Added

  • plot: Add vmin, vmax in density2d

0.4.1

Fixed

  • io: Fix missing import in read_wissdom
  • util: Fix docstring typo for to_lower_resolution

0.4.0

Added

  • io: read_wissdom
  • cm: wind
  • util: to_lower_resolution

0.3.5

Fixed

  • util: Fix unit conversion bug in wind2uv
  • io: Fix wradlib warning in read_dem

Added

  • plot: density2d

0.3.4

Fixed

  • plot: Fix zunit and include/exclude sites in icepop_sites
  • plot: Add grid options in scatter

0.3.3

Fixed

  • util: Fix wrong MHS location in icepop_sites
  • util: Fix stats to address NaN for highest N values
  • util: Fix docstring typos in stats and derivative
  • io: Fix example of read_dem

0.3.2

Added

  • io: get_fname

0.3.1

Added

  • util: derivative
  • util: summary

Fixed

  • plot: Fix docstring of icepop_sites
  • Resolve deprecation warnings from np.int, np.float

0.3.0

Added

  • util: proj_icepop, icepop_extent
  • util: stats
  • plot: icepop_sites
  • plot: cartopy_grid and tickint
  • plot: scatter

0.2.5

Added

  • util: calc_dsdmoments
  • util: vel_atlas
  • util: icepop_sites and icepop_events

0.2.4

Fixed

  • cm: Fix precip and precip_kma to better represent 0.0 mm/hr

0.2.3

Fixed

  • cm: Fix precip_kma_aws to better represent 0.0 mm/hr

0.2.2

Fixed

  • Version 0.2.1 went wrong when uploading to PyPI. This is just the redistribution of the version 0.2.1.

0.2.1

Fixed

  • cm: Fix wrong KMA cmaps

0.2.0

Added

  • util: dbzmean
  • util: reduce_func in cross_section_2d
  • cm: KMA cmap

0.1

Added

  • Initial public release

Release files for kkpy 0.7.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for kkpy 0.7.2
File Size Uploaded
kkpy-0.7.2.tar.gz 3.5 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for kkpy 0.7.2
File Interpreter ABI Platform
kkpy-0.7.2-py3-none-any.whl Python 3 none any Details

Total release size: 7.0 MB

Release files / kkpy-0.7.2.tar.gz

Download URL kkpy-0.7.2.tar.gz
Size 3.5 MB
Tags Source
SHA-256 checksum
How to use checksums
e57bab7f549b2f0bea47f42a843b300912b66f2fc422a1235b77100a1171b4e9
BLAKE2b-256 checksum
How to use checksums
a218a95a3d3d498fe4cc32ddd70c55b16f3b86449832ddfe01eb114851d387e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.8.18

Release files / kkpy-0.7.2-py3-none-any.whl

Download URL kkpy-0.7.2-py3-none-any.whl
Size 3.5 MB
Tags Python 3
SHA-256 checksum
How to use checksums
944718ced43cd5e9cb93fb9f19642b5c1a0cd33bae5e9b12016905544ed1e0ba
BLAKE2b-256 checksum
How to use checksums
4714a8dbd9cc5c4999be7973fc1a489fc26ecffc07a64959f1ead93420c544ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.8.18

Release history Release notifications | RSS feed

This release

0.7.2 This release

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.3

2 release files

0.5.2

2 release files

0.5.1

2 release files

0.5.0

2 release files

0.4.3

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.5

2 release files

0.3.4

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.0

2 release files

0.1

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page