-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SEDONA-193] Add Sedona NetCDF reader suite #1134
Conversation
# Conflicts: # common/src/main/java/org/apache/sedona/common/raster/MapAlgebra.java # common/src/main/java/org/apache/sedona/common/raster/RasterConstructors.java # common/src/main/java/org/apache/sedona/common/utils/RasterUtils.java # common/src/test/java/org/apache/sedona/common/raster/RasterTestBase.java
@@ -31,6 +31,8 @@ | |||
*/ | |||
package org.apache.sedona.core.formatMapper.netcdfParser; | |||
|
|||
import org.geotools.coverage.grid.GridCoverage2D; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add these imports since they are not used anyway?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this, this was part of my original work push to netcdf branch
spark/common/src/test/scala/org/apache/sedona/sql/rasteralgebraTest.scala
Outdated
Show resolved
Hide resolved
common/src/test/java/org/apache/sedona/common/raster/RasterTestBase.java
Outdated
Show resolved
Hide resolved
common/src/test/java/org/apache/sedona/common/raster/RasterTestBase.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not add Sedona
in the file name / class name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
common/src/main/java/org/apache/sedona/common/raster/netcdf/SedonaNetCdfReader.java
Outdated
Show resolved
Hide resolved
…dona into develop_Nilesh_NetCDF
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
[SEDONA-XXX] my subject
.What changes were proposed in this PR?
How was this patch tested?
Did this PR include necessary documentation updates?
vX.Y.Z
format.