Difference between revisions of "Interactive Maps - The Whole Process"

From edegan.com
Jump to navigation Jump to search
imported>Kunal
(New page: = Interactive Maps = The whole process, from domain names to interactive maps. The process is as follows: *Begin with a text file of URL domain names. *Use the WhoisParser to po...)
 
imported>Kunal
Line 10: Line 10:
 
*Run the Python Geocode program, located at https://github.com/HarshUpadhyay/rice-McNair/blob/master/geoloc/Geocode.py to convert the addresses into LAT/LONG geocodes.
 
*Run the Python Geocode program, located at https://github.com/HarshUpadhyay/rice-McNair/blob/master/geoloc/Geocode.py to convert the addresses into LAT/LONG geocodes.
 
*Enter the geocodes to the R program to create an interactive map with the locations.  
 
*Enter the geocodes to the R program to create an interactive map with the locations.  
[[Image:leaflet.jpg|200px|thumb|right|Interactive map on Leaflet]]
+
 
[[Image:marker.jpg|200px|thumb|right|Interactive map with Markers]]
+
 
 +
[[Image:leaflet.jpg|400px|thumb|right|Interactive map on Leaflet]]
 +
[[Image:marker.jpg|400px|thumb|right|Interactive map with Markers]]
 +
[[Image:input.jpg|400px|thumb|left|WhoIs input file in Excel]]
 +
[[Image:output.jpg|400px|thumb|left|WhoIs output file in Excel]]

Revision as of 17:01, 20 April 2016

Interactive Maps

The whole process, from domain names to interactive maps.

The process is as follows:

  • Begin with a text file of URL domain names.
  • Use the WhoisParser to populate the text files with addresses and additional information belonging to each registered domain name, as is pulled from the Whois API.
  • Run the Python Geocode program, located at https://github.com/HarshUpadhyay/rice-McNair/blob/master/geoloc/Geocode.py to convert the addresses into LAT/LONG geocodes.
  • Enter the geocodes to the R program to create an interactive map with the locations.


Interactive map on Leaflet
Interactive map with Markers
WhoIs input file in Excel
WhoIs output file in Excel