GSoC Simplification project 2022 #361
Replies: 14 comments 61 replies
-
@gregmaya @gsagostini Keep an eye on the work @dabreegster is doing over at a-b-street/osm2streets#16 and a-b-street/osm2streets#15. He will join the call next week to explain it a bit but there's some overlap already (you just need to be able to read Rust, which should be relatively okay). |
Beta Was this translation helpful? Give feedback.
-
Here is an adaptation of the OSMnx simplification process to simplify a bicycle network that can be extracted through edges' attributes. We add the ability to discriminate OSM attributes to the simplification process of OSMnx: https://github.com/anerv/NERDS_osmnx |
Beta Was this translation helpful? Give feedback.
-
One particularly ridiculous example (that also happens to be several miles from my home) is the Tom Moreland Interchange of I-85 and I-285 (a.k.a. Atlanta Spaghetti Junction). Lon: -84.25986 |
Beta Was this translation helpful? Give feedback.
-
Hi All, Following this with interest as this is a pressing issue when using OSM sources for rigorous centrality methods (easily distorted by redundant topology or by conflation of geometry and topology.) Re: cityseer's methods, I would be willing to discuss relaxing the license for the graphs module from AGPLv3 to maybe BSD3 or such if doing so would help find common ground amongst the packages? For background, the issues I was trying to address via cityseers' methods:
Anyway, will help or offer feedback if I can, but also don't want to meddle or interrupt any work you're doing. |
Beta Was this translation helpful? Give feedback.
-
A good way of organising your work with exploratory notebooks etc is to have a dedicated repository for that. You can check what Thomas did last year here https://github.com/tastatham/gsoc_dask_geopandas_2021. |
Beta Was this translation helpful? Give feedback.
-
Check out near page 18 of https://gisintransportation.com/media/zsnn3oou/2022_04_19-gis-t-workshop-aegist-slides.pdf |
Beta Was this translation helpful? Give feedback.
-
@gregmaya have a look at https://centerline.readthedocs.io/en/latest/ |
Beta Was this translation helpful? Give feedback.
-
@gsagostini, I'm trying to create a list of cities/towns with enough variation in size and degree of urbanization as we discussed. I have been spending quite some time today trying to get such classification and it seems like the latest it's not quite fully public yet (see this ). Do you/or anyone happens to have an older version by any chance? |
Beta Was this translation helpful? Give feedback.
-
July 12 meeting with @amorfinv @gregmaya and I:
|
Beta Was this translation helpful? Give feedback.
-
I just uploaded this nothebook where I displayed the outputs of the rabs_simplify up to this point. Unfortunately, rendering the folium maps is too much to be rendered on GitHub but it's definitely useful to understand the output in context.
|
Beta Was this translation helpful? Give feedback.
-
@amorfinv as promised I recreated what we were discussing yesterday in regards to the COINS outputs. For reference, I left in RAW cells the functions that are affected in the original If you can have a look and maybe suggest what could be done better in the use of COINS it would be great. |
Beta Was this translation helpful? Give feedback.
-
In regards to the
|
Beta Was this translation helpful? Give feedback.
-
Hi @gsagostini, how is your part going right now? Can you give us a short update so we know what to expect and where to help given the submission deadline is in 5 days? I am also happy to find a time for another call this week if you think that may be useful. |
Beta Was this translation helpful? Give feedback.
-
@martinfleis @jGaboardi @amorfinv I just wanted to raise your attention to some flowcharts that I did to document the processes and visualize some of the mazes that we've been navigating (when thinking mostly at a geometry-based solution)... As I said there's some text missing there to explain a bit further but would appreciate your input, too. See this link, which will be the one that will form the submission for the closure of GSOC2022 (when complete!) |
Beta Was this translation helpful? Give feedback.
-
This year we have 2 GSoC contributors @gregmaya and @gsagostini working on the issue of street network simplification. This thread can be used for a general discussion during the summer.
Running meeting notes here.
The original resources linked from the project idea page:
Some of the existing tools offer partial funcionality:
momepy.preprocessing
moduleosmnx.simplification
modulecityseer
cleaning tools (note thatcityseer
has an incompatible license)Additional resources:
Beta Was this translation helpful? Give feedback.
All reactions