Open source spatial analysis library with AI-ready GIS tools for hallucination-free spatial operations.
Project description
r055y
An open source spatial analysis library built for AI-driven GIS workflows. Designed to give AI systems like Claude reliable, hallucination-free tools for spatial operations.
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)
)
Changelog
v0.0.3 — 2026-06-24
- Updated package description
v0.0.2 — 2026-06-24
- Added
intersect()for geometric intersection of vector layers - 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
r055y-0.0.5.tar.gz
(42.3 kB
view details)
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
r055y-0.0.5-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file r055y-0.0.5.tar.gz.
File metadata
- Download URL: r055y-0.0.5.tar.gz
- Upload date:
- Size: 42.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80c8b2250c9e9e494ee8f8416ac36a4e9039af6b74a449e439453de2e7ecafbe
|
|
| MD5 |
31773e2a6fffb53971bb15c160feae08
|
|
| BLAKE2b-256 |
5aaccdb12e70320be0cdf3e847547f01dfaa6a6289cc6544609e87ff74659998
|
File details
Details for the file r055y-0.0.5-py3-none-any.whl.
File metadata
- Download URL: r055y-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
bb3518a65464b78814acc971c702a4a7c10b526657ad2af2f2b5141f19e4bb2e
|
|
| MD5 |
a379aa1200cb2fbb4bbfafea3805f92a
|
|
| BLAKE2b-256 |
70bc1a5769b1c0192b6d81322d40df5815ec646954edecf9ab0d3509fcf644bf
|