Overview of cuProj
branch-25.04cuProj is a library and Python package designed for accelerated geographic and geodetic coordinate transformations on GPUs. It is capable of transforming billions of geospatial coordinates per second.
Key characteristics:
- Performance: Implemented in CUDA C++ for high-performance GPU execution.
- API Compatibility: The Python API closely matches PyProj, allowing for seamless transitions between CPU and GPU workflows.
- Current Support: Currently supports a subset of Proj transformations, specifically WGS84 (EPSG: 4326) to/from any of the 60 UTM zone transformations (EPSG: 32601-32660, 32701-32760).