-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
enhancementgood-first-issuehelp wantedparsingRelated to the ingestion code run once, not the performance critical, user facing lookup code.Related to the ingestion code run once, not the performance critical, user facing lookup code.performance
Description
currently the shortcuts contain a list of polygon boundary ids sorted after the total size of the polygons of each zone.
it would be more performant to sort them after tha actual area each boundary overlaps with the shortcut. assuming uniformly random distributed query points, the covered area corresponds to the probability of a query point lying within that polygon. use utility libraries (just installed for development) for this area computation.
- consider
shapely
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementgood-first-issuehelp wantedparsingRelated to the ingestion code run once, not the performance critical, user facing lookup code.Related to the ingestion code run once, not the performance critical, user facing lookup code.performance