aeroterra-ds


Nameaeroterra-ds JSON
Version 1.0.24 PyPI version JSON
download
home_pagehttps://example.com
SummaryPython Functions To Work With GeoSpatial Data & ArcGis in a simpler way
upload_time2024-04-29 14:05:00
maintainerNone
docs_urlNone
authorData Science
requires_python>=3.6
licenseNone
keywords arcgis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aeroterra Data Science

A python library with basic functions to ahieve your geospatial data science projects using the arcgis environment.


# Packages

The Library counts with different packages across its extension

## Layers

Created to handle arcgis layers, their information and metadata.

 - layers
	 - get_layer
	 - clone_layer
	 - create_layer
	 - add_to_layer
	 - update_layer
	 - empty_layer
	 - create_empty_gdf
	 - read_full_layer
	 - read_layer_gdf
 - fields
	 - add_field
	 - delete_field
	 - get_fields
	 - get_fields
	 - get_objectid_field
 - properties
	 - get_symbology
	 - get_layer_crs
	 - get_layer_extent

## Geometry

Created to handle geometries, in arcgis and shapely formats.
 - change_crs
	 - change_crs
 - geometry
     - get_arcgis_geometry
     - get_geo_json

            

Raw data

            {
    "_id": null,
    "home_page": "https://example.com",
    "name": "aeroterra-ds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "arcgis",
    "author": "Data Science",
    "author_email": "aeroterra_ds@aeroterra.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/61/ffc823bfb97cc91fcba6e4451c628b3a76f6b480f5f41c6f22a03641a6f5/aeroterra_ds-1.0.24.tar.gz",
    "platform": null,
    "description": "# Aeroterra Data Science\r\n\r\nA python library with basic functions to ahieve your geospatial data science projects using the arcgis environment.\r\n\r\n\r\n# Packages\r\n\r\nThe Library counts with different packages across its extension\r\n\r\n## Layers\r\n\r\nCreated to handle arcgis layers, their information and metadata.\r\n\r\n - layers\r\n\t - get_layer\r\n\t - clone_layer\r\n\t - create_layer\r\n\t - add_to_layer\r\n\t - update_layer\r\n\t - empty_layer\r\n\t - create_empty_gdf\r\n\t - read_full_layer\r\n\t - read_layer_gdf\r\n - fields\r\n\t - add_field\r\n\t - delete_field\r\n\t - get_fields\r\n\t - get_fields\r\n\t - get_objectid_field\r\n - properties\r\n\t - get_symbology\r\n\t - get_layer_crs\r\n\t - get_layer_extent\r\n\r\n## Geometry\r\n\r\nCreated to handle geometries, in arcgis and shapely formats.\r\n - change_crs\r\n\t - change_crs\r\n - geometry\r\n     - get_arcgis_geometry\r\n     - get_geo_json\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python Functions To Work With GeoSpatial Data & ArcGis in a simpler way",
    "version": "1.0.24",
    "project_urls": {
        "Homepage": "https://example.com"
    },
    "split_keywords": [
        "arcgis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c161ffc823bfb97cc91fcba6e4451c628b3a76f6b480f5f41c6f22a03641a6f5",
                "md5": "b9033bfb346e9cb20806f8828feaa2b3",
                "sha256": "b005460af5d986a452ecbc390fc0b302343c829901d77a5b779f9a9954f946b1"
            },
            "downloads": -1,
            "filename": "aeroterra_ds-1.0.24.tar.gz",
            "has_sig": false,
            "md5_digest": "b9033bfb346e9cb20806f8828feaa2b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9233,
            "upload_time": "2024-04-29T14:05:00",
            "upload_time_iso_8601": "2024-04-29T14:05:00.227471Z",
            "url": "https://files.pythonhosted.org/packages/c1/61/ffc823bfb97cc91fcba6e4451c628b3a76f6b480f5f41c6f22a03641a6f5/aeroterra_ds-1.0.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 14:05:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aeroterra-ds"
}
        
Elapsed time: 0.28464s