-
Notifications
You must be signed in to change notification settings - Fork 9
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
MODIS Fire products don't have platform label since day 2024065 #380
Comments
Looks like the XML from NASA stopped containing the Platform field, as of March 13 2024. Their XML used to contain:
but for some reason they took it out. They also seemed to have removed TileID and they didn't add anything... |
@purkristin if this is a serious problem for you then go ahead and open the issue in https://github.com/stactools-packages/modis so multiple groups can track it together. Thanks! |
Sure. But even without the metadata it is easy to tell if it's a terra or aqua product on the Modis side because terra is distributed as MOD and aqua as MYD. |
Ah, very good point, I'll get it added to our ingestion pipeline, TBD on when we'll be able to do the backfill |
microsoft/planetary-computer-tasks#315 (merge is waiting on a CICD fix) |
I'm querying products of MOD14A2 using platform in the query arguments.
If I am filtering for "platform" = "terra" or "aqua" the latest item in 2024 is from day 065.
However if I don't filter for platform I do get the REAL latest item from the MODIS catalog.
/ at the time of writing this day 273
Example:
will produce 20 results
while the same search without the platform filter
will produce 106 results (obviously also including terra at this point).
with the platform argument of the newer items being labeled as empty string.
The text was updated successfully, but these errors were encountered: