Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Remove amenity and tourism not null from osm buildings extraction #327

@manjitapandey

Description

@manjitapandey

While extracting building features from osm, currently we use three parameters buildings not null, tourism not null and amenity not null.

I purpose to remove tourism and amenity and only add buildings not null while extracting features from osm.

Reason to remove: In FMTM when extracting the data extracts, In cases of amenity like schools and hospitals there are two polygons; one of actual building with building not null tag and another area of school or hospital where amenity is not null but building tag is null. Visualising both amenity and buildings in FMTM makes it difficult to select individual building sometimes. In such cases, its better to remove amenity and only use building not null tags.
Similar is the case for tourism, the parks and gardens also have tourism not null but buildings so using tourism not null provides inaccurate extracts. For the cases like hotels, both tourism and buildings are not null hence they will be included.

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions