Skip to content

Releases: barronh/pycno

v0.3.0

Choose a tag to compare

@barronh barronh released this 21 Sep 18:15

Added support for all draw commands for multiple axes.

v0.2.1

Choose a tag to compare

@barronh barronh released this 05 Dec 21:50

Adding testing utilities like tox and flake. Also added convenience functions (drawcoastlines, drawcountries, drawstates) for common plots. Very similar to basemap functionality.

Better testing and CNO

Pre-release

Choose a tag to compare

@barronh barronh released this 19 Jan 21:35

Compared to 0.1.0

  • Added CHANGELOG.md.
  • Added cno text file capabilities.
  • Added show_version function comparable to pyproj
  • Fixed distribution of default cno and cnob files
  • Added tests with known simple data, which allows for better checking.
    • testing for unprojected compares to known raw data values
    • testing for projected data uses a known good run
  • Improved documentation within distributed package.
  • Fixed caching features to prevent re-reading and reprojecting for each draw.

First release

First release Pre-release
Pre-release

Choose a tag to compare

@barronh barronh released this 19 Jan 21:33

Initial version for use by the public. Includes support for:

  • reading CNOB files
  • projecting lon/lat to pyproj-based projection
  • capability to read from a CNOB store location, which can be set
    by environmental variable PYCNO_DATA.
  • caching features to prevent re-reading and reprojecting for each draw.
  • includes basic documentation