User:Jules/domainsgeofrontiers

From XPUB & Lens-Based wiki
< User:Jules
Revision as of 18:09, 8 December 2015 by Jules (talk | contribs) (Created page with "While making an application to retrieve pictures associated with websites on the basis of the geolocation, I realised that some big websites could come up with different locat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

While making an application to retrieve pictures associated with websites on the basis of the geolocation, I realised that some big websites could come up with different locations on the basis of the url I typed.

{
'website': ' facebook.fr ',
'city': ' Menlo Park ',
'time_zone': ' America/Los_Angeles ',
'longitude ':' -122.1781 ',
'latitude': ' 37.459 ',
'country_code': ' US ',
'country_name': ' United States ',
'continent': ' NA '
},{
'website': ' facebook.com ',
'city': ' Kensington ',
'time_zone': ' America/New_York ',
'longitude ':' -80.948 ',
'latitude': ' 40.7212 ',
'country_code': ' US ',
'country_name': ' United States ',
'continent': ' NA '
},{
'website': ' www.facebook.com ',
'city': ' None ',
'time_zone': ' Europe/Dublin ',
'longitude ':' -6.2597 ',
'latitude': ' 53.3478 ',
'country_code': ' IE ',
'country_name': ' Ireland ',
'continent': ' EU '
}

I looked a bit more into facebook because I remembered some article I read about its European data centers, based in Ireland.


Then I tested all the other available, using the Country code top-level domains list from wikipedia [1]. Some things are very interesting about this list. For instance the fact that .su (Soviet Union) is still in use.