How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Lisp library for converting between latitude/longitude and UTM.
The main features of jl2/utm are: Geospatial Frameworks, Lisp Geospatial Libraries.
Open-source alternatives to jl2/utm include: filonenko-mikhail/cl-ewkb — Common Lisp PostGIS EWKB data model and encoder/decoder. geopandas/geopandas — GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic… jswhit/pyproj — Python interface to PROJ (cartographic projections and coordinate transformations library). juliageo/geodesy.jl — Work with points defined in various coordinate systems. juliageo/geointerface.jl — A Julia Protocol for Geospatial Data. cleder/pygeoif.
Common Lisp PostGIS EWKB data model and encoder/decoder
GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic geometries—points, lines, and polygons—as a first-class column type within DataFrames, enabling users to store, manipulate, and analyze vector spatial data alongside traditional tabular attributes. The library is built on top of proven geospatial components: it uses Shapely for all geometric operations, Fiona and GDAL for reading and writing standard spatial file formats, PyProj for coordinate reprojection, and an R‑tree spatial index (from Shapely) to accelerate spatial queries. Wh
Python interface to PROJ (cartographic projections and coordinate transformations library)