a0f005d70ecb78a51580a8247a1755f9c53e74d2
galt
  Mon Jun 13 16:23:42 2016 -0700
Initial check-in of geoIp basics.

diff --git src/hg/geoIp/geoIpCountry.as src/hg/geoIp/geoIpCountry.as
new file mode 100644
index 0000000..edb5336
--- /dev/null
+++ src/hg/geoIp/geoIpCountry.as
@@ -0,0 +1,8 @@
+table geoIpCountry
+"Map Ip ranges to country code."
+(
+uint ipStart;   "First internet IP address of range."
+uint ipEnd;     "Last  internet IP address of range."
+string countryId; "Country id code. Two letters."
+)
+