-
Notifications
You must be signed in to change notification settings - Fork 24
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
Response MediaType CSV failing #159
Comments
@jonaraphael thanks for the report, It's interesting because using other
|
Found the bug 🙏 Line 766 in 8483d54
|
Note: |
Thank you! |
@vincentsarago can you confirm this fix was backported into |
@aemonm 🤔 I think I did 0.5.7...0.5.8 I'm not remembering well what was the issue to be honest |
Sometimes the CSV format download seems to fail.
f=geojson
does NOT fail in these same circumstances.Here it works (4 rows of data):
https://api.cerulean.skytruth.org/collections/public.aoi_type/items
https://api.cerulean.skytruth.org/collections/public.aoi_type/items?f=csv
Here it fails (expect 141 rows of data, but returns 2 rows of garbled data):
https://api.cerulean.skytruth.org/collections/public.slick_plus/items?sortby=slick_timestamp&datetime=2023-12-01T00:00:00Z/2023-12-08T00:00:00Z&filter=machine_confidence%20GTE%200.6%20AND%20area%20GTE%2020000000
https://api.cerulean.skytruth.org/collections/public.slick_plus/items?sortby=slick_timestamp&datetime=2023-12-01T00:00:00Z/2023-12-08T00:00:00Z&filter=machine_confidence%20GTE%200.6%20AND%20area%20GTE%2020000000&f=csv
The text was updated successfully, but these errors were encountered: