You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@smcalilly Can you open an issue for increasing efficiency of these API calls? I don't think the ORM has a way to bulk transform a geometry column, but we could maybe use raw SQL and st_transform to add a transformed field to our queryset in one quick PostGIS query.
The signals that calculate the zone distribution, geographic distance scoring, and socioeconomic distance scoring add more overhead. It would be good to make this as efficient as possible, because it currently makes a lot of database calls for each geojson feature within a feature collection.
Originally posted by @hancush in #93 (comment)
The text was updated successfully, but these errors were encountered: