Skip to content

Commit dac6727

Browse files
authored
Merge pull request #149 from maxmind/dlieou/add-nh-GeoIP2-Precision-Enterprise-Test
Dlieou/add nh geo ip2 precision enterprise test
2 parents 07a9bd0 + 854b89d commit dac6727

30 files changed

+86
-0
lines changed

source-data/GeoIP2-Precision-Enterprise-Test.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
}
222222
},
223223
{
224+
"confidence" : 60,
224225
"geoname_id" : 3333217,
225226
"iso_code" : "WBK",
226227
"names" : {
@@ -1796,6 +1797,91 @@
17961797
]
17971798
}
17981799
},
1800+
{
1801+
"::214.61.39.7/128": {
1802+
"city": {
1803+
"confidence": 40,
1804+
"geoname_id": 5089478,
1805+
"names": {
1806+
"en": "Merrimack",
1807+
"ja": "メリマック",
1808+
"pt-BR": "East Merrimack",
1809+
"ru": "Мерримак"
1810+
}
1811+
},
1812+
"continent": {
1813+
"code": "NA",
1814+
"geoname_id": 6255149,
1815+
"names": {
1816+
"de": "Nordamerika",
1817+
"en": "North America",
1818+
"es": "Norteamérica",
1819+
"fr": "Amérique du Nord",
1820+
"ja": "北アメリカ",
1821+
"pt-BR": "América do Norte",
1822+
"ru": "Северная Америка",
1823+
"zh-CN": "北美洲"
1824+
}
1825+
},
1826+
"country": {
1827+
"confidence": 99,
1828+
"geoname_id": 6252001,
1829+
"iso_code": "US",
1830+
"names": {
1831+
"de": "USA",
1832+
"en": "United States",
1833+
"es": "Estados Unidos",
1834+
"fr": "États Unis",
1835+
"ja": "アメリカ",
1836+
"pt-BR": "EUA",
1837+
"ru": "США",
1838+
"zh-CN": "美国"
1839+
}
1840+
},
1841+
"location": {
1842+
"accuracy_radius": 10,
1843+
"latitude": 42.8651,
1844+
"longitude": -71.4934,
1845+
"metro_code": 506,
1846+
"time_zone": "America/New_York"
1847+
},
1848+
"postal": {
1849+
"code": "03054",
1850+
"confidence": 40
1851+
},
1852+
"registered_country": {
1853+
"geoname_id": 6252001,
1854+
"iso_code": "US",
1855+
"names": {
1856+
"de": "USA",
1857+
"en": "United States",
1858+
"es": "Estados Unidos",
1859+
"fr": "États Unis",
1860+
"ja": "アメリカ",
1861+
"pt-BR": "EUA",
1862+
"ru": "США",
1863+
"zh-CN": "美国"
1864+
}
1865+
},
1866+
"subdivisions": [
1867+
{
1868+
"confidence": 80,
1869+
"geoname_id": 5090174,
1870+
"iso_code": "NH",
1871+
"names": {
1872+
"de": "New Hampshire",
1873+
"en": "New Hampshire",
1874+
"es": "Nueva Hampshire",
1875+
"fr": "New Hampshire",
1876+
"ja": "ニューハンプシャー州",
1877+
"pt-BR": "New Hampshire",
1878+
"ru": "Нью-Гэмпшир",
1879+
"zh-CN": "新罕布什尔州"
1880+
}
1881+
}
1882+
]
1883+
}
1884+
},
17991885
{
18001886
"::214.61.39.4/128": {
18011887
"city": {
0 Bytes
Binary file not shown.

test-data/GeoIP2-City-Test.mmdb

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

test-data/GeoIP2-Country-Test.mmdb

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

test-data/GeoIP2-Domain-Test.mmdb

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

test-data/GeoIP2-IP-Risk-Test.mmdb

0 Bytes
Binary file not shown.

test-data/GeoIP2-ISP-Test.mmdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)