This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a change to branch rs-set-crs-2674
in repository https://gitbox.apache.org/repos/asf/sedona.git
from e5c8a528e2 feat: update proj4sedona to 0.0.7, remove workarounds for
fixed bugs
add d048e47f44 refactor: extract CrsNormalization utility class
No new revisions were added by this update.
Summary of changes:
.../sedona/common/raster/CrsNormalization.java | 256 +++++++++++++++++++++
.../sedona/common/raster/RasterAccessors.java | 35 +--
.../apache/sedona/common/raster/RasterEditors.java | 176 +-------------
3 files changed, 259 insertions(+), 208 deletions(-)
create mode 100644
common/src/main/java/org/apache/sedona/common/raster/CrsNormalization.java