Skip to content

Commit

Permalink
fix: update marker coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente committed Oct 7, 2024
1 parent c75768f commit e388b37
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/bülach.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
"source": [
"# Add BUE081\n",
"# Create new point geometries with the desired coordinates\n",
"bue081 = Point(8.55892, 47.43086) # (East, North)\n",
"bue081 = Point(8.53595, 47.52424) # (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 data/raw/Bülach.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -29679,7 +29679,7 @@
},
"geometry": {
"type": "Point",
"coordinates": [2684518.606474799104035, 1253942.879379221703857]
"coordinates": [2682640.609290990512818, 1264299.903935966780409]
}
}
]
Expand Down
Binary file modified results/Bülach/connectivity.pdf
Binary file not shown.
Binary file modified results/Bülach/convexity.pdf
Binary file not shown.
Binary file modified results/Bülach/convexity_and_linearity.pdf
Binary file not shown.
Binary file modified results/Bülach/eri_and_elongation.pdf
Binary file not shown.
Binary file modified results/Bülach/neighbourdist_and_coveredarea.pdf
Binary file not shown.
Binary file modified results/Bülach/road_network.pdf
Binary file not shown.
Binary file modified results/Bülach/sharedwalls.pdf
Binary file not shown.
Binary file modified results/Bülach/tessellation_ratio.pdf
Binary file not shown.

0 comments on commit e388b37

Please sign in to comment.