arctern-0.1.1
GuoRentong
released this
15 May 07:34
·
10 commits
to branch-0.1.x
since this release
Arctern 0.1.1 Release Notes
This release introduces a novel rendering function, the fishnet map (both CPU-based and GPU-based are supported). In addition, std::vector<ArrowArray>
is adopted as the input type of C++ rendering libraries and analytic libraries to support large input slicing.
New feature
Rendering functions
- finshnetmap: Draws a color-weighted fishnet map.
This function returns an image in PNG format. Currently only square fhishnet cell is supported.
Fixed issues
- #557: Fix the bug of ST_PolygonFromEnvelope. See arctern issue #554
- #575: Fix the bug of RESTful server installation. See arctern-docs issue #40