Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Lesson 3 - Retrieving OpenStreetMap data with osmnx #10

@muxevola

Description

@muxevola

The below command:

buildings = ox.buildings_from_place(place_name)

Is failing with the below error:

module 'osmnx' has no attribute 'buildings_from_place'

I had to use this instead:

buildings = ox.footprints_from_place(place_name)

NOTE: it seems .buildings_from_place() was removed in v10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions