{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"},{"label":"GIS","url":"https://skillfed.io/packages/category/scientific-engineering-gis"}],"enrichment":{"capability":"Reproject shapely geometries between coordinate reference systems with a single function call, wrapping pyproj and shapely to simplify the common GIS transformation task.","skillfed_tags":["gis","geospatial","coordinate-transform"],"use_cases":["Convert a single shapely geometry from WGS84 (EPSG:4326) to a projected UTM zone for distance calculations.","Batch reproject geometries in a loop without writing the pyproj Transformer boilerplate each time.","Simplify coordinate system conversions in GIS scripts that don't warrant a full GeoPandas workflow.","Transform geometries between arbitrary EPSG codes in geospatial data processing pipelines."],"what_it_does":"Reproj is a minimal wrapper around pyproj and shapely that reduces the boilerplate needed to reproject individual shapely geometries between coordinate reference systems. Instead of manually creating a pyproj Transformer and calling shapely.ops.transform, you pass a geometry and two CRS identifiers to a single reproj() function. It mirrors the ease of use of GeoPandas's to_crs method but for standalone shapely features rather than GeoDataFrames.\n\nThe package is designed for developers working with vector geospatial data who need to transform individual geometries or small collections between coordinate systems. It requires Python 3.9 or later and depends on pyproj for coordinate transformation logic and shapely for geometry handling.","worth_installing":"Yes, if you work with individual shapely geometries and need frequent coordinate system transformations. The package genuinely simplifies a common task and has no security vulnerabilities. It is actively maintained, has low install friction, and uses a permissive license. The main caveat is its small ecosystem footprint (1 star, early beta status) \u2014 it is stable for its narrow purpose but not battle-tested at scale."},"id":"reproj","links":{"html":"https://skillfed.io/packages/reproj","md":"https://skillfed.io/packages/reproj.md","pypi":"https://pypi.org/project/reproj/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-31","license_spdx":null,"license_treatment":"permissive","name":"reproj","python_support":"supports_current","summary":"Reproject shapely geometries"},"popularity":{"monthly_downloads":267724,"position":8287,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
