Outils pour utilisateurs

Outils du site


informatique:geocoders

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:geocoders [06/05/2015 17:09] – [Leaflet plugins] cyrilleinformatique:geocoders [03/10/2019 08:27] (Version actuelle) – [Overpass] cyrille
Ligne 1: Ligne 1:
 ====== GeoCoders ====== ====== GeoCoders ======
  
-tags: géocodeur, Géo-codeurGéo codeur+tags: géocodeur, Geocodergeocodage
  
 +===== 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 =====
 +
 +<code>
 +/* CSV des communes françaises */
 +[out:csv("ref:INSEE",name,::lat,::lon)][timeout:300];
 +  relation["ref:INSEE"][admin_level=8];
 +out center;
 +</code>
 ===== Nominatim ===== ===== Nominatim =====
  
Ligne 32: Ligne 44:
     * https://github.com/etalab/addok     * https://github.com/etalab/addok
     * https://github.com/etalab/adresse.data.gouv.fr     * https://github.com/etalab/adresse.data.gouv.fr
 +
 +===== OpenCage Geocoder =====
 +
 +http://geocoder.opencagedata.com
 +
 +Easy and open geocoding for the entire world
  
 ===== Leaflet plugins ===== ===== Leaflet plugins =====
  
-  * [[https://github.com/k4r573n/leaflet-control-osm-geocoder]] A simple geocoder that uses the OpenstreetMap gecoder Nominatim to locate places.+Aussi voir http://leafletjs.com/plugins.html 
 + 
 +  * [[https://github.com/k4r573n/leaflet-control-osm-geocoder|Leaflet Control OSM Geocoder]] A simple geocoder that uses the OpenstreetMap gecoder Nominatim to locate places.
   * [[https://github.com/sa3m/leaflet-control-bing-geocoder|Leaflet Control Bing Geocoder]] A simple geocoder that uses Bing to locate places.   * [[https://github.com/sa3m/leaflet-control-bing-geocoder|Leaflet Control Bing Geocoder]] A simple geocoder that uses Bing to locate places.
 +  * [[https://github.com/smeijer/L.GeoSearch|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.
 +  * [[https://github.com/OpenCageData/leaflet-opencage-search|Leaflet OpenCage search]] A search plugin plugin that uses OpenCage Data’s geocoding API.
 +  * [[https://github.com/perliedman/leaflet-control-geocoder|Leaflet Control Geocoder]] A clean and extensible control that uses Nominatim (OSM) or Bing to locate places. Easy to adapt for other providers.
 +    * [[https://github.com/Cyrille37/leaflet-control-geocoders|leaflet-control-geocoders]] is my fork.
 +  * 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 ===== ===== Divers =====
Ligne 44: Ligne 70:
   * GeoComp : [[https://github.com/communaute-ciami/geocodeComp|source]]   * GeoComp : [[https://github.com/communaute-ciami/geocodeComp|source]]
  
 +> 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 ==== ==== GeocodeJSON-spec draft ====
  
informatique/geocoders.1430924983.txt.gz · Dernière modification : 06/05/2015 17:09 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