Mikola Parfenyuck

Results 19 comments of Mikola Parfenyuck

In this library we have function `parse_xml` to convert OSM XML to OSM JSON (or Overpass JSON). It should be easy to implement small CLI tool to invoke that `parse_xml`...

https://github.com/aspectumapp/osm2geojson/issues/35 it could be another example of the same issue. Unfortunately, current algorithm could fail on some relations. The problem is if we will change that algorithm to support these...

@sgoodm Hello. Sorry for late response. I tested your example with latest version (0.2.4) and I don't see any problem with that relation. ![image](https://github.com/aspectumapp/osm2geojson/assets/5012778/458a06d4-df01-4549-8c4a-3f4e3bc37bb5)

@sgoodm Are you sure that your example doesn't work? I just tried `286937` and it works fine.

@jacobwhall so do you think it's a good idea to treat ways as 'outer' by default?

Hi, it would be better if you could find a smaller example. That way, I will be able to test with some data. Also, it would be perfect if you...

@cbeddow I see that your code has some elements which are already implemented in the current logic of the osm2geojson package, but maybe some other unique cases are handled by...

During debugging I found: * Relation with problem has id `15619347` * That relation has very different outer/inner rings definition. You can see on attached picture that first outer ring...

Hi, If you want to prepare some PR where you implement the required changes and a script to push this package to Conda, it will be very helpful. I'll try...