OvertureMaps / io-site

MIT License
31 stars 4 forks source link

Missing building:part ways in NYC #92

Closed StrandedKitty closed 1 month ago

StrandedKitty commented 2 months ago

Description

I'm comparing Overture buildings with data from other OSM providers, and what I see is that there are numerous ways tagged building:part that are missing in your distribution.

For example, see way #289539923 (https://www.openstreetmap.org/way/289539923).

You can see that it's missing in Overture distribution if you visit this location on explore.overturemaps.org:

https://explore.overturemaps.org/#17.08/40.764901/-73.975485/38.4/10

Screenshot 2024-07-08 at 20 32 44

What browser are you seeing the problem on? What version are you running?

No response

The OS you're using

No response

Steps to reproduce

  1. Do nothing.
  2. Data is not there.

The browser URL at the time you encountered the bug

https://explore.overturemaps.org/#17.08/40.764901/-73.975485/38.4/10

bdon commented 1 month ago

Confirming that this does not exist in 2024-06-13-beta (from a local copy of 2024-06-13-beta.0):

select * from read_parquet('/srv/data/overture/2024-06-13-beta.0/theme=buildings/type=building_part/*') where sources[1].dataset = 'OpenStreetMap' and sources[1].record_id = 'w289539923';
Bonkles commented 1 month ago

@atiannicelli to investigate here. Thanks @bdon for confirming the data is, in fact, missing.

atiannicelli commented 1 month ago

We've been doing some major work on the building parts associations recently and I am happy to report that it DOES exist on the latest released version 2024-07-22.0 Here is a screen shot from the explorer.

Screenshot 2024-07-25 at 11 18 52 AM

@StrandedKitty - thanks for reporting! if you see ANY more parts that are missing or strange behavior with building parts then please let us know!

Bonkles commented 1 month ago

Thanks @atiannicelli! Closing.

StrandedKitty commented 1 month ago

Great, thanks!