Quantcast
Channel: drupal.org - Evaluation/Rating
Viewing all articles
Browse latest Browse all 89

Geolocation Basic

$
0
0

This module offers both a basic geolocation and weather services functionality to both the site and as a REST API web service using JSON as the output format.

For the geolocation portion, it has a number of features that can locate a user's location from a number of external services. The primary method this module uses is to resolve the user's IP address to a general location. It comes set up to install Maxmind's legacy Geolite city database as two tables into the site's mail database, and will use these tables as the primary lookup method. It alos includes the ability to make an API call to freegeoip.net if the database can't resolve the ip address, or if the data is not installed. There are also a number of lookup methods for a user's location: city/state/lat/lon by postal code, lat/lon by full address, full address by lat/lon, and city/state/zip by lat/lon. These methods will use a combination of the Geolite data whenever possible and are augmented by the Google Maps API. The module also has the ability to use the Mapquest API, though this would require manual setup by a developer at this time.

For the Weather portion, this module is set up to make an API callout to the National Weather Service REST API, which is public information and can be accessed without any restrictions. A user's weather information can be looked up by lat/lon, postal code, or IP address. I also took the time to go through the very confusing NWS API to reorganize the data into a more useable format that isn't as confusing to parse through. Because the NWS API can be sluggish at times, the module is designed to cache the weather data and use it for up to three hours. The time can be manually adjusted in the code.

This module uses Object Oriented Programming wherever possible and requires the Module Object Oriented Programming API (moopapi) as a dependency.

Please be aware that this is a Sandbox project for a reason: it is still under active development and should only be installed by knowledgeable developers as it will very likely require minor code modifications to work properly. I am planning a number of revisions including but not limited to full documentation, admin pages for adding in API keys, make use of Maxmind's more advanced Geolocation databases, etc. While the module will work without the Geolite data installed, this step is highly recommended in order to keep from hitting API limitations from Freegeoip.net and particularly Google Maps. The data is in CSV format and because of the size of the datasets, I'm not sure how to provide an automated import into the local tables. It will be necessary to use a DB admin tool to perform this task. Also, be aware that I modified some of the column names in the provided tables, so please plan accordingly. The Maxmind links are below:

Geolite Database Page: http://dev.maxmind.com/geoip/legacy/geolite/
Geolite Database City Download (CSV): http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLi...

I am working on getting this project into Drupal's Git repository. In the meantime, please feel free to check it out from GitHub: https://github.com/jeremyrperry/geolocation_basic


Viewing all articles
Browse latest Browse all 89

Latest Images

Trending Articles





Latest Images