Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 04:52
· 567 commits to main since this release

Release Notes

New Features

  • Add support for all the GeoConnex web service endpoints. There are two ways to use it. For a single query, you can use the geoconnex function and for multiple queries, it's more efficient to use the GeoConnex class.
  • Add support for passing any of the supported NLDI feature sources to the get_basins method of the NLDI class. The default is nwissite to retain backward compatibility.

Bug Fixes

  • Set the type of "ReachCode" column to str instead of int in pygeoapi and nhdplus_vaa functions.