satpy icon indicating copy to clipboard operation
satpy copied to clipboard

Add AMSR2 L1R (amsr2_l1r) reader

Open twak opened this issue 5 months ago • 5 comments

https://eolp.jaxa.jp/GCOM-W_AMSR2_L1R_TB.html

Adds a missing downstream layer from Jaxa's AMSR2 satellite

  • [x] Closes
  • [ ] Tests added - no really new code
  • [ ] Fully documented - none of the existing amsr stuff is documented...?
  • [x] Add your name to AUTHORS.md if not there already

twak avatar Sep 25 '25 10:09 twak

The referenced URL mentions this data is a resampled version of the L1B data. It sounds like it is resampled to the 89GHz A channel, not a uniform grid. Does that sound right? So you still have a "swath" of pixels, right?

djhoese avatar Sep 25 '25 10:09 djhoese

Yes, it is a swath, very similar to l1b, but with some brightness and alignment corrections.

twak avatar Sep 25 '25 10:09 twak

Sorry for closing, accidentally touched the wrong part of the screen..

strandgren avatar Sep 25 '25 11:09 strandgren

I also have code for another modis l2 product - mod29 - let me know if you want a pr!

twak avatar Dec 01 '25 18:12 twak

Looks like you'll also need to fix the issues that pre-commit is talking about. You could also have it do that locally when you make a commit:

pip install pre-commit
pre-commit install

then every commit after that will run our pre-commit checks before letting you successfully making a commit.

For the MODIS changes, feel free to make a PR to update the modis_l2 reader with the new file type.

djhoese avatar Dec 01 '25 19:12 djhoese