My favorites | Sign in
Project Logo
    
Code license: MIT License
Labels: geonames, php, php5, pear
Show all Featured wiki pages:
Documentation UsageExamples
People details
Project owners:
  izimobil

Important

This project is now an official PEAR package and has moved to PEAR website and repository.

Description

Services_GeoNames is a PHP interface to the various webservices offered by the GeoNames project.

The GeoNames database contains over 8,000,000 geographical names corresponding to over 6,500,000 unique features. All features are categorized into one out of nine feature classes and further subcategorized into one out of 645 feature codes. Beyond names of places in various languages, data stored include latitude, longitude, elevation, population, administrative subdivision and postal codes. All coordinates use the WGS84 system (World Geodetic System 1984).

Those data are accessible free of charge through a number of Web services and a daily database export. The Web services include direct and reverse geocoding, finding places through postal codes, finding places next to a given place, and finding Wikipedia articles about neighbouring places.

Installation

Install this package with the PEAR installer, just do:

$ pear install -f Services_GeoNames

And to uninstall the package:

$ pear uninstall Services_GeoNames

Getting started

Please see the documentation and the usage examples.









Hosted by Google Code