Skip to content
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

Merged
merged 35 commits into from
Dec 8, 2023

Conversation

iGN5117
Copy link
Contributor

@iGN5117 iGN5117 commented Nov 30, 2023

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

  • Add Sedona NetCDF reader
  • Add helper API to get record variable info from a netcdf file

How was this patch tested?

  • Added new tests

Did this PR include necessary documentation updates?

@iGN5117 iGN5117 changed the title Develop nilesh net cdf [SEDONA-193] Add Sedona NetCDF reader suite Dec 5, 2023
@@ -31,6 +31,8 @@
*/
package org.apache.sedona.core.formatMapper.netcdfParser;

import org.geotools.coverage.grid.GridCoverage2D;
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

pom.xml Outdated Show resolved Hide resolved
docs/api/sql/Raster-loader.md Outdated Show resolved Hide resolved
docs/api/sql/Raster-loader.md Outdated Show resolved Hide resolved
@iGN5117 iGN5117 marked this pull request as ready for review December 7, 2023 16:35
@jiayuasu jiayuasu merged commit fa76ed5 into apache:master Dec 8, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants