Skip to main content

Python library for my meteorological research

Project description

Open Source? Yes! license Maintenance Website shields.io stars forks

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.7
conda activate ${env_name}
conda install -c conda-forge cartopy arm_pyart gdal
  • 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

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

https://www.notion.so/Colormap-8acd230b8dcd42b9953d0bafb93e7e61

Changelog

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kkpy-0.3.2.tar.gz (27.1 MB view hashes)

Uploaded Source

Built Distribution

kkpy-0.3.2-py3-none-any.whl (3.5 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page