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

From edegan.com
Jump to navigation Jump to search
imported>Kunal
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  
= Interactive Maps =  
+
{{Project
 +
|Has project output=How-to
 +
|Has image=
 +
|Has title=Interactive Maps - The Whole Process
 +
|Has owner=
 +
|Has start date=
 +
|Has deadline=
 +
|Has keywords=Tool
 +
|Has sponsor=McNair Center
 +
|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.  
Line 13: Line 26:
  
  
[[Image:input.jpg|400px|thumb|left|WhoIs input file in Excel]]
+
[[Image:input.png|400px|thumb|left|WhoIs input file in Excel]]
[[Image:output.jpg|400px|thumb|left|WhoIs output file in Excel]]
+
[[Image:output.png|400px|thumb|left|WhoIs output file in Excel]]
[[Image:leaflet.jpg|400px|thumb|left|Interactive map on Leaflet]]
+
[[Image:leaflet.png|400px|thumb|left|Interactive map on Leaflet]]
[[Image:marker.jpg|400px|thumb|left|Interactive map with Markers]]
+
[[Image:marker.png|400px|thumb|left|Interactive map with Markers]]

Latest revision as of 13:47, 21 September 2020


Project
Interactive Maps - The Whole Process
Project logo 02.png
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.


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