Giter VIP home page Giter VIP logo

adnoh / gisgraphy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gisgraphy/gisgraphy

0.0 3.0 0.0 79.79 MB

geocoding and geolocalisation webservices for Geonames, Openstreetmap, and quattroshapes data

Home Page: http://www.gisgraphy.com

License: GNU Lesser General Public License v3.0

CSS 3.36% HTML 2.58% PHP 0.90% Shell 0.42% Batchfile 0.36% Java 70.89% JavaScript 17.58% Python 0.12% XSLT 0.08% FreeMarker 3.69% ApacheConf 0.01%

gisgraphy's Introduction

Free, open source, and ready to use geocoder, reverse geocoder and geolocalisation webservices

Since 2006, Gisgraphy is a free, open source framework that offers the possibility to do geolocalisation and geocoding via Java APIs or REST webservices. Because geocoding is nothing without data, it provides an easy to use importer that will automatically download and import the necessary (free) data to your local database (OpenStreetMap, Geonames and Quattroshapes : more than 100 million entries). You can also add your own data with the Web interface or the importer connectors provided. Gisgraphy is production ready, and has been designed to be scalable(load balanced), performant and used in other languages than just java : results can be output in XML, JSON, PHP, Python, Ruby, YAML, GeoRSS, and Atom. One of the most popular GPS tracking System (OpenGTS) also includes a Gisgraphy client...Gisgraphy is a framework. As a result it's flexible and powerful enough to be used in a lot of different use cases. read more

Demo

demo on map (leaflet plugin)

[play with webservices] (http://services.gisgraphy.com/public/geocoding.html)

gisgraphy web site

Who I am

My name is David Masclet, I have developed Gisgraphy since 2006, My goal is to provide a realistic alternative for geocoding and geolocalisation. Feel free to contact me at davidmasclet[at]gisgraphy.com.

Webservices overview :##


All the webservice are world wide (243 countries) and support pagination. Actually there are 6 (web)services, and all are availables for free at http://services.gisgraphy.com. It also gives some HTML pages that uses the webservices under the hood. Find bellow a summary for each webservices :

Geocoding

Give an Address, structured or not, and get GPS position in 243 countries.

Doc | REST API | Java API | Demo | Free access

Reverse geocoding

Give a GPS position and get the corresponding address

Doc | REST API | Java API | Demo | Free access

Street search

Find streets and the associated informations, for a given GPS point (and an optionnal name). It is very useful for tracking software like Open Gts, but a lot of other use cases.

Doc | REST API | Java API | Demo | Free access

Find nearby

Find places, streets, whatever you want, around a GPS point for a given radius. Results can be sorted by distance.

Doc | REST API | Java API | Demo | Free access

Fulltext search / Autocompletion

For a given text and an optionnal GPS point, Find places, cities, streets, zip codes,... with informations (coordinates, states, population, elevation, alternate names in many languages). Auto completion, location bias, spellchecking, all words required or not...

Doc | REST API | Java API | Demo | Free access

Address parser

Divide a single address (as string) into its individual component parts : house number, street type (bd, street, ..), street name, unit (apt, batiment, ...), zipcode, state, country, city.

Doc | REST API | Java API | Demo | Free access

Openstreetmap data download


Gisgraphy want to simplify the access to the Openstreetmap data. The model of the openstreetmap data is in XML or PBF and is not simple to manage. To simplify this, We have :

  • Extract all the streets(76 millions), cities (4.3 millions of cities / 216 000 shapes), Points of interest (7 millions), and house numbers(34 Milions) for each 240 country, and put it in a CSV/TSV format.
  • Split the main PBF file for each countries.
  • Extract the shape of more than 160 000 cities and localities extracted from Quatroshapes with their associated geonames Id

All those files are freely available on our download server

In addition to the native openstreetmap data, some pre-calculated fields (length, middle point) are added... Read more

Gisgraphoid


Gisgraphoid is a library to do geocoding on your Android mobile or tablet with the same Geocoder API as Google but with Gisgraphy. Run on all Android versions, free, no Google API needed by the phone, no API key, no limit. You can display the result on Openstreetmap or Google maps (Google API key required)

Learn More | Download library | Download Demo app

##Leaflet Plugins ## Demo with the two plugins on a map.

Geocoding : It allows to add a geocoding to add a geocoding input with autocompletion on a leaflet map. It wraps the Gisgraphy js API.

Learn More | View demo | Documentation

Reverse geocoding : It reverse geocode when you rightclick on the map. it is a sample and you can personalize it.

Learn More | View demo | Documentation

A little bit further


  • Importers from geonames CSV files. Just give the country(ies) you wish to import and / or the placetypes, and Gisgraphy download the files and import them with all the alternate names (optional) and sync the database with a fulltext search engine
  • All Openstreetmap data processed in csv format (view data)
  • Importers for Openstreetmap data in csv (view [ data](http://www.gisgraphy.com/download/download_data.htm))
  • Importers for Quattroshapes data in csv (view [ data](http://www.gisgraphy.com/download/download_data.htm))
  • [Leaflet plugins](http://www.gisgraphy.com/leaflet.htm)
  • WorldWide geocoding / worldWide reverse geocoding / street search WebServices;
  • REST WebService
  • Several output formats supported : XML, json, PHP, ruby, python, Atom, RSS / GeoRSS
  • Full text search (based on Lucene / Solr with default filters optimized for city search (case insensitivity, separator characters stripping, ..) via an Java API or a webservice
  • Findnearby function (with limits, pagination, restrict to a specific country and/or language and other useful options) via a Java API or a Web Service
  • An admin / back office whith statistics interface
  • Fully replicated / scalable / high performances / cached services
  • Search for zipcode name, IATA, ICAO
  • Internationalized (with support of cyrillique, arabic, chinese,... alphabet)
  • Dojo widgets / prototype / Ajax to ease search but can be use it even if javascript is not enabled on the client side
  • Opensearch module
  • Plateform / language independent
  • Provides all the countries flags in svg and png format
  • ...

gisgraphy's People

Contributors

gisgraphy avatar jart avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.