-
Notifications
You must be signed in to change notification settings - Fork 298
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
Add reader for IASI EPS L2 native format #2457
base: main
Are you sure you want to change the base?
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e904fb - Browse repository at this point
Copy the full SHA 8e904fbView commit details -
Refactor EPS reader, fix IASI EPS definition file
Started refactoring the AVHRR L1b EPS reader in preparation for the IASI L2 EPS reader. Replaced the wrong XML format definition by the correct one. Source for the EPS IASI L2 format definition is eugene. After installing eugene with ``mamba install -c eumetsat eugene``, I found the definition file at ``envs/py311/share/eugene/formats/eps_iasil2_9.0.xml``.
Configuration menu - View commit details
-
Copy full SHA for cc5e746 - Browse repository at this point
Copy the full SHA cc5e746View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffc5f50 - Browse repository at this point
Copy the full SHA ffc5f50View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0183415 - Browse repository at this point
Copy the full SHA 0183415View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fec4b60 - Browse repository at this point
Copy the full SHA fec4b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7261b8a - Browse repository at this point
Copy the full SHA 7261b8aView commit details -
Add missing definitions for reading IASI L2
For the XML format specification, add missing type configurations to xmlformat.py. Also uncomment parameter definitions from the XML definition, which are needed to interpret the rest of the file. I don't know why those were commented out.
Configuration menu - View commit details
-
Copy full SHA for 2ab420d - Browse repository at this point
Copy the full SHA 2ab420dView commit details
Commits on Jul 5, 2023
-
Mroe refactoring and improve tests
Change the distribution of responsibility between EPSBaseFileHandler and EPSAVHRRFile. Added a tests for xmlformat.process_array.
Configuration menu - View commit details
-
Copy full SHA for 741b31d - Browse repository at this point
Copy the full SHA 741b31dView commit details -
Collect dimensions in xmlformat
In xmlformat, collect a mapping of variable names against dimension names.
Configuration menu - View commit details
-
Copy full SHA for 5e7f32c - Browse repository at this point
Copy the full SHA 5e7f32cView commit details -
Make xmlformat.parse_format a method
Turn xmlformat.parse_format from a module level function to a method on XMLFormat. Remove the module level dictionary VARIABLES and make this an instance attribute on the XMLFormat class.
Configuration menu - View commit details
-
Copy full SHA for 7cf3c3d - Browse repository at this point
Copy the full SHA 7cf3c3dView commit details
Commits on Jul 6, 2023
-
IASI L2 EPS reader from EUMETSAT
Take the IASI L2 EPS reader from EUMETSAT and integrate into Satpy. The code was obtained from https://gitlab.eumetsat.int/open-source/data-tailor-plugins/epct_plugin_gis where it is licensed under the Apache License Version 2.0, January 2004. It was developed by B-Open Solutions srl for EUMETSAT under contract EUM/C0/17/4600001943/0PN and is Copyright (c) 2017-2022 EUMETSAT. To the best of my knowledge, the Apache License allows for its integration into GPL code.
Configuration menu - View commit details
-
Copy full SHA for 540fdce - Browse repository at this point
Copy the full SHA 540fdceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c2bb5 - Browse repository at this point
Copy the full SHA 78c2bb5View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15d5fdd - Browse repository at this point
Copy the full SHA 15d5fddView commit details
Commits on Jul 11, 2023
-
Improved tests for IASI reading
Prior to speeding up the reading, improve tests to test actual values to be read.
Configuration menu - View commit details
-
Copy full SHA for f902144 - Browse repository at this point
Copy the full SHA f902144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb657c - Browse repository at this point
Copy the full SHA 8eb657cView commit details -
When reading grh, support interpreting a memmap.
Configuration menu - View commit details
-
Copy full SHA for 74d0081 - Browse repository at this point
Copy the full SHA 74d0081View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f557c4 - Browse repository at this point
Copy the full SHA 7f557c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 345b6cc - Browse repository at this point
Copy the full SHA 345b6ccView commit details -
Change sample data for test_eps_native_reader
Remove more dead code and change the sample data used for test_eps_native_reader. Change the expected results accordilgny.
Configuration menu - View commit details
-
Copy full SHA for e0a53ea - Browse repository at this point
Copy the full SHA e0a53eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdb524 - Browse repository at this point
Copy the full SHA 3bdb524View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 369ea33 - Browse repository at this point
Copy the full SHA 369ea33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b400a - Browse repository at this point
Copy the full SHA f9b400aView commit details
Commits on Jul 26, 2023
-
Don't add coordinates where we shouldn't
In the dynamic available datasets for the iasil2snd reader, don't add coordinates to variables that don't have corresponding dimensions.
Configuration menu - View commit details
-
Copy full SHA for 7fce13a - Browse repository at this point
Copy the full SHA 7fce13aView commit details
Commits on Aug 23, 2023
-
Add safeguards to prevent infinite loops
Add safeguards in the IASI native reader to avoid going into infinite loops
Configuration menu - View commit details
-
Copy full SHA for 802ceee - Browse repository at this point
Copy the full SHA 802ceeeView commit details -
Remove/restore unworking implementation attempts
Remove implementation attempts that didn't work, restoring those files.
Configuration menu - View commit details
-
Copy full SHA for 54c6826 - Browse repository at this point
Copy the full SHA 54c6826View commit details