You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/tut/release-notes.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@
8
8
* Added for for writing GeoTIFFs from RasterFrames via with DataFrameWriter.
9
9
* Added `spark.read.geotrellis.withNumPartitions(Int)` for setting the initial number of partitions to use when reading a layer.
10
10
* Added `spark.read.geotrellis.withTileSubdivisions(Int)` for evenly subdividing tiles before they become rows in a RasterFrame.
11
-
* Added `astraea.spark.rasterframes.util.debug` hosting debug feature to export RasterFrame as a slippy-tile directory structure.
12
-
_Experimental and not for long-term use_.
11
+
* Added `experimental` package for sandboxing new feature ideas.
12
+
* Added `SlippyExport` experimental feature for exporting the contents of a RasterFrame as a [SlippyMap](https://wiki.openstreetmap.org/wiki/Slippy_Map)
13
+
tile image directory structure and Leaflet-enabled HTML file.
13
14
*_Change_: Default interpoation for `toRaster` and `toMultibandRaster` has been changed from `Bilinear` to `NearestNeighbor`.
14
15
*_Breaking_: Renamed/moved `astraea.spark.rasterframes.functions.CellStatsAggregateFunction.Statistics` to
0 commit comments