Skip to main content

r055y yearns to expand...

Project description

r055y

An open source spatial analysis library — a drop-in alternative to ArcPy, using geopandas and shapely under the hood.

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 for arcpy.analysis.Intersect
  • Supports multiple input layers (GeoDataFrames or file paths)
  • Auto-reprojects all inputs to base CRS
  • join_attributes options: ALL, NO_FID, ONLY_FID
  • output_type filtering: 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.2.tar.gz (42.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

r055y-0.0.2-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file r055y-0.0.2.tar.gz.

File metadata

  • Download URL: r055y-0.0.2.tar.gz
  • Upload date:
  • Size: 42.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for r055y-0.0.2.tar.gz
Algorithm Hash digest
SHA256 bca9a27fca5ea0ed9ac9928baae81b1184f9b86d2cd25b404e757909015215e5
MD5 b1a38ef7d2d53f8c36160cce52044767
BLAKE2b-256 b83fa0e4f499675241c4325e6693a6ceb36e38d93ffa84ee63df49a41dc2cd62

See more details on using hashes here.

File details

Details for the file r055y-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: r055y-0.0.2-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

Hashes for r055y-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6325e7cfc6c0a7b2c08f9bd85d0ae2add89a2a74f74f8d9a179a02c357fef4db
MD5 b3fa35951d99b33e081c58073f9d6c19
BLAKE2b-256 a08ec7986b0c758feff65eae9d288aebe37877397e8f3c84b9fae6516380bc00

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page