Skip to main content

PyAMS converter for geospatial files

Project description

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; source code is available on Gitlab and pushed to Github. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyams_geoconverter-2.2.3.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

pyams_geoconverter-2.2.3-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page