You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/05/14 07:45:28 UTC

[sedona] branch geotiff-enhance updated (cdb43a56 -> 9e17e63d)

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a change to branch geotiff-enhance
in repository https://gitbox.apache.org/repos/asf/sedona.git


    from cdb43a56 Refactor the raster data source
     add 9e17e63d Finalize the changes

No new revisions were added by this update.

Summary of changes:
 .../org/apache/sedona/common/raster/Outputs.java   |  96 +++++++++++++++++++++
 .../src/test/resources/raster/FAA_UTM18N_NAD83.tif | Bin 0 -> 2785537 bytes
 docs/api/sql/Raster-writer.md                      |  49 ++++++++++-
 .../scala/org/apache/sedona/sql/UDF/Catalog.scala  |   3 +-
 .../sedona_sql/expressions/raster/Outputs.scala    |  58 ++++++-------
 .../org/apache/sedona/sql/rasteralgebraTest.scala  |  26 +++++-
 .../scala/org/apache/sedona/sql/rasterIOTest.scala |  16 +++-
 7 files changed, 213 insertions(+), 35 deletions(-)
 create mode 100644 common/src/main/java/org/apache/sedona/common/raster/Outputs.java
 create mode 100644 core/src/test/resources/raster/FAA_UTM18N_NAD83.tif