Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 a reader for MODIS Level 3 files in CMG format. #2631
Add a reader for MODIS Level 3 files in CMG format. #2631
Changes from 22 commits
9f9e34d
7c7d5fc
0de217a
b4cf2c4
1457ac6
1f50116
7afa577
35434d3
fb59a77
261fca6
bdcddab
9fd6394
d689a11
d8c594b
2a062c9
19d1b99
59e2240
876d683
60a4a29
01f09aa
ef16a1a
9794f3d
23f2e0f
a0e8386
b748479
3dab2c6
1b136b9
d077402
fe554dd
a211edd
328816e
0a18d2d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 82 in satpy/readers/modis_l3.py
Codecov / codecov/patch
satpy/readers/modis_l3.py#L82
Check warning on line 106 in satpy/readers/modis_l3.py
Codecov / codecov/patch
satpy/readers/modis_l3.py#L106
Check warning on line 112 in satpy/readers/modis_l3.py
Codecov / codecov/patch
satpy/readers/modis_l3.py#L111-L112
Check warning on line 118 in satpy/readers/modis_l3.py
Codecov / codecov/patch
satpy/readers/modis_l3.py#L116-L118
Check warning on line 121 in satpy/readers/modis_l3.py
Codecov / codecov/patch
satpy/readers/modis_l3.py#L120-L121
Check warning on line 131 in satpy/readers/modis_l3.py
Codecov / codecov/patch
satpy/readers/modis_l3.py#L131
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.
Ok so this is just assuming a generic lon/lat coordinate system?
https://gdal.org/user/coordinate_epoch.html
Looks like a related discussion:
opengeospatial/geoparquet#52
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.
I think your suggestion on slack to use
OGC:CRS84
is good as a minimum. I could have sworn there was a CRS that was at least rooted in an exact date/time, but otherwise was similar to EPSG 4326. At least CRS84 has the same axis order that we use/expect.Check notice on line 614 in satpy/tests/reader_tests/modis_tests/_modis_fixtures.py
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
ℹ New issue: Excess Number of Function Arguments