Skip to content

Commit

Permalink
Fix geodata (#9)
Browse files Browse the repository at this point in the history
* fix: fix Koblenz marker position

* fix: fix Küsnacht marker position

* fix: fix Marthalen analysis perimeter

* fix: fix Räterschen point of origin coordinates

* feat: enhance readme

* fix: markdown syntax
  • Loading branch information
mtwente authored Oct 1, 2024
1 parent 933a359 commit 1b91aee
Show file tree
Hide file tree
Showing 40 changed files with 12,219 additions and 41,858 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Open the Jupyter Notebook platform.
jupyter notebook
```

Pick a notebook to start the spatial analysis for one of Max Vogt's buildings.
Pick a notebook from `analysis/` to start the spatial analysis for one of Max Vogt's buildings.

## Use

Expand Down Expand Up @@ -88,7 +88,9 @@ This project is maintained by [@mtwente](https://github.com/mtwente). Please und

## Roadmap

No changes are currently planned.
- [ ] tidy up jupyter notebooks
- [ ] embed poster on GitHub pages website
- [ ] publish via Zenodo

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion analysis/koblenz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"source": [
"# Add KB050\n",
"# Create new point geometries with the desired coordinates\n",
"kb050 = Point(8.35393, 47.43334) # (East, North)\n",
"kb050 = Point(8.22689, 47.60012) # (East, North)\n",
"\n",
"# Create a new GeoDataFrame for the point, adding the properties (like 'ID')\n",
"maxvogt_item = geopandas.GeoDataFrame(\n",
Expand Down
2 changes: 1 addition & 1 deletion analysis/küsnacht.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"source": [
"# Add KUES028\n",
"# Create new point geometries with the desired coordinates\n",
"kues028 = Point(47.31907, 8.58058) # (East, North)\n",
"kues028 = Point(8.58058, 47.31907) # (East, North)\n",
"\n",
"# Create a new GeoDataFrame for the point, adding the properties (like 'ID')\n",
"maxvogt_item = geopandas.GeoDataFrame(\n",
Expand Down
2 changes: 1 addition & 1 deletion analysis/marthalen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"place = 'Marthalen'\n",
"point = 47.63494, 8.65327\n",
"address = 'Bahnhofstrass 1.1, 8460 Marthalen'\n",
"dist = 2000\n",
"dist = 1000\n",
"local_crs = 'EPSG:2056'"
]
},
Expand Down
2 changes: 1 addition & 1 deletion data/raw/Koblenz.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -58565,7 +58565,7 @@
},
"geometry": {
"type": "Point",
"coordinates": [2669051.08699494600296, 1254018.021929435897619]
"coordinates": [2659281.267852796241641, 1272456.888010422931984]
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion data/raw/Küsnacht.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -32373,7 +32373,7 @@
},
"geometry": {
"type": "Point",
"coordinates": [7639162.985371495597064, -1894415.802011104300618]
"coordinates": [2686333.462051872164011, 1241538.702280404046178]
}
}
]
Expand Down
Loading

0 comments on commit 1b91aee

Please sign in to comment.