Skip to content

Commit

Permalink
manual updating from codebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kauevestena committed Oct 15, 2024
1 parent e142ceb commit 359aa8d
Show file tree
Hide file tree
Showing 63 changed files with 240 additions and 96 deletions.
2 changes: 1 addition & 1 deletion data/data_updating.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1><a href="https://kauevestena.github.io/opensidewalkmap_beta">OSWM</a> Updati

<tr><th><b>Webmap Generation</b></th><th>28/08/2024 07:33:01</th></tr>

<tr><th><b>Statistical Charts</b></th><th>15/10/2024 07:36:54</th></tr>
<tr><th><b>Statistical Charts</b></th><th>15/10/2024 18:20:44</th></tr>

<tr><th><b>Wiki check for keys</b></th><th>14/07/2022 15:14:22</th></tr>

Expand Down
2 changes: 1 addition & 1 deletion data/last_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Data Fetching": "15/10/2024 07:34:51",
"Data Pre-Processing": "11/01/2024 13:41:01",
"Webmap Generation": "28/08/2024 07:33:01",
"Statistical Charts": "15/10/2024 07:36:54",
"Statistical Charts": "15/10/2024 18:20:44",
"Wiki check for keys": "14/07/2022 15:14:22",
"Data Quality Tool": "15/10/2024 07:36:48",
"Versioning Data": "22/09/2024 09:46:15",
Expand Down
2 changes: 1 addition & 1 deletion data/versioning/crossings_versioning.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/versioning/kerbs_versioning.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/versioning/sidewalks_versioning.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion oswm_codebase
5 changes: 3 additions & 2 deletions statistics/crossings/crossing_surface.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossing_types.html">Crossing Type</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossing_surface.html">Surface Type</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_smoothness_x_surface.html">Surface x Smoothness</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_length.html">Length (km)</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_age.html">Update Age</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_n_revs.html">Number of Revisions</a>
</div>
Expand All @@ -37,14 +38,14 @@


