pyams-geoconverter


Namepyams-geoconverter JSON
Version 2.2.3 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS converter for geospatial files
upload_time2024-02-02 10:17:53
maintainer
docs_urlNone
authorThierry Florac
requires_python>=3.7
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
PyAMS GeoConverter package
==========================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS GeoConverter?
===========================

PyAMS GeoConverter is a small package which provides a single API which can be used to convert a
geospatial data file from one format to another; the default usage is to convert GeoJSON files
to ESRI shapefiles, but you can convert between all formats supported by GeoPandas package.

API also allows you to change coordinates reference system (CRS) during the conversion. All API
documentation is available via standard PyAMS Swagger endpoint.


Changelog
=========

2.2.3
-----
 - replaced '-' by '_' in shapefile filename separator

2.2.2
-----
 - added missing filename extension to ESRI Shapefile converter

2.2.1
-----
 - updated REST API route name and path configuration setting name
 - added filename to shapefile archive contents

2.2.0
-----
 - added argument to set output file encoding; default is "iso-8859-1" to be compliant with
   default driver which is ESRI Shapefile

2.1.0
-----
 - added argument to set output file compression mode

2.0.3
-----
 - updated test on incoming data when using multipart/form-data content type

2.0.2
-----
 - removed test of Content-Type header (which is removed when application is
   deployed behind Apache with mod_wsgi)

2.0.1
-----
 - updated Swagger API description
 - renamed columns in case of shapefile conversion

2.0.0
-----
 - migrated to Pyramid 2.0

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-geoconverter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/0f/d6/0862521cb444598320060477d83121421d0be2ea446a7eb82466af13a322/pyams_geoconverter-2.2.3.tar.gz",
    "platform": null,
    "description": "==========================\nPyAMS GeoConverter package\n==========================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS GeoConverter?\n===========================\n\nPyAMS GeoConverter is a small package which provides a single API which can be used to convert a\ngeospatial data file from one format to another; the default usage is to convert GeoJSON files\nto ESRI shapefiles, but you can convert between all formats supported by GeoPandas package.\n\nAPI also allows you to change coordinates reference system (CRS) during the conversion. All API\ndocumentation is available via standard PyAMS Swagger endpoint.\n\n\nChangelog\n=========\n\n2.2.3\n-----\n - replaced '-' by '_' in shapefile filename separator\n\n2.2.2\n-----\n - added missing filename extension to ESRI Shapefile converter\n\n2.2.1\n-----\n - updated REST API route name and path configuration setting name\n - added filename to shapefile archive contents\n\n2.2.0\n-----\n - added argument to set output file encoding; default is \"iso-8859-1\" to be compliant with\n   default driver which is ESRI Shapefile\n\n2.1.0\n-----\n - added argument to set output file compression mode\n\n2.0.3\n-----\n - updated test on incoming data when using multipart/form-data content type\n\n2.0.2\n-----\n - removed test of Content-Type header (which is removed when application is\n   deployed behind Apache with mod_wsgi)\n\n2.0.1\n-----\n - updated Swagger API description\n - renamed columns in case of shapefile conversion\n\n2.0.0\n-----\n - migrated to Pyramid 2.0\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS converter for geospatial files",
    "version": "2.2.3",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3aafee1d20166fea52c023849c76edd399af434c53888cf8ebd75693c956d853",
                "md5": "494516d967454e1eb31c1a9370803fa7",
                "sha256": "0dd498313f8752c2f2a1bdb88cc61c8782f43e260842aaa44d5bee892b399840"
            },
            "downloads": -1,
            "filename": "pyams_geoconverter-2.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "494516d967454e1eb31c1a9370803fa7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15482,
            "upload_time": "2024-02-02T10:17:45",
            "upload_time_iso_8601": "2024-02-02T10:17:45.690687Z",
            "url": "https://files.pythonhosted.org/packages/3a/af/ee1d20166fea52c023849c76edd399af434c53888cf8ebd75693c956d853/pyams_geoconverter-2.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fd60862521cb444598320060477d83121421d0be2ea446a7eb82466af13a322",
                "md5": "fccbc25a4d33e37bc17029313c6c98d5",
                "sha256": "c0ecd90a639e4bb3aa9cd2c39f61f7ab5b10f322de3ba5f50925d9e92e656e1d"
            },
            "downloads": -1,
            "filename": "pyams_geoconverter-2.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fccbc25a4d33e37bc17029313c6c98d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9336,
            "upload_time": "2024-02-02T10:17:53",
            "upload_time_iso_8601": "2024-02-02T10:17:53.028417Z",
            "url": "https://files.pythonhosted.org/packages/0f/d6/0862521cb444598320060477d83121421d0be2ea446a7eb82466af13a322/pyams_geoconverter-2.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 10:17:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-geoconverter"
}
        
Elapsed time: 0.17319s