Skip to main content

A package to easily convert structured data into various file formats

Project description

# iotrans

A package to easily convert structured data into various file formats

## Requirements * Python 3.6 * geopandas>=0.4.0 * xmltodict>=0.12.0

## Installation Using PIP via PyPI

pip install iotrans

Manually via GIT

git clone https://github.com/open-data-toronto/iotrans cd iotrans python setup.py install

## Usage

`python import geopandas as gpd import iotrans `

### Geospatial data to XML

`python df = gpd.read_file([data_path]) iotrans.to_file(df, './data.xml') ` ` './data.xml' `

### Output as a zip file

`python df = gpd.read_file([data_path]) iotrans.to_file(df, './data.shp') ` ` './data.zip' `

## Supported Formats ### Tabular Formats * CSV * JSON * XML

### Geospatial Formats * CSV * GeoJSON * GeoPackage * Shapefile

## Contribution All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

### Reporting issues Please report issues [here](https://github.com/open-data-toronto/iotrans/issues).

### Contributing Please develop in your own branch and create Pull Requests into the dev branch when ready for review and merge.

## License

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

iotrans-0.0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

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