Difference between revisions of "Interactive Maps - The Whole Process"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Project |
+ | |Has project output=How-to | ||
|Has image= | |Has image= | ||
|Has title=Interactive Maps - The Whole Process | |Has title=Interactive Maps - The Whole Process | ||
Line 6: | Line 7: | ||
|Has start date= | |Has start date= | ||
|Has deadline= | |Has deadline= | ||
− | |Has keywords= | + | |Has keywords=Tool |
− | | | + | |Has sponsor=McNair Center |
|Has notes= | |Has notes= | ||
|Has project status= | |Has project status= |
Latest revision as of 12:47, 21 September 2020
Interactive Maps - The Whole Process | |
---|---|
Project Information | |
Has title | Interactive Maps - The Whole Process |
Has start date | |
Has deadline date | |
Has keywords | Tool |
Has project status | |
Has sponsor | McNair Center |
Has project output | How-to |
Copyright © 2019 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.