Jonathan Gray
Jonathan Gray
Closes #4053 ### I have: - [ ] Formatted any Python files with [black](https://github.com/ambv/black) - [ ] Brought the branch up to date with master - [ ] Added any...
I've been thinking that it would be nice to be able to have a 'magic' setup function for the flowapi-flowauth link. I imagine this working by providing a url to...
Geoboundaries.org is a relatively new source of global admin boundaries, which looks to be preferable to gadm and should be available as a boundary source for Flowdb synth data (potentially...
Worth looking into migrating FlowAuth from flask, and flowapi from quart to the same framework (eg FastAPI).
It would be very useful to be able clear parts of what's stored in Redis, rather than flush the whole thing.
Pipenv continues to do my head in, by virtue of not having had a release in getting on for a year despite being bogged down with bugs. I think it...
Unique subscribers is very useful for creating subsets of subscribers who are active, but would be much _more_ useful if those subscribers were all locatable.
So, ipython and jupyter now include a magic event loop and you can do- ```python async def foo(): return 'Hi' await foo() ``` And it'll just work. This raises the...
Similar to #1007, this should be a modifier on other queries from the API's perspective. Should: - Wrap numeric and non-numeric subsetting - Allow multiple subsets to be applied?
If you create a query subclass which holds a dict of query objects as an attribute, then calling `query_id` will cause the id to be generated by iterating through the...