Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Mar 18, 2024
1 parent 4acafe4 commit f9eca48
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/population.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,25 @@ config:
# [...]
projection_scenario: 00_central
```

### Urban type

The pipeline allows to work with INSEE's urban type classification (unité urbaine) that distinguishes municipalities in *center cities*, *suburbs*, *isolated cities*, and unclassified ones. To impute the data (currently only for some HTS), activate it via the configuration:

```yaml
config:
# [...]
use_urban_type: true
```

In order to make use of it for activity chain matching, you can set a custom list of matching attributes like so:

```yaml
config:
# [...]
matching_attributes: ["urban_type", "*default*"]
```

The `*default*` trigger will be replaced by the default list of matching attributes.

Note that not all HTS implement the urban type, so matching may not work with some implementations. Most of them, however, contain the data, we just need to update the code to read them in.

0 comments on commit f9eca48

Please sign in to comment.