Outils pour utilisateurs

Outils du site


informatique:geocoders

GeoCoders

tags: géocodeur, Geocoder, geocodage

gouv.fr

https://api-adresse.data.gouv.fr est fait pour géocoder des adresses, pas des noms de ville avec leur code INSEE, ça c'est le boulot de https://geo.api.gouv.fr

Overpass

/* CSV des communes françaises */
[out:csv("ref:INSEE",name,::lat,::lon)][timeout:300];
  relation["ref:INSEE"][admin_level=8];
out center;

Nominatim

Jour de fête

Photon

An open source geocoder for openstreetmap data

AddOk

https://adresse.data.gouv.fr/map/

La Base Adresse Nationale est une base de données qui a pour but de référencer l'intégralité des adresses du territoire français. Elle est constituée par la collaboration entre:

OpenCage Geocoder

http://geocoder.opencagedata.com

Easy and open geocoding for the entire world

Leaflet plugins

Aussi voir http://leafletjs.com/plugins.html

  • Leaflet Control OSM Geocoder A simple geocoder that uses the OpenstreetMap gecoder Nominatim to locate places.
  • Leaflet Control Bing Geocoder A simple geocoder that uses Bing to locate places.
  • Leaflet GeoSearch - Small geocoding plugin that brings address searching/lookup (aka geosearching) to Leaflet. Comes with support for Google, OpenStreetMap Nominatim, Bing, Esri and Nokia. Easily extensible.
  • Leaflet OpenCage search A search plugin plugin that uses OpenCage Data’s geocoding API.
  • Leaflet Control Geocoder A clean and extensible control that uses Nominatim (OSM) or Bing to locate places. Easy to adapt for other providers.
  • Leaflet GeoIP Locator - A simple plugin that allows finding the approximate location of IP addresses and map centering on said location.
  • Esri Leaflet Geocoder - A geocoding control with suggestions powered by the ArcGIS Online geocoder.

Divers

search for locations by using keyless geocoding providers like MapZen Search, Algolia Places or Photon@MapsMarker (optional: use the geocoding providers MapQuest Geocoding or Google Places with mandatory API key registration),

GeocodeJSON-spec draft

A specification attempts to create a standard for handling geocoding results.

https://github.com/yohanboniface/geocodejson-spec

informatique/geocoders.txt · Dernière modification : 03/10/2019 08:27 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki