Skip to content

Building Footprint Project Type Data Structure #405

@Hagellach37

Description

@Hagellach37

The building footprints project type intially implemented supports polygon geometries. However, in some situations we might be able to simplify a polygon, e.g. by a bounding box or by it's centroid. This will have an effect on how much data is transferred from Firebase to the client users. (A centroid is much smaller than the entire polygon.)

However, this strongly relates to how we want to store geometry data. Storing in Firebase offers the easiest solution, but is very likely also the most expensive one. There are also other options such as Cloud Storage, which could be used to storage all geometries of a group, which will be much cheaper.

We need to define which data is expected by the app and where it should come from.

Metadata

Metadata

Assignees

No one assigned

    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