v0.1.7
This releases improves significantly the documentation by re-organizing the structure into "Features" pages, with the data objects all into the same "Geospatial data objects" section. It also contains some small fixes and refactoring for consistency.
Several features that were actively developed since before the 0.1.0
are introduced, including point-raster interfacing, pixel interpretation support and global configuration parameters. A couple functionalities are missing and will be finalized in a soon-to-be-released 0.2
which will introduce a new PointCloud
class.
What's Changed
- Show full traceback on notebook execution error by @rhugonnet in #557
- Refine new point cloud gridding function with comments by @rhugonnet in #558
- Run Dask-delayed tests last to avoid asynchronous teardown errors by @rhugonnet in #561
- Print
Vector.info()
by default by @rhugonnet in #577 - Add
.footprint
attribute toRaster
andVector
by @rhugonnet in #578 - Rename
Raster.shift()
intoRaster.translate
and addinplace
argument toVector.translate
by @rhugonnet in #579 - Add
data_column_name
argument toRaster.polygonize
by @rhugonnet in #580 - Fix padding issue in
Raster.info()
by @rhugonnet in #582 - Refactor
value_at_coords
intoreduce_points
and fix NaN behaviour by @rhugonnet in #581 - Re-organize documentation to list features independently of data objects by @rhugonnet in #565
- Update release number of
0.1.7
by @rhugonnet in #587
Full Changelog: v0.1.6...v0.1.7