<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.20.1"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.17.0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
</head>
<body>
<div id="vis"></div>
<script>
(function(vegaEmbed) {
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-f28e71a278829623535b67c4b9cc13f3"}, "mark": {"type": "bar"}, "encoding": {"color": {"field": "feature count", "type": "quantitative"}, "tooltip": [{"field": "surface type", "type": "nominal"}, {"field": "length(km)", "type": "quantitative"}, {"field": "feature count", "type": "quantitative"}], "x": {"field": "surface type", "sort": "-y", "type": "nominal"}, "y": {"field": "length(km)", "type": "quantitative"}}, "height": 300, "params": [{"name": "include_filter_out_opt", "bind": {"input": "checkbox", "name": "Include \"?\" (Unknown)"}, "value": true}, {"name": "param_8", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Crossings Surface Type", "transform": [{"filter": "include_filter_out_opt || datum['surface type'] != '?'"}], "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json", "datasets": {"data-f28e71a278829623535b67c4b9cc13f3": [{"surface type": "?", "feature count": 1428, "length(km)": 16.931007775824543}, {"surface type": "asphalt", "feature count": 477, "length(km)": 5.382137588786362}, {"surface type": "compacted", "feature count": 9, "length(km)": 0.09699884878239012}, {"surface type": "concrete", "feature count": 12, "length(km)": 0.12376068480070912}, {"surface type": "concrete:plates", "feature count": 1, "length(km)": 0.00553937900848931}, {"surface type": "paved", "feature count": 6, "length(km)": 0.06647686712715223}, {"surface type": "paving_stones", "feature count": 22, "length(km)": 0.26225360220055666}, {"surface type": "sett", "feature count": 3, "length(km)": 0.03268074697006189}]}};
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-dc8cb63f98ba96682cfcb70874414dba"}, "mark": {"type": "bar"}, "encoding": {"color": {"field": "feature count", "type": "quantitative"}, "tooltip": [{"field": "surface type", "type": "nominal"}, {"field": "length(km)", "type": "quantitative"}, {"field": "feature count", "type": "quantitative"}], "x": {"field": "surface type", "sort": "-y", "type": "nominal"}, "y": {"field": "length(km)", "type": "quantitative"}}, "height": 300, "params": [{"name": "include_filter_out_opt", "bind": {"input": "checkbox", "name": "Include \"?\" (Unknown)"}, "value": true}, {"name": "param_8", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Crossings Surface Type", "transform": [{"filter": "include_filter_out_opt || datum['surface type'] != '?'"}], "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.17.0.json", "datasets": {"data-dc8cb63f98ba96682cfcb70874414dba": [{"surface type": "?", "feature count": 1428, "length(km)": 16.931007775825616}, {"surface type": "asphalt", "feature count": 477, "length(km)": 5.38213758878607}, {"surface type": "compacted", "feature count": 9, "length(km)": 0.09699884878239012}, {"surface type": "concrete", "feature count": 12, "length(km)": 0.12376068480070912}, {"surface type": "concrete:plates", "feature count": 1, "length(km)": 0.00553937900848931}, {"surface type": "paved", "feature count": 6, "length(km)": 0.06647686712715223}, {"surface type": "paving_stones", "feature count": 22, "length(km)": 0.26225360220055666}, {"surface type": "sett", "feature count": 3, "length(km)": 0.03268074697006189}]}};
var embedOpt = {"mode": "vega-lite"};

function showError(el, error){
Expand Down
5 changes: 3 additions & 2 deletions statistics/crossings/crossing_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossing_types.html">Crossing Type</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossing_surface.html">Surface Type</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_smoothness_x_surface.html">Surface x Smoothness</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_length.html">Length (km)</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_age.html">Update Age</a>
<a href="https://kauevestena.github.io/opensidewalkmap_beta/statistics/crossings/crossings_n_revs.html">Number of Revisions</a>
</div>
Expand All @@ -37,14 +38,14 @@


<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.20.1"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.17.0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
</head>
<body>
<div id="vis"></div>
<script>
(function(vegaEmbed) {
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-21614de90c2422f47f062765da9b9998"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "crossing", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_7", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Crossing Type", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json", "datasets": {"data-21614de90c2422f47f062765da9b9998": [{"crossing": "?", "count": 998, "percent": "50.97%"}, {"crossing": "unmarked", "count": 688, "percent": "35.14%"}, {"crossing": "marked", "count": 108, "percent": "5.52%"}, {"crossing": "traffic_signals", "count": 83, "percent": "4.24%"}, {"crossing": "uncontrolled", "count": 69, "percent": "3.52%"}, {"crossing": "zebra", "count": 12, "percent": "0.61%"}]}};
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-21614de90c2422f47f062765da9b9998"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "crossing", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_7", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Crossing Type", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.17.0.json", "datasets": {"data-21614de90c2422f47f062765da9b9998": [{"crossing": "?", "count": 998, "percent": "50.97%"}, {"crossing": "unmarked", "count": 688, "percent": "35.14%"}, {"crossing": "marked", "count": 108, "percent": "5.52%"}, {"crossing": "traffic_signals", "count": 83, "percent": "4.24%"}, {"crossing": "uncontrolled", "count": 69, "percent": "3.52%"}, {"crossing": "zebra", "count": 12, "percent": "0.61%"}]}};
var embedOpt = {"mode": "vega-lite"};

function showError(el, error){
Expand Down
5 changes: 3 additions & 2 deletions statistics/crossings/crossings_age.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions statistics/crossings/crossings_length.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions statistics/crossings/crossings_n_revs.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions statistics/crossings/crossings_smoothness_x_surface.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions statistics/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions statistics/kerbs/kerb_tactile_paving.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@


<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.20.1"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.17.0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
</head>
<body>
<div id="vis"></div>
<script>
(function(vegaEmbed) {
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-f40e0dd127e032afd38c9e979c31fa43"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "tactile_paving", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_12", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Kerb Tactile Paving Presence", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json", "datasets": {"data-f40e0dd127e032afd38c9e979c31fa43": [{"tactile_paving": "?", "count": 2491, "percent": "90.88%"}, {"tactile_paving": "no", "count": 213, "percent": "7.77%"}, {"tactile_paving": "yes", "count": 25, "percent": "0.91%"}, {"tactile_paving": "contrasted", "count": 11, "percent": "0.4%"}, {"tactile_paving": "bad", "count": 1, "percent": "0.04%"}]}};
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-f40e0dd127e032afd38c9e979c31fa43"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "tactile_paving", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_12", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Kerb Tactile Paving Presence", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.17.0.json", "datasets": {"data-f40e0dd127e032afd38c9e979c31fa43": [{"tactile_paving": "?", "count": 2491, "percent": "90.88%"}, {"tactile_paving": "no", "count": 213, "percent": "7.77%"}, {"tactile_paving": "yes", "count": 25, "percent": "0.91%"}, {"tactile_paving": "contrasted", "count": 11, "percent": "0.4%"}, {"tactile_paving": "bad", "count": 1, "percent": "0.04%"}]}};
var embedOpt = {"mode": "vega-lite"};

function showError(el, error){
Expand Down
4 changes: 2 additions & 2 deletions statistics/kerbs/kerb_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@


<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.20.1"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.17.0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
</head>
<body>
<div id="vis"></div>
<script>
(function(vegaEmbed) {
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-78868622dc5bb6e0b0fd4a915cce9fe8"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "kerb", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_11", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Kerb Type", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json", "datasets": {"data-78868622dc5bb6e0b0fd4a915cce9fe8": [{"kerb": "?", "count": 1765, "percent": "64.39%"}, {"kerb": "lowered", "count": 488, "percent": "17.8%"}, {"kerb": "raised", "count": 295, "percent": "10.76%"}, {"kerb": "flush", "count": 93, "percent": "3.39%"}, {"kerb": "no", "count": 78, "percent": "2.85%"}, {"kerb": "rolled", "count": 10, "percent": "0.36%"}, {"kerb": "regular", "count": 9, "percent": "0.33%"}, {"kerb": "normal", "count": 2, "percent": "0.07%"}, {"kerb": "lowered=no", "count": 1, "percent": "0.04%"}]}};
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-78868622dc5bb6e0b0fd4a915cce9fe8"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "kerb", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_11", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Kerb Type", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.17.0.json", "datasets": {"data-78868622dc5bb6e0b0fd4a915cce9fe8": [{"kerb": "?", "count": 1765, "percent": "64.39%"}, {"kerb": "lowered", "count": 488, "percent": "17.8%"}, {"kerb": "raised", "count": 295, "percent": "10.76%"}, {"kerb": "flush", "count": 93, "percent": "3.39%"}, {"kerb": "no", "count": 78, "percent": "2.85%"}, {"kerb": "rolled", "count": 10, "percent": "0.36%"}, {"kerb": "regular", "count": 9, "percent": "0.33%"}, {"kerb": "normal", "count": 2, "percent": "0.07%"}, {"kerb": "lowered=no", "count": 1, "percent": "0.04%"}]}};
var embedOpt = {"mode": "vega-lite"};

function showError(el, error){
Expand Down
4 changes: 2 additions & 2 deletions statistics/kerbs/kerb_wheelchair_access.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@


<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.20.1"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5.17.0"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
</head>
<body>
<div id="vis"></div>
<script>
(function(vegaEmbed) {
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-eaabbb6056f82cf3abed0da886b31bca"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "wheelchair", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_13", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Kerb Wheelchair Acessibility", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json", "datasets": {"data-eaabbb6056f82cf3abed0da886b31bca": [{"wheelchair": "?", "count": 2417, "percent": "88.18%"}, {"wheelchair": "no", "count": 171, "percent": "6.24%"}, {"wheelchair": "yes", "count": 119, "percent": "4.34%"}, {"wheelchair": "limited", "count": 34, "percent": "1.24%"}]}};
var spec = {"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}, "title": {"fontSize": 24}}, "data": {"name": "data-eaabbb6056f82cf3abed0da886b31bca"}, "mark": {"type": "bar"}, "encoding": {"tooltip": [{"field": "percent", "type": "nominal"}], "x": {"field": "wheelchair", "sort": "-y", "type": "nominal"}, "y": {"field": "count", "type": "quantitative"}}, "height": 300, "params": [{"name": "param_13", "select": {"type": "interval", "encodings": ["x", "y"]}, "bind": "scales"}], "title": "Kerb Wheelchair Acessibility", "width": 650, "$schema": "https://vega.github.io/schema/vega-lite/v5.17.0.json", "datasets": {"data-eaabbb6056f82cf3abed0da886b31bca": [{"wheelchair": "?", "count": 2417, "percent": "88.18%"}, {"wheelchair": "no", "count": 171, "percent": "6.24%"}, {"wheelchair": "yes", "count": 119, "percent": "4.34%"}, {"wheelchair": "limited", "count": 34, "percent": "1.24%"}]}};
var embedOpt = {"mode": "vega-lite"};

function showError(el, error){
Expand Down
4 changes: 2 additions & 2 deletions statistics/kerbs/kerbs_age.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions statistics/kerbs/kerbs_n_revs.html

Large diffs are not rendered by default.

Loading

0 comments on commit 359aa8d

Please sign in to comment.