Metadata-Version: 2.1
Name: pyinfraformat
Version: 23.1.2
Summary: Python library for Finnish Infraformat
Author: Ari Hartikainen, Taavi Dettenborn, Martti Hallipelto
License: Apache-2.0
Keywords: infraformat
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chardet
Requires-Dist: folium
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pyproj
Requires-Dist: xmltodict
Requires-Dist: owslib
Requires-Dist: requests
Requires-Dist: tqdm

![pyinfraformat](https://github.com/ahartikainen/pyinfraformat/workflows/pyinfraformat/badge.svg?branch=master) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![codecov](https://codecov.io/gh/ahartikainen/pyinfraformat/branch/master/graph/badge.svg)](https://codecov.io/gh/ahartikainen/pyinfraformat)


# pyinfraformat
Python library for Finnish Infraformat (version 2.5)

## Installation

Latest (stable) `pyinfraformat` can be installed with pip

    python -m pip install pyinfraformat

The latest (unstable) version can be installed from git with pip (needs git-tools).

    python -m pip install git+https://github.com/ahartikainen/pyinfraformat

Library can be installed also by `git clone` / downloading zip.

    git clone https://github.com/ahartikainen/pyinfraformat
    cd pyinfraformat
    python -m pip install .

To install inplace for development work, use `-e` command.

    python -m pip install -e .
