0.10.0
Major Updates
- Upgraded to Scala 2.12 , Spark 3.1.2, and GeoTrellis 3.6.0 (a subtantial accomplishment!)
- Added buffered tile support
- Added focal operations:
rf_focal_mean
,rf_focal_median
,rf_focal_mode
,rf_focal_max
,rf_focal_min
,rf_focal_stddev
,rf_focal_moransi
,rf_convolve
,rf_slope
,rf_aspect
,rf_hillshade
- Added STAC API DataFrames implementation
Please consider this a release candidate.
What's Changed
- Fix st_reproject throws on encountering null value in column by @netanel246 in #548
- Scala 2.12 and Spark 3 support by @echeipesh in #554
- Cleanup Manual TypedEncoders by @pomadchin in #559
- Python binding updates for PySpark 3.1 by @metasim in #562
- Focal Operations and Buffer Tile support by @pomadchin in #563
- Add Focal Operations TargetCell support by @pomadchin in #567
- Bump STAC4S Version up by @pomadchin in #570
New Contributors
- @netanel246 made their first contribution in #548
- @echeipesh made their first contribution in #554
- @pomadchin made their first contribution in #559
Full Changelog: 0.9.1...0.10.0-RC1