Skip to content

Commit

Permalink
add inner market data
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Dec 8, 2023
1 parent bf9dce6 commit 411c98d
Show file tree
Hide file tree
Showing 8 changed files with 8,610 additions and 11,137 deletions.
459 changes: 383 additions & 76 deletions public/markets.csv

Large diffs are not rendered by default.

115 changes: 13 additions & 102 deletions public/toilets.json
Original file line number Diff line number Diff line change
@@ -1,103 +1,14 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": false
},
"geometry": {
"type": "Point",
"coordinates": [
12.378195959474889,
51.34070059466335
]
}
},
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": false
},
"geometry": {
"type": "Point",
"coordinates": [
12.37481917205248,
51.34007834662981
]
}
},
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": true
},
"geometry": {
"type": "Point",
"coordinates": [
12.37658428742815,
51.341356010153106
]
}
},
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": false
},
"geometry": {
"type": "Point",
"coordinates": [
12.38046710191676,
51.338934434364006
]
}
},
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": false
},
"geometry": {
"type": "Point",
"coordinates": [
12.380569076294067,
51.33892838769374
]
}
},
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": true
},
"geometry": {
"type": "Point",
"coordinates": [
12.380776437410715,
51.33985574770309
]
}
},
{
"type": "Feature",
"properties": {
"Description": "WC",
"isHandicappedAccessible": false
},
"geometry": {
"type": "Point",
"coordinates": [
12.3781665325301,
51.3406554196422
]
}
}
]
}
"type": "FeatureCollection",
"name": "toilets",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": false }, "geometry": { "type": "Point", "coordinates": [ 12.374819172088541, 51.340078346621496 ] } },
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": true }, "geometry": { "type": "Point", "coordinates": [ 12.376584287464285, 51.341356010144935 ] } },
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": false }, "geometry": { "type": "Point", "coordinates": [ 12.37825483061404, 51.340667644929937 ] } },
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": false }, "geometry": { "type": "Point", "coordinates": [ 12.38046710195308, 51.338934434356176 ] } },
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": false }, "geometry": { "type": "Point", "coordinates": [ 12.380569076330385, 51.338928387685918 ] } },
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": false }, "geometry": { "type": "Point", "coordinates": [ 12.380776437447043, 51.339855747695289 ] } },
{ "type": "Feature", "properties": { "Description": "WC", "isHandicappedAccessible": true }, "geometry": { "type": "Point", "coordinates": [ 12.380841126230573, 51.339845756242802 ] } }
]
}
612 changes: 308 additions & 304 deletions scraper/markets_inner.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 411c98d

Please sign in to comment.