Skip to content

plot the lake, in stead of printing their coordinates #235

@pvgenuchten

Description

@pvgenuchten

in publishing, plot the lake, instead of printing the coords
it's good to jump back to previous topics and a printed lake looks much nicer then a series of coords

Image
lakes = oa_feat.collection('lakes')
lakes_query = oa_feat.collection_items('lakes')
lake = lakes_query['features'][0]
print(lake.get('properties').get('name'))
from shapely.geometry import shape
polygon = shape(lake.get('geometry'))
polygon

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