Skip to main content

INTERLIS Check Launcher

Project description

INTERLIS Tools Collection

Purpose

This module contains tools

  • for checking interlis1 and interlis2 files by calling REST service.
  • manipulate interlis1 files such as removing unused topics and tables

Install

pip install <path_to_your_wheel.whl>

That's it.

Version History

Version Release Notes
0.0.1 Initial Version

Examples

Check Interlis 1 file

# import module
from hinterlist import checker

# Create instance of Checker with default swisstopo ETL prod server paths:
mychecker = checker.Checker()

# Submit synchroneous job, d.h. wait until check finished
result = mychecker.run_check(
    xtf=r"P:\ath\to\interlis1.itf",
    ili=r"P:\ath\to\model.ili",
    mode=checker.Mode.SYNC,
    config=checker.Config.ESRI
)

# Print results
print(result.jobid)
print(result.logfile)
print(result.success)
print(result.valid)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

hinterlist-0.0.1-py2.py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 2 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