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

SEADAS: seadas reader fixes (master) #119

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

knowles
Copy link
Contributor

@knowles knowles commented Jan 13, 2023

  1. Fixed product naming in L1AHawkeyeFileReader.
  2. Recognizes level3 mapped files output by l3mapgen and adds band autogrouping.
  3. L1CPACEFileReader can now read SPEXOne and HARP2 files.
  4. Added support for PACE L1C.
  5. Added support for PACE L1B version 8.

@knowles knowles changed the title Seadas reader fixes Seadas reader fixes (master) Jan 13, 2023
Copy link
Member

@marpet marpet left a comment

Choose a reason for hiding this comment

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

Thanks again, Danny.

There is only a minor comment. Maybe you want to do the change regarding the GeoCoding.
If not, the PR is okay for now. Let me know what you would like to do.
But in general, some unit level tests would be great.

@@ -108,7 +101,7 @@ public void addGeocoding(final Product product) throws ProductIOException {
lats = geoNcFile.findVariable("geolocation_data/latitude");
lons = geoNcFile.findVariable("geolocation_data/longitude");

//Use lat/lon with PixelGeoCoding
//Use lat/lon with TiePointGeoCoding
Copy link
Member

Choose a reason for hiding this comment

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

I think this change in the comment is not correct. In the end still a PixelGeoCoding is created.

By the way, the GeoCodingFactory should not be used anymore. It is better to use the ComponentGeoCoding. Probably we will soon change the implementation of GeoCodingFactory or maybe remove it at all. The new one is faster and more accurate.

@knowles knowles changed the title Seadas reader fixes (master) SEADAS: seadas reader fixes (master) Jan 25, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants