All Projects → repushko → dtp_stat_helpers

repushko / dtp_stat_helpers

Licence: MIT license
Helpers for clearing data from http://stat.gibdd.ru

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to dtp stat helpers

Jpx
JPX - Java GPX library
Stars: ✭ 125 (+1036.36%)
Mutual labels:  geocoding
Api
HTTP API for Pelias Geocoder
Stars: ✭ 158 (+1336.36%)
Mutual labels:  geocoding
Ziptastic Jquery Plugin
This is a jQuery plugin that shows how Ziptastic could be used.
Stars: ✭ 244 (+2118.18%)
Mutual labels:  geocoding
Flutter geocoder
Flutter plugin for forward and reverse geocoding
Stars: ✭ 134 (+1118.18%)
Mutual labels:  geocoding
Lmgeocoder
Simple wrapper for geocoding and reverse geocoding, using both Google Geocoding API and Apple iOS Geocoding Framework.
Stars: ✭ 141 (+1181.82%)
Mutual labels:  geocoding
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+1454.55%)
Mutual labels:  geocoding
Mapboxgeocoder.swift
Address search and reverse geocoding in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
Stars: ✭ 115 (+945.45%)
Mutual labels:  geocoding
radar-sdk-android
Android SDK for Radar, the leading geofencing and location tracking platform
Stars: ✭ 57 (+418.18%)
Mutual labels:  geocoding
Benmaps.fr
Web maps that don't track you.
Stars: ✭ 147 (+1236.36%)
Mutual labels:  geocoding
Mapbox Gl Geocoder
Geocoder control for mapbox-gl-js using Mapbox Geocoding API
Stars: ✭ 207 (+1781.82%)
Mutual labels:  geocoding
Tidygeocoder
Geocoding Made Easy
Stars: ✭ 137 (+1145.45%)
Mutual labels:  geocoding
Dtp Stat
Карта ДТП
Stars: ✭ 141 (+1181.82%)
Mutual labels:  geocoding
Openaddresses
A repository of global open address data.
Stars: ✭ 2,302 (+20827.27%)
Mutual labels:  geocoding
Maps Api For Javascript Examples
Self-contained examples for Maps API for JavaScript v3.
Stars: ✭ 130 (+1081.82%)
Mutual labels:  geocoding
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+563.64%)
Mutual labels:  geocoding
Mobile Sdk
CARTO Mobile SDK core project
Stars: ✭ 116 (+954.55%)
Mutual labels:  geocoding
Mimirsbrunn
Geocoding and reverse-geocoding (with OSM data)
Stars: ✭ 165 (+1400%)
Mutual labels:  geocoding
iota-area-codes
IACs are a proposed standard for tagging IOTA transactions with a geo-location, which allows them to be fetched based on their location.
Stars: ✭ 20 (+81.82%)
Mutual labels:  geocoding
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+2327.27%)
Mutual labels:  geocoding
Atlasr
Atlasr is a truly open-source and free map browser.
Stars: ✭ 196 (+1681.82%)
Mutual labels:  geocoding

Helpers for data loaded from http://stat.gibdd.ru

Before After

address_coordinate_cleaning.py - replace coordinates of accident by address coordinates (with help of Yandex Geocoder).

addresses_to_street_projection.py - project coordinates of address to the nearest street.

Dependencies

For address_coordinate_cleaning.py:

  • pandas
  • yandex_geocoder
  • tqdm

For addresses_to_street_projection.py:

  • pandas
  • numpy
  • osmnx
  • networkx
  • shapely
  • tqdm

Running

Fix fields in scripts (csv_path and city) for running.

Known problems

  • addresses_to_street_projection.py failed with error Connection refused - turn on VPN for loading of graph of streets.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].