pyparcels


Namepyparcels JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/kgalliher/arcgis-pythonapi/
SummaryHelper functions for simplifying parcel fabric workflows with the ArcGIS Python API
upload_time2024-10-05 18:45:39
maintainerNone
docs_urlNone
authorKen Galliher
requires_python<4,>=3.6
licenseNone
keywords arcgis python api parcels development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Parcel Fabric Python API Utils
## Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API

**Install arcgis module**

`conda install -c esri arcgis`

**Install [pyparcels](https://pypi.org/project/pyparcels/)**

`pip install pyparcels`


### Utils
- Basic functions to write json to a file, get a server token and a simple timer decorator

### Features
#### features/feature_utils
- Functions for getting and querying FeatureLayer and FeatureLayerCollection objects. 
- Simplifies and shortens return values for basic feature layer info.

### Versioning
#### versioning/versioning_utils
- Functions for creating and deleting versions. 
- Start and stop edit sessions for branch versioned editing.

### Parcels
#### parcels/parcels_utils
- Functions to query parcel features 
- Returns dicts with correct format for submission to Parcel Fabric REST methods.  
- Create parcel records for record driven workflows. 
- Copy external line features into a parcel type.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kgalliher/arcgis-pythonapi/",
    "name": "pyparcels",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "arcgis python api, parcels, development",
    "author": "Ken Galliher",
    "author_email": "kgalliher092@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Parcel Fabric Python API Utils\r\n## Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API\r\n\r\n**Install arcgis module**\r\n\r\n`conda install -c esri arcgis`\r\n\r\n**Install [pyparcels](https://pypi.org/project/pyparcels/)**\r\n\r\n`pip install pyparcels`\r\n\r\n\r\n### Utils\r\n- Basic functions to write json to a file, get a server token and a simple timer decorator\r\n\r\n### Features\r\n#### features/feature_utils\r\n- Functions for getting and querying FeatureLayer and FeatureLayerCollection objects. \r\n- Simplifies and shortens return values for basic feature layer info.\r\n\r\n### Versioning\r\n#### versioning/versioning_utils\r\n- Functions for creating and deleting versions. \r\n- Start and stop edit sessions for branch versioned editing.\r\n\r\n### Parcels\r\n#### parcels/parcels_utils\r\n- Functions to query parcel features \r\n- Returns dicts with correct format for submission to Parcel Fabric REST methods.  \r\n- Create parcel records for record driven workflows. \r\n- Copy external line features into a parcel type.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API",
    "version": "1.4.0",
    "project_urls": {
        "Bug Reports": "https://github.com/kgalliher/arcgis-pythonapi/issues/",
        "Homepage": "https://github.com/kgalliher/arcgis-pythonapi/",
        "Source": "https://github.com/kgalliher/arcgis-pythonapi/"
    },
    "split_keywords": [
        "arcgis python api",
        " parcels",
        " development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4df22dcda27fc7c3c907ddb627f9b9e497f7257850b81b6950c9899b0def25e7",
                "md5": "3d5d5c16c9d4485d0a65273f85fe1962",
                "sha256": "90163d17a1e642891d3d29e79783f7b5d18fa7b5768482121c5a40577e624cc7"
            },
            "downloads": -1,
            "filename": "pyparcels-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d5d5c16c9d4485d0a65273f85fe1962",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 10161,
            "upload_time": "2024-10-05T18:45:39",
            "upload_time_iso_8601": "2024-10-05T18:45:39.754353Z",
            "url": "https://files.pythonhosted.org/packages/4d/f2/2dcda27fc7c3c907ddb627f9b9e497f7257850b81b6950c9899b0def25e7/pyparcels-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 18:45:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kgalliher",
    "github_project": "arcgis-pythonapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyparcels"
}
        
Elapsed time: 0.34812s