assetic-esri


Nameassetic-esri JSON
Version 1.3.0.2 PyPI version JSON
download
home_pagehttp://www.assetic.com
SummaryAssetic ESRI Integration API
upload_time2024-01-29 01:10:54
maintainer
docs_urlNone
author
requires_python
license
keywords assetic esri integration apis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Assetic ESRI integration SDK
============================
This package provides tools that can be used to assist with integration between Assetic and ESRI.  The tools may be included in the ArcMap python add-in, or in scripts run outside of the ArcMap desktop environment



**Changelog**

**Release 1.3.0.2**
    *   Added alternative method for getting layer fields to support enterprise geodatabase layer connections

**Release 1.3.0.1**
    *   Added boolean parameter for creation of Functional Location when checking for it's existence during asset association

**Release 1.3.0.0**
    *   Added support for Component and Dimension 'upsert' where the Component and or Dimension is created as
        part of the Asset update if the Component/Dimension does not already exist.
        Requires Assetic SDK 2023.16.1.2 minimum, and configuration setting to enable

**Release 1.2.1.1**
    *   Resolve release issue

**Release 1.2.1.0**
    *   Fixed an issue when creating assets where domain lookups for Subtype Field were not resolved, resulting in the create applying the "CodedValue" for domain attributes

**Release 1.2.0.10**
    *   Fixed an issue when writing the asset Id value back to the layer attributes when using a "CodedValue" domain and resolving lookups
    *   Fixed an issue when updating assets where domain lookups were not resolved, resulting in the update applying the "CodedValue" for domain attributes
    *   Fixed an issue where the component type was set to an incorrect value if the type was defined by an attribute field, rather than a default

**Release 1.2.0.9**
    *   Support subtypes where the domain is of type "CodedValue" and the description value is needed rather than
        the code value which is the default.
        To use set <resolve_lookups>True</resolve_lookups> in config for the layer
    *   Cater for data with M dimension (strip null M from upload to Assetic)

**Release 1.2.0.8**
    *   Standardise functional location creation

**Release 1.2.0.7**
    *   Correct error with support for table only layers

**Release 1.2.0.6**
    *   Improve unhandled exception logging by ensuring exception still output to stderr as well as logger
    *   Support legacy use of deprecated CommonTools.force_use_arcpy_addmessage
    *   Improve messaging around testing of Functional Location existence prior to creation

**Release 1.2.0.5**
    *   Moved create/update methods from python-sdk in to this package

**Release 1.2.0.4**
    *   Fixed logging issues
    *   Moved bulk_update_spatial method from python-sdk to assetic-esri-sdk

**Release 1.2.0.3**
    *   Moved common GIS functionality to shared Assetic Python SDK (pypi: assetic)

**Release 1.2.0.2**
    *   Fix issue where functional location not created if type defined by
        an attribute field rather than a default

**Release 1.2.0.1**
    *   Fix issue where spatial upload was skipped in some circumstances

**Release 1.2.0.0**
    *   Introduced support for layers with no spatial data, i.e. tables
    *   Allow for updating components of the same type by including
        component name when obtaining the component to update
    *   Ensure log level is correctly set

**Release 1.1.3.2**
    *   Improve messaging if missing configuration

**Release 1.1.3.1**
    *   Cater for partial asset creation whereby the asset is created
        but a component, dimension, or functional location association
        fails.  Reported as a partial success, and the GIS is updated
        with the asset Id and optionally the component ID if created
    *   Requires the assetic python package 2020.6.1.1 as a minimum

**Release 1.1.2.1**
    *   Support configuration where id not a functional location field
    *   Improve messaging around missing configurations

**Release 1.1.2.0**
    *   Add option to apply custom calculation script that allows
        fields from layer to be used to derive new fields to be used for
        input to Assetic.  The derived field does not need to be in the layer

**Release 1.1.1.1**
    *   Add XML configuration option to set threshold at which bulk
        update occurs via Data Exchange rather than per asset

**Release 1.1.1.0**
    *   Introduced support for creating and updating Functional Location for a Functional Location layer
    *   Introduced support for associating an asset with a Functional Location on asset creation or update
    *   Introduced bulk update process where feature count exceeds 250.
        Data Exchange is used to apply the updates as it is a more
        efficient process for large volume updates.

**Release 1.0.1.14**
    *   Fix issue caused by missing bracket in version check

**Release 1.0.1.13**
    *   Check the Assetic folder exists in %APPDATA% and if not create it
    *   Fix issue reading XML configuration setting for upload_spatial

**Release 1.0.1.12**
    *   When initiating the settings in the xml configuration file will be
        used in preference to the passed in logfile name and level
    *   Prior to initialisation of the logging, unhandled errors will be
        written to %APPDATA%/assetic/addin.log

**Release 1.0.1.10**
    *   Cater for multiple network measure addition records against a
        single component provided the shape differs for each

**Release 1.0.1.9**
    *   Cater for arcs/circles in polygon and polyline definitions
    *   Add arcpy Progressor option for progress messages when using
        model builder

**Release 1.0.1.8**
    *   On asset creation the status did not match the layer configuration

**Release 1.0.1.7**
    *   Add support for creating and updating Component, Dimension and Address, standardise spatial upload.
    *   Improve error logging to catch unhandled exceptions
    *   Minimum required Assetic package is 2019.2.3.0

**Release 1.0.1.6**
    *	Correct potential issue with unsupported spatial data upload

**Release 1.0.1.5**
    *	Add property config.force_use_arcpy_addmessage as boolean.
        If using Model Builder in ArcMap it ensures messages are written to the	Model Builder run dialog rather than a separate
        pop-up dialog that can get lost behind the Model Builder dialog.  Default = False

**Release 1.0.1.4**
    *	Allow a filter to be provided on asset creation
    *	Correct issue with setting log file

**Release 1.0.1.1**
    *	Publish to pypi

**Release 1.0.1.0**
    *	Include default field configuration option

**Release 1.0.0.0**
    *	Initial Build

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.assetic.com",
    "name": "assetic-esri",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Assetic ESRI Integration APIs",
    "author": "",
    "author_email": "developer@assetic.com",
    "download_url": "",
    "platform": null,
    "description": "Assetic ESRI integration SDK\r\n============================\r\nThis package provides tools that can be used to assist with integration between Assetic and ESRI.  The tools may be included in the ArcMap python add-in, or in scripts run outside of the ArcMap desktop environment\r\n\r\n\r\n\r\n**Changelog**\r\n\r\n**Release 1.3.0.2**\r\n    *   Added alternative method for getting layer fields to support enterprise geodatabase layer connections\r\n\r\n**Release 1.3.0.1**\r\n    *   Added boolean parameter for creation of Functional Location when checking for it's existence during asset association\r\n\r\n**Release 1.3.0.0**\r\n    *   Added support for Component and Dimension 'upsert' where the Component and or Dimension is created as\r\n        part of the Asset update if the Component/Dimension does not already exist.\r\n        Requires Assetic SDK 2023.16.1.2 minimum, and configuration setting to enable\r\n\r\n**Release 1.2.1.1**\r\n    *   Resolve release issue\r\n\r\n**Release 1.2.1.0**\r\n    *   Fixed an issue when creating assets where domain lookups for Subtype Field were not resolved, resulting in the create applying the \"CodedValue\" for domain attributes\r\n\r\n**Release 1.2.0.10**\r\n    *   Fixed an issue when writing the asset Id value back to the layer attributes when using a \"CodedValue\" domain and resolving lookups\r\n    *   Fixed an issue when updating assets where domain lookups were not resolved, resulting in the update applying the \"CodedValue\" for domain attributes\r\n    *   Fixed an issue where the component type was set to an incorrect value if the type was defined by an attribute field, rather than a default\r\n\r\n**Release 1.2.0.9**\r\n    *   Support subtypes where the domain is of type \"CodedValue\" and the description value is needed rather than\r\n        the code value which is the default.\r\n        To use set <resolve_lookups>True</resolve_lookups> in config for the layer\r\n    *   Cater for data with M dimension (strip null M from upload to Assetic)\r\n\r\n**Release 1.2.0.8**\r\n    *   Standardise functional location creation\r\n\r\n**Release 1.2.0.7**\r\n    *   Correct error with support for table only layers\r\n\r\n**Release 1.2.0.6**\r\n    *   Improve unhandled exception logging by ensuring exception still output to stderr as well as logger\r\n    *   Support legacy use of deprecated CommonTools.force_use_arcpy_addmessage\r\n    *   Improve messaging around testing of Functional Location existence prior to creation\r\n\r\n**Release 1.2.0.5**\r\n    *   Moved create/update methods from python-sdk in to this package\r\n\r\n**Release 1.2.0.4**\r\n    *   Fixed logging issues\r\n    *   Moved bulk_update_spatial method from python-sdk to assetic-esri-sdk\r\n\r\n**Release 1.2.0.3**\r\n    *   Moved common GIS functionality to shared Assetic Python SDK (pypi: assetic)\r\n\r\n**Release 1.2.0.2**\r\n    *   Fix issue where functional location not created if type defined by\r\n        an attribute field rather than a default\r\n\r\n**Release 1.2.0.1**\r\n    *   Fix issue where spatial upload was skipped in some circumstances\r\n\r\n**Release 1.2.0.0**\r\n    *   Introduced support for layers with no spatial data, i.e. tables\r\n    *   Allow for updating components of the same type by including\r\n        component name when obtaining the component to update\r\n    *   Ensure log level is correctly set\r\n\r\n**Release 1.1.3.2**\r\n    *   Improve messaging if missing configuration\r\n\r\n**Release 1.1.3.1**\r\n    *   Cater for partial asset creation whereby the asset is created\r\n        but a component, dimension, or functional location association\r\n        fails.  Reported as a partial success, and the GIS is updated\r\n        with the asset Id and optionally the component ID if created\r\n    *   Requires the assetic python package 2020.6.1.1 as a minimum\r\n\r\n**Release 1.1.2.1**\r\n    *   Support configuration where id not a functional location field\r\n    *   Improve messaging around missing configurations\r\n\r\n**Release 1.1.2.0**\r\n    *   Add option to apply custom calculation script that allows\r\n        fields from layer to be used to derive new fields to be used for\r\n        input to Assetic.  The derived field does not need to be in the layer\r\n\r\n**Release 1.1.1.1**\r\n    *   Add XML configuration option to set threshold at which bulk\r\n        update occurs via Data Exchange rather than per asset\r\n\r\n**Release 1.1.1.0**\r\n    *   Introduced support for creating and updating Functional Location for a Functional Location layer\r\n    *   Introduced support for associating an asset with a Functional Location on asset creation or update\r\n    *   Introduced bulk update process where feature count exceeds 250.\r\n        Data Exchange is used to apply the updates as it is a more\r\n        efficient process for large volume updates.\r\n\r\n**Release 1.0.1.14**\r\n    *   Fix issue caused by missing bracket in version check\r\n\r\n**Release 1.0.1.13**\r\n    *   Check the Assetic folder exists in %APPDATA% and if not create it\r\n    *   Fix issue reading XML configuration setting for upload_spatial\r\n\r\n**Release 1.0.1.12**\r\n    *   When initiating the settings in the xml configuration file will be\r\n        used in preference to the passed in logfile name and level\r\n    *   Prior to initialisation of the logging, unhandled errors will be\r\n        written to %APPDATA%/assetic/addin.log\r\n\r\n**Release 1.0.1.10**\r\n    *   Cater for multiple network measure addition records against a\r\n        single component provided the shape differs for each\r\n\r\n**Release 1.0.1.9**\r\n    *   Cater for arcs/circles in polygon and polyline definitions\r\n    *   Add arcpy Progressor option for progress messages when using\r\n        model builder\r\n\r\n**Release 1.0.1.8**\r\n    *   On asset creation the status did not match the layer configuration\r\n\r\n**Release 1.0.1.7**\r\n    *   Add support for creating and updating Component, Dimension and Address, standardise spatial upload.\r\n    *   Improve error logging to catch unhandled exceptions\r\n    *   Minimum required Assetic package is 2019.2.3.0\r\n\r\n**Release 1.0.1.6**\r\n    *\tCorrect potential issue with unsupported spatial data upload\r\n\r\n**Release 1.0.1.5**\r\n    *\tAdd property config.force_use_arcpy_addmessage as boolean.\r\n        If using Model Builder in ArcMap it ensures messages are written to the\tModel Builder run dialog rather than a separate\r\n        pop-up dialog that can get lost behind the Model Builder dialog.  Default = False\r\n\r\n**Release 1.0.1.4**\r\n    *\tAllow a filter to be provided on asset creation\r\n    *\tCorrect issue with setting log file\r\n\r\n**Release 1.0.1.1**\r\n    *\tPublish to pypi\r\n\r\n**Release 1.0.1.0**\r\n    *\tInclude default field configuration option\r\n\r\n**Release 1.0.0.0**\r\n    *\tInitial Build\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Assetic ESRI Integration API",
    "version": "1.3.0.2",
    "project_urls": {
        "Homepage": "http://www.assetic.com"
    },
    "split_keywords": [
        "assetic",
        "esri",
        "integration",
        "apis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7f1ef01939933a5be2e838823f60c0accbe4abca61e00d7aac25579b15d8148",
                "md5": "b2a1b9ffde257a549b64fbaf9c6ab017",
                "sha256": "111246b82fabd35370f1eeaa7ce0c1f75ac5604a9edcbf966991a9d7ea990919"
            },
            "downloads": -1,
            "filename": "assetic_esri-1.3.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2a1b9ffde257a549b64fbaf9c6ab017",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 46205,
            "upload_time": "2024-01-29T01:10:54",
            "upload_time_iso_8601": "2024-01-29T01:10:54.305558Z",
            "url": "https://files.pythonhosted.org/packages/a7/f1/ef01939933a5be2e838823f60c0accbe4abca61e00d7aac25579b15d8148/assetic_esri-1.3.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 01:10:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "assetic-esri"
}
        
Elapsed time: 0.24899s