satnet-project / server

Repository with the source code for the server of the SATNet network.
Apache License 2.0
2 stars 1 forks source link

GIS Database #17

Closed rtubio closed 9 years ago

rtubio commented 9 years ago

Include internal GIS database to relieve external dependencies on third-party services. The services to be substituted are the following:

  1. getLocation(ip_address): simple method that can transform a given IP address to its corresspondent geolocation
  2. getAltitude(lat_lng): simple method that permits obtaining the altitude above the sea level for a given geolocation

This methods should override the ones that are currently in use and implemented within the "services.common" library.