Skip to content

De-Dupe Geolocation Information

Compare
Choose a tag to compare
@jaryncolbert jaryncolbert released this 21 Aug 22:44

This release ensures geolocation information is unique so that no location markers are hidden due to overlapping.

  • #10: Updated API script to reuse sessions to cut down on calls to RC API.
  • #16: Enabled aliases to map locations with the same lat/long information to be displayed as the one with the most RC users present.
    • #18: Replaced GeoPy library with Geocoder to perform geocoding lookups. GeoNames is still the preferred data provider, but Geocoder allows narrowing of the search results by feature class.
    • Replaced Python grouping methods with query grouping and aggregation in Postgres queries/views.
  • #19: Added spinners to indicate when the location search result and/or the map is loading.
  • Miscellaneous:
    • Renamed RC API and geolocation scripts for clarity.