-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add non-filtering endpoints #10
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
"label_fr": "Résidents", | ||
"description_fr": "Estime le nombre de personnes résidant dans une zone pendant le mois sélectionné par l'utilisateur.", | ||
"method_fr": "L'indicateur des résidents estime le nombre de personnes résidant dans chaque zone pendant le mois sélectionné par l'utilisateur.\n\nL'indicateur est calculé à partir de l'indicateur d'afflux net et du nombre de base de résidents dans la zone pendant une période de référence.\n\nL'emplacement du domicile d'un abonné est déterminé par la zone dans laquelle se trouve la tour de téléphonie cellulaire qui a acheminé le plus fréquemment le dernier événement réseau de l'abonné (par exemple, un appel, un message SMS, ou des données mobiles) de la journée au cours des quatre semaines précédentes, avec une mise à jour mensuelle.", | ||
"description_fr": "The estimated number of residents per communal section for the current month.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need translating?
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
### Added | |||
- Added new endpoint 'csv' to return a query as a CSV text object. | |||
- Added new `all_X` endpoints for indicators, categories, spatial, and temporal resolutions which return all of them even if no datasets exist that are accessible only with `admin` scope. | |||
|
|||
|
|||
### Changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a changelog entry for the upload nb changes?
Makes correctly identifying ids for categories etc. much easier.