Open source ArcPy alternative and AI-ready GIS guardrails for spatial analysis without hallucination.
Project description
r055y
An open source spatial analysis library and AI-ready GIS toolkit. Built as a drop-in alternative to ArcPy — and as a reliable set of guardrails for AI systems like Claude to perform GIS operations without hallucination.
Install
pip install r055y
Usage
import r055y as r
result = r.intersect(
inputs=["layer1.shp", "layer2.shp"],
output="result.gpkg", # optional — omit to get a GeoDataFrame back
join_attributes="ALL", # ALL | NO_FID | ONLY_FID
output_type="POLYGON" # POLYGON | LINE | POINT (optional)
)
ArcPy equivalent
| ArcPy | r055y |
|---|---|
arcpy.analysis.Intersect([lyr1, lyr2], out) |
r.intersect([lyr1, lyr2], out) |
Changelog
v0.1.0 — 2026-06-24
- Added
intersect()— open source replacement forarcpy.analysis.Intersect - Supports multiple input layers (GeoDataFrames or file paths)
- Auto-reprojects all inputs to base CRS
join_attributesoptions: ALL, NO_FID, ONLY_FIDoutput_typefiltering: POLYGON, LINE, POINT- Optional file output (shapefile, GeoPackage, etc.)
v0.0.1 — 2026-06-24
- Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file r055y-0.0.4.tar.gz.
File metadata
- Download URL: r055y-0.0.4.tar.gz
- Upload date:
- Size: 42.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52bf29fb608fe4af60b7654eb243f5ec9f0eb1af72249964a3deb0d63c847316
|
|
| MD5 |
69ae41ed9a954dafcf0bf81d879eac0b
|
|
| BLAKE2b-256 |
3beb489e1ef431f67f0689149cff171165fd0e988adbb467ae677eaafe74b186
|
File details
Details for the file r055y-0.0.4-py3-none-any.whl.
File metadata
- Download URL: r055y-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af3a705a8fe0c1aa74d49a36447b379c38ce476f7e1953ecc620867e488f025e
|
|
| MD5 |
c3fd97d00849b5a1629f70ca452fce10
|
|
| BLAKE2b-256 |
3ce3731da4406720e5dc1b60b059728c0061b086163f691a43f8139d00ea9024
|