sedona

A cluster computing framework for processing large-scale geospatial data

APACHE-2.0 License

Downloads
1.7M
Stars
1.9K
Committers
116

Bot releases are hidden (Show)

sedona - GeoSpark v0.8.2

Published by jiayuasu about 7 years ago

GeoSpark 0.8.2 is a maintenance release on GeoSpark 0.8.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - Babylon v0.2.2

Published by jiayuasu about 7 years ago

Babylon 0.2.2 is a maintenance release on Babylon 0.2.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - GeoSpark v0.8.1

Published by jiayuasu about 7 years ago

GeoSpark 0.8.1 is a maintenance release on GeoSpark 0.8.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - Babylon v0.2.1-Spark1.x

Published by jiayuasu over 7 years ago

Babylon 0.2.1 is a maintenance release on Babylon 0.2.X line. This release is compatible with Apache Spark 1.X line.

Detailed release notes are available here

sedona - GeoSpark v0.8.0-Spark 1.x

Published by jiayuasu over 7 years ago

GeoSpark 0.8.0 is the eighth release on GeoSpark 0.X line. This release is compatible with Apache Spark 1.X line.

Detailed release notes are available here

sedona - Babylon v0.2.1

Published by jiayuasu over 7 years ago

Babylon 0.2.1 is a maintenance release on Babylon 0.2.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - GeoSpark v0.8.0

Published by jiayuasu over 7 years ago

GeoSpark 0.8.0 is the eighth release on GeoSpark 0.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - GeoSpark v0.7.0-Spark 1.x

Published by jiayuasu over 7 years ago

GeoSpark 0.7.0 is the seventh release on GeoSpark 0.X line. This release is compatible with Apache Spark 1.X line.

Detailed release notes are available here

sedona - GeoSpark v0.7.0

Published by jiayuasu over 7 years ago

GeoSpark 0.7.0 is the seventh release on GeoSpark 0.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - Babylon v0.2.0-Spark1.x

Published by jiayuasu over 7 years ago

Babylon 0.2.0 is the second main release on Babylon 0.X line. This release is compatible with Apache Spark 1.X line.

Detailed release notes are available here

sedona - GeoSpark v0.6.2-Spark 1.x

Published by jiayuasu over 7 years ago

GeoSpark 0.6.2 is a maintenance release on GeoSpark 0.6.X. This release is compatible with Apache Spark 1.X line.

Detailed release notes are available here

sedona - Babylon v0.2.0

Published by jiayuasu over 7 years ago

Babylon 0.2.0 is the second main release on Babylon 0.X line. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - GeoSpark v0.6.2

Published by jiayuasu over 7 years ago

GeoSpark 0.6.2 is a maintenance release on GeoSpark 0.6.X. This release is compatible with Apache Spark 2.X line.

Detailed release notes are available here

sedona - Babylon v0.1.1-Spark 1.x

Published by jiayuasu over 7 years ago

Babylon 0.1.1 is the first standalone version of Babylon Visualization System (Babylon initial version was packaged into GeoSpark 0.5.0). This release is compatible with Apache Spark 1.X line.

Major updates: Babylon supports vector image and outputs SVG image format; API changes: Images in Babylon Viz operators are in two different categories: Raster image and vector image. The user needs to specify the desired image type he wants.

sedona - GeoSpark v0.6.1-Spark-1.x

Published by jiayuasu over 7 years ago

GeoSpark 0.6.1 is a maintenance release on GeoSpark 0.6.X. This release is compatible with Apache Spark 1.X line.

Bug fixes: Fix typos LineString DistanceJoin API

sedona - Babylon v0.1.1

Published by jiayuasu over 7 years ago

Babylon 0.1.1 is the first standalone version of Babylon Visualization System (Babylon initial version was packaged into GeoSpark 0.5.0). This release is compatible with Apache Spark 2.X line.

Major updates: Babylon supports vector image and outputs SVG image format; API changes: Images in Babylon Viz operators are in two different categories: Raster image and vector image. The user needs to specify the desired image type he wants.

sedona - GeoSpark v0.6.1

Published by jiayuasu over 7 years ago

GeoSpark 0.6.1 is a maintenance release on GeoSpark 0.6.X. This release is compatible with Apache Spark 2.X line.

Bug fixes: Fix typos LineString DistanceJoin API

sedona - GeoSpark v0.6.0-Spark-1.x

Published by jiayuasu over 7 years ago

GeoSpark 0.6.0 is the sixth release on GeoSpark 0.X line. This release is compatible with Apache Spark 1.X line.

Major updates: (1) DistanceJoin is merged into JoinQuery. GeoSpark now supports complete DistanceJoin between Points, Polygons, and LineStrings. (2) Add Refine Phase to Spatial Range and Join Query. Use real polygon coordinates instead of its MBR to filter the final results. API changes: All spatial range and join queries now take a parameter called ConsiderBoundaryIntersection. This will tell GeoSpark whether returns the objects intersect with windows.

sedona - GeoSpark v0.6.0

Published by jiayuasu over 7 years ago

GeoSpark 0.6.0 is the sixth release on GeoSpark 0.X line. This release is compatible with Apache Spark 2.X line.

Major updates: (1) DistanceJoin is merged into JoinQuery. GeoSpark now supports complete DistanceJoin between Points, Polygons, and LineStrings. (2) Add Refine Phase to Spatial Range and Join Query. Use real polygon coordinates instead of its MBR to filter the final results. API changes: All spatial range and join queries now take a parameter called ConsiderBoundaryIntersection. This will tell GeoSpark whether returns the objects intersect with windows.

sedona - GeoSpark v0.5.3-Spark-1.x

Published by jiayuasu over 7 years ago

GeoSpark 0.5.3 is a maintenance release on GeoSpark 0.5.X. This release is compatible with Apache Spark 1.X line.

Bug fix: Fix Issue #69: Now, if two objects have the same coordinates but different non-spatial attributes (UserData), GeoSpark treats them as different objects.