Dan Allan
Dan Allan
https://harmony.earthdata.nasa.gov/
https://esip.figshare.com/articles/presentation/Apache_Science_Data_Analytics_Platform/5786421
Thanks for the clear report, @jilavsky, and for your patience with my delayed reply. I can reproduce this on `tiled-demo.blueskyproject.io` (running `v0.1.0a80`). This request, based on yours but using our...
Note: In my post of I accidentally pasted in the broken screenshot again. I edited it to fix. Outside the view of the screenshot, note that I set the `path`...
I don't recall intentionally removing the UTC default. That was probably an accidental change. I would be happy to reinstate the UTC default in a future release. Yes, I definitely...
Issue for improving query docs: https://github.com/bluesky/tiled/issues/373 I'm second-guessing that statement about timezones though. I could see users coming in with different expectations: * UTC default * Server (i.e. facility) timezone...
That makes sense. I think we can straightforwardly make that into a select box, to start, and improve further from there.
Those internal methods (`_resources`, `_get_datum_pages`) were not propagated into the new API because there is no _efficient_ way to get them. For older BlueskyRuns, you have to go RunStart ->...
The `documents()` method is a method on `BlueskyRun` not `BlueskyEventStream`. Above you accessed a `BlueskyRun` by its uid ```py c["bdp2022"]["43044b6e-f6ba-48cb-a975-90d236dcbaaa"] ``` and then dug inside it to access the first...
The format of the response in [newline-delimited json, a.k.a. "ndjson"](http://ndjson.org/). This format is not itself valid JSON. Rather, it is lines of text where each individual line is valid JSON....