Difference between revisions of "Interactive Maps - The Whole Process"
Jump to navigation
Jump to search
DylanDickens (talk | contribs) |
|||
Line 14: | Line 14: | ||
− | [[Image:input. | + | [[Image:input.png|400px|thumb|left|WhoIs input file in Excel]] |
− | [[Image:output. | + | [[Image:output.png|400px|thumb|left|WhoIs output file in Excel]] |
− | [[Image:leaflet. | + | [[Image:leaflet.png|400px|thumb|left|Interactive map on Leaflet]] |
− | [[Image:marker. | + | [[Image:marker.png|400px|thumb|left|Interactive map with Markers]] |
Revision as of 16:41, 7 November 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.