pyproj

Installation
SKILL.md

PyProj - Coordinate Projections and Geodetic Math

PyProj is essential for any spatial analysis that requires high precision. It allows you to transform coordinates between thousands of different reference systems and compute distances on the Earth's ellipsoidal surface using the most accurate formulas (Vincenty, Karney).

When to Use

  • Converting GPS coordinates (WGS84) to local projected systems (e.g., UTM, Albers, State Plane).
  • Calculating precise distances, bearings, and areas on the Earth's surface (Geodetic math).
  • Defining custom Coordinate Reference Systems (CRS).
  • Handling transformations between different vertical datums.
  • Working with "Great Circle" paths and geodesics.
  • Identifying the best UTM zone for a specific location.

Reference Documentation

Official docs: https://pyproj4.github.io/pyproj/
PROJ (Engine): https://proj.org/
EPSG Registry: https://epsg.io/ (Essential for finding CRS codes)
Search patterns: pyproj.Transformer, pyproj.CRS, pyproj.Geod

Related skills

More from tondevrel/scientific-agent-skills

Installs
19
GitHub Stars
9
First Seen
Feb 8, 2026