Skip to content

Commit

Permalink
update illustrations and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tais committed Jun 5, 2018
1 parent 075a25d commit 9772b8e
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OSM_Streetblocks_extraction
This repository contains a Python script (Jupyter notebook) implementing extraction of street blocks from OpenStreetMap (or other sources of vectorial data) using PostGis
This repository contains a Python script (Jupyter notebook) implementing extraction of street blocks from OpenStreetMap (or other sources of vectorial data) using PostGis.

The general workflow is as follow:
![](illustrations/Flowchart.png)

- Input of the AOI as a polygon
![](illustrations/Full_AOI.png)
Expand Down Expand Up @@ -28,6 +31,6 @@ This repository contains a Python script (Jupyter notebook) implementing extract
- Final street blocks layer - Artifacts were removed
![](illustrations/Zoom_streetblocks_cleaned.png)

#

# Known issues
- Some issues could appear on Windows when using 'osm2pgsql' command, regarding to the password for the Postgis databse.
Binary file added illustrations/Flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Full_AOI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Full_AOI_tiled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Full_linestrings_tiled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Full_streetblocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Zoom_linestrings_snapped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Zoom_linestrings_unsnapped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Zoom_optical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Zoom_streetblocks_cleaned.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified illustrations/Zoom_streetblocks_withartifacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9772b8e

Please sign in to comment.