SkillAgentSearch skills...

Countries

Tools to find out country where given GPS coordinates are

Install / Use

/learn @che0/Countries
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

These are two miniature tools intended to help with the task of finding what country are given GPS coordinates in.

The tools are:

-- copyshapes.py Filter country shapes to create a smaller shape file. Use like this:

  1. get world borders from http://thematicmapping.org/downloads/world_borders.php
  2. run python import copyshapes copyshapes.filter_file( lambda x: x.GetField('REGION') == 150, 'TM_WORLD_BORDERS-0.3.shp', 'EUROPE.shp' )

-- countries.py Find what countries given GPS coordinates are. Example: import countries cc = countries.CountryChecker('TM_WORLD_BORDERS-0.3.shp') print cc.getCountry(countries.Point(49.7821, 3.5708)).iso

LICENSE:

This code is in public domain.

Related Skills

View on GitHub
GitHub Stars105
CategoryDevelopment
Updated6mo ago
Forks29

Languages

Python

Security Score

72/100

Audited on Sep 18, 2025

No findings