James Harrison

Results 92 issues of James Harrison

Closes #5360 ### I have: - [x] Formatted any Python files with [black](https://github.com/ambv/black) - [x] Brought the branch up to date with master - [x] Added any relevant Github labels...

FlowMachine

Over time, new cells will be added to a mobile network and old cells removed. This means that the content of the `infrastructure.cells` table needs to be periodically updated to...

enhancement
FlowDB
FlowETL

The worked examples docker image build is failing. Specifically, `fix-permissions /home/$NB_USER` (which is required to allow the user to run the example notebooks that we copy in) fails with `chgrp:...

bug
investigation needed
worked_examples

When attempting to `run` a `labelled_spatial_aggregate` query consisting of 5140 query specs (counting the overall query and all nested sub-query specs), flowclient waits indefinitely for a response from FlowAPI. A...

bug
FlowClient
FlowMachine
FlowAPI

`GeomSpatialUnit` uses a left join from the cells table to the mapping/geom table, so includes rows for all cells in the cells table regardless of whether they map to a...

bug
FlowMachine

FlowETL includes a QA check that counts cell IDs for each day of data ingested, and a check that counts _locatable_ cell IDs (i.e. those that are present in the...

FlowETL

Sometimes it is necessary to re-ingest data for a historic date (e.g. if backfill CDR data are received for a date for which data were previously incomplete). In this situation,...

enhancement
FlowMachine

We now have versioned docs, so there is a live version of the docs site for each release (as well as for the latest commit on `master`). However, links to...

bug
docs

The exposed form of `unique_visitor_counts` does not use `RedactedUniqueVisitorCounts`, because the two sub-queries it receives as parameters (`unique_subscriber_counts` and `active_at_reference_location_counts`) are already redacted. https://github.com/Flowminder/FlowKit/blob/a20a34c960cf36920da1f73a189d9a2e004056c3/flowmachine/flowmachine/core/server/query_schemas/unique_visitor_counts.py#L42 However, the difference between these counts...

bug
FlowMachine

The `unique_visitor_counts` query kind is exposed in FlowAPI, but we don't have a corresponding query spec function in flowclient.

FlowClient