Difference between revisions of "Interactive Maps - The Whole Process"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | ||
− | + | {{McNair Projects | |
− | = Interactive Maps = | + | |Has image= |
+ | |Has title=Interactive Maps - The Whole Process | ||
+ | |Has owner= | ||
+ | |Has start date= | ||
+ | |Has deadline= | ||
+ | |Has keywords= | ||
+ | |Is billed to= | ||
+ | |Has notes= | ||
+ | |Has project status= | ||
+ | |Is dependent on= | ||
+ | |Does subsume= | ||
+ | }}= Interactive Maps = | ||
The whole process, from domain names to interactive maps. | The whole process, from domain names to interactive maps. |
Revision as of 16:58, 21 March 2017
Interactive Maps - The Whole Process | |
---|---|
Project Information | |
Project Title | Interactive Maps - The Whole Process |
Start Date | |
Deadline | |
Primary Billing | |
Notes | |
Has project status | |
Copyright © 2016 edegan.com. All Rights Reserved. |
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.