CMR returning duplicate results
See original GitHub issuereg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28'])
reg_a.avail_granules()
Now returns a list of 8 granules instead of 4. However, it’s just the same list twice. It’s evident if you go directly to the cmr url as well, which has led me to conclude there’s been a change in CMR metadata returned that the previous method of results parsing doesn’t account for.
This issue aims to:
- let folks know about the problem (@jpswinski @weiji14 @tsutterley), as it affects existing versions of icepyx that other tools use
- provide a public forum for learning more about what changed and discussing the best approach moving forward (@betolink @asteiker @andypbarrett)
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
SSRS REPORT RETURNING DUPLICATE VALUES
I am creating an SSRS report for Dynamics Field service, for the invoice with the Fetch XML query. The query has multiple linked...
Read more >SQVI always return duplicated results - SAP Community
Hi,. I am using SQVI to query KNVV, KNA1 and TVGRT. I use the table join(inner join) and expect to display customer number,...
Read more >Blackbaud CRM™ - Query Tips: Suppressing Duplicate Rows
To simplify your results, apply the SUM function to the Revenue\Application Details\Amount field. This will result in one row per board member, ...
Read more >One or more duplicate records were found error when saving ...
One or more duplicate records were found in Microsoft Dynamics 365 when saving item from Exchange to Microsoft Dynamics 365.
Read more >Zoho CRM Reports contain Duplicate Records
A number of the reports generated in our CRM now contain duplicate records. ... report has been built in a way that seems...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There might be a lag upon a data release getting the data to s3, but they should be parallel
Apparently VSCode can’t handle multiple debugging sessions at once. So even though (as you point out) the CMR looked fine in a browser, it was not fine programmatically in that debug session. 🙄 Thanks for quickly confirming it SHOULD work.