Skip to content

Commit

Permalink
improve and updated the facility models
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Sep 4, 2024
1 parent c6d216b commit 0f10ab6
Show file tree
Hide file tree
Showing 6 changed files with 3,565 additions and 3,388 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

### 6.4 (WIP)
- Improved facility locations
- OSM tags and filtering has been improved to reduce number of wrongly assigned facility types
- OSM tag filtering has been improved to reduce number of wrongly assigned facility types

### 6.3 (2024-07)
- Include additional trip analysis and updated dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ private void writeMapping(String path, Iterable<Feature>... features) {
try (CSVPrinter csv = new CSVPrinter(IOUtils.getBufferedWriter(path), CSVFormat.DEFAULT)) {

// osm ids are only unique within their type
csv.printRecord("osm_id", "type", "parent_id", "parent_type");
csv.printRecord("osm_id", "type", "member_id", "member_type");
for (Feature feature : Iterables.concat(features)) {

if (!feature.hasTypes())
Expand Down
Loading

0 comments on commit 0f10ab6

Please sign in to comment.