- Add support for multipolygon.
- Remove the
fill_hole
argument. - Add a new function to get elevations for a list of coordinates called
elevation_bycoords
. - Refactor
elevation_bygrid
function for increasing readability and performance.
- Added a rename operation to
get_map
to automatically rename the variables to a more sensible one. - Replaced
simplejson
withorjson
to speed-up JSON operations.
- Add a new function,
show_versions
, for getting versions of the installed dependecies which is useful for debugging and reporting. - Fix typos in the docs and improved the README.
- Improve testing and coverage.
- Fixed the geometry CRS issue
- Improved the documentation
- Refactor
get_map
to usepygeoutils
package. - Change the versioning method to
setuptools_scm
. - Polish README and add installation from
conda-forge
.
- First release on PyPI.