Skip to main content

Tools to work with Amsterdam schema.

Project description

amsterdam-schema-tools

Set of libraries and tools to work with Amsterdam schema.

Install the package with: pip install amsterdam-schema-tools

Currently, the following cli commands are available:

  • schema import schema
  • schema import ndjson
  • schema show schema
  • schema show tablenames
  • schema introspect db
  • schema introspect geojson *.geojson
  • schema validate

The tools expect either a DATABASE_URL environment variable or a command-line option --db-url with a DSN.

The output is a json-schema output according to the Amsterdam schemas definition for the tables that are being processed.

Generate amsterdam schema from existing database tables

The --prefix argument controls whether table prefixes are removed in the schema, because that is required for Django models.

As example we can generate a BAG schema. Point DATABASE_URL to bag_v11 database and then run :

schema show tablenames | sort | awk '/^bag_/{print}' | xargs schema introspect db bag --prefix bag_ | jq

The jq formats it nicely and it can be redirected to the correct directory in the schemas repository directly.

Express amsterdam schema information in relational tables

Amsterdam schema is expressed as jsonschema. However, to make it easier for people with a more relational mind- or toolset it is possible to express amsterdam schema as a set of relational tables. These tables are meta_dataset, meta_table and meta_field.

It is possible to convert a jsonschema into the relational table structure and vice-versa.

This command converts a dataset from an existing dataset in jsonschema format:

schema import schema <id of dataset>

To convert from relational tables back to jsonschema:

schema show schema <id of dataset>

Generating amsterdam schema from existing GeoJSON files

The following command can be used to inspect and import the GeoJSON files:

schema introspect geojson <dataset-id> *.geojson > schema.json
edit schema.json  # fine-tune the table names
schema import geojson schema.json <table1> file1.geojson
schema import geojson schema.json <table2> file2.geojson

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

amsterdam-schema-tools-0.14.4.tar.gz (40.2 kB view details)

Uploaded Source

Built Distribution

amsterdam_schema_tools-0.14.4-py3-none-any.whl (63.3 kB view details)

Uploaded Python 3

File details

Details for the file amsterdam-schema-tools-0.14.4.tar.gz.

File metadata

  • Download URL: amsterdam-schema-tools-0.14.4.tar.gz
  • Upload date:
  • Size: 40.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for amsterdam-schema-tools-0.14.4.tar.gz
Algorithm Hash digest
SHA256 9cb71950d53fe2b245b0b7947507a13c7aebc5181b00889011d6267332fd8c2e
MD5 e914d78ae36e4835ec13aa6753de3e7b
BLAKE2b-256 7e4ea98b0016e245e2ac1418a27635f0361fd7e2d076765054e733cbfbb882dd

See more details on using hashes here.

File details

Details for the file amsterdam_schema_tools-0.14.4-py3-none-any.whl.

File metadata

  • Download URL: amsterdam_schema_tools-0.14.4-py3-none-any.whl
  • Upload date:
  • Size: 63.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.6

File hashes

Hashes for amsterdam_schema_tools-0.14.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9f76654cef6f7e1832cc51844437f8b19b9b22c71633128832a9ac8cff553cd9
MD5 44f8ba1a4e1b2c48b88d05624ccea134
BLAKE2b-256 5186cd296b9b4f58fe2fdcdf986bf4609fe86eacdbd05ed866c803f2d9012d66

See more details on using hashes here.

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