Skip to content

Commit

Permalink
return osmid,x,y from uta-export when soc is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 12, 2023
1 parent ecc2ba1 commit 1fb5c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: utaengine
Title: Routing and aggregation engine for 'Urban Transport Analyst'
Version: 0.1.0.163
Version: 0.1.0.164
Authors@R:
person(given = "Mark",
family = "Padgham",
Expand Down
1 change: 1 addition & 0 deletions R/uta-batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ uta_export <- function (city, results_path, soc = NULL, dlim = 10) {

} else {
soc <- res
extra_vars <- c (extra_vars, c ("osm_id", "x", "y"))
}

vars2keep <- c (
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/uta-engine",
"issueTracker": "https://github.com/UrbanAnalyst/uta-engine/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0.163",
"version": "0.1.0.164",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 1fb5c9a

Please sign in to comment.