{"id":16721854,"url":"https://github.com/ranjanan/arcpy.jl","last_synced_at":"2026-02-12T15:33:17.548Z","repository":{"id":54370993,"uuid":"134967548","full_name":"ranjanan/Arcpy.jl","owner":"ranjanan","description":"Julia wrapper for the arcpy python package","archived":false,"fork":false,"pushed_at":"2021-02-22T20:00:54.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-26T07:27:29.886Z","etag":null,"topics":["arcpy"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranjanan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-26T14:18:05.000Z","updated_at":"2021-10-19T15:18:42.000Z","dependencies_parsed_at":"2022-08-13T13:40:37.715Z","dependency_job_id":null,"html_url":"https://github.com/ranjanan/Arcpy.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ranjanan/Arcpy.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjanan%2FArcpy.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjanan%2FArcpy.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjanan%2FArcpy.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjanan%2FArcpy.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranjanan","download_url":"https://codeload.github.com/ranjanan/Arcpy.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjanan%2FArcpy.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29370548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcpy"],"created_at":"2024-10-12T22:32:33.274Z","updated_at":"2026-02-12T15:33:17.534Z","avatar_url":"https://github.com/ranjanan.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arcpy.jl\n\n[![Build Status](https://travis-ci.org/ranjanan/Arcpy.jl.svg?branch=master)](https://travis-ci.org/ranjanan/Arcpy.jl) [![Coverage Status](https://coveralls.io/repos/ranjanan/Arcpy.jl/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/ranjanan/Arcpy.jl?branch=master) [![codecov.io](http://codecov.io/github/ranjanan/Arcpy.jl/coverage.svg?branch=master)](http://codecov.io/github/ranjanan/Arcpy.jl?branch=master)\n\n`Arcpy.jl` is a Julia wrapper around ESRI's [`arcpy` python package](http://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-arcpy-.htm). \n\n**Please note that you need an ArcGIS license for this package to work.**\n\n## Why use this wrapper?\n\nThis wrapper allows users of [`Circuitscape.jl`](https://github.com/Circuitscape/Circuitscape.jl) to interface\nwith `arcpy` while staying within the Julia environment and taking advantage of its parallel computing abilities. \n\n## Setup and Installation\n1. Make sure you have [ArcGIS](http://arcgis.com) installed on your system. Note that it works only on Windows. \n2. Open Julia. Run: \n```julia\nPkg.clone(\"https://github.com/ranjanan/Arcpy.jl\")\n```\n3. Now we need Julia to point to the python executable shipped with your copy of ArcGIS. To do that, do: \n```julia\nENV[\"PYTHON\"] = \"/path/to/arcgis/python\"\nPkg.build(\"Arcpy\")\n```\nIf all goes well, you should see a message from Julia that `PyCall` is now linked to your ArcGIS's python, and \n```julia\nusing Arcpy\n``` \nshould just work. \n\n## Usage \n\nIf you have `arcpy` python code that looks like: \n```python\nimport arcpy # loads python package\narcpy.some_arcpy_function(args...) \n```\nthe corresponding Julia code should look like: \n```julia\nusing Arcpy\nArcpy.some_arcpy_function(args...)\n```\nwith a small number of excpetions, such as \n```python\narcpy.env.workspace = \"some/workspace\"\n```\nshould be written as \n```julia\nArcpy.setenv(:workspace, \"some/workspace\")\n```\n\nSince `arcpy` has hundreds of functions, it is possible that not everything is wrapped. If you would like a particular wrapped, please [open an issue](https://github.com/ranjanan/Arcpy.jl/issues). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjanan%2Farcpy.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franjanan%2Farcpy.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjanan%2Farcpy.jl/lists"}