Skip to main content

CLI tools such as validation and file format conversion for fiboa.

Project description

fiboa CLI

A command-line interface (CLI) for working with fiboa.

Getting Started

In order to make working with fiboa easier we have developed command-line interface (CLI) tools such as inspection, validation and file format conversions.

Installation

You will need to have Python 3.9 or any later version installed.

Run pip install fiboa-cli in the CLI to install the validator.

Optional: To install additional dependencies for specific converters, you can for example run: pip install fiboa-cli[xyz] with xyz being the converter name.

Note on versions:

  • fiboa CLI >= 0.3.0 works with fiboa version > 0.2.0
  • fiboa CLI < 0.3.0 works with fiboa version = 0.1.0

Execute a command

After the installation you should be able to run the following command: fiboa

You should see usage instructions and available commands for the CLI.

fiboa CLI supports various commands to work with the files:

Commands

Validation

To validate a fiboa GeoParquet or GeoJSON file, you can for example run:

  • GeoJSON: fiboa validate example.json --collection collection.json
  • GeoParquet: fiboa validate example.parquet --data

Check fiboa validate --help for more details.

The validator also supports remote files.

  • http:// or https://: no further configuration is needed.
  • s3://: s3fs needs to be installed (run pip install .[s3]) and you may need to set environment variables. Refer here for how to define credentials.
  • gs://: gcsfs needs to be installed (run pip install .[gcs]). By default, gcsfs will attempt to use your default gcloud credentials or, attempt to get credentials from the google metadata service, or fall back to anonymous access.

Create fiboa GeoParquet from GeoJSON

To create a fiboa-compliant GeoParquet for a fiboa-compliant set of GeoJSON files containing Features or FeatureCollections, you can for example run:

  • fiboa create-geoparquet geojson/example.json -o example.parquet -c geojson/collection.json

Check fiboa create-geoparquet --help for more details.

Create fiboa GeoJSON from GeoParquet

To create one or multiple fiboa-compliant GeoJSON file(s) for a fiboa-compliant GeoParquet file, you can for example run:

  • GeoJSON FeatureCollection: fiboa create-geojson example.parquet -o dest-folder
  • GeoJSON Features (with indentation and max. 100 features): fiboa create-geojson example.parquet -o dest-folder -n 100 -i 2 -f

Check fiboa create-geoparquet --help for more details.

Inspect fiboa GeoParquet file

To look into a fiboa GeoParquet file to get a rough understanding of the content, the following can be executed:

  • fiboa describe example.parquet

Check fiboa describe --help for more details.

Create JSON Schema from fiboa Schema

To create a JSON Schema for a fiboa Schema YAML file, you can for example run:

  • fiboa jsonschema example.json --id=https://fiboa.github.io/specification/v0.1.0/geojson/schema.json -o schema.json

Check fiboa jsonschema --help for more details.

Validate a fiboa Schema

To validate a fiboa Schema YAML file, you can for example run:

  • fiboa validate-schema schema/schema.yaml

Check fiboa validate-schema --help for more details.

Update an extension template with new names

Once you've created and git cloned a new extension, you can use the CLI to update all template placeholders with proper names.

For example, if your extension is meant to have

  • the title "Timestamps Extension",
  • the prefix ts (e.g. field ts:created or ts:updated),
  • is hosted at https://github.io/fiboa/timestamps-extension (organization: fiboa, repository timestamps-extension),
  • and you run fiboa in the folder of the extension.

Then the following command could be used:

  • fiboa rename-extension . -t Timestamps -p ts -s timestamps-extension -o fiboa

Check fiboa rename-extension --help for more details.

Converter for existing datasets

The CLI ships various converters for existing datasets.

To get a list of available converters/datasets with title, license, etc. run:

  • fiboa converters

Use any of the IDs from the list to convert an existing dataset to fiboa:

  • fiboa convert de_nrw

See Implement a converter for details about how to

Development

To install in development mode run pip install -e . in this folder.

For the tests first run pip install -r requirements-dev.txt to install pytest. Then you can run pytest to execute the tests.

Implement a converter

The following high-level description gives an idea how to implement a converter in fiboa CLI:

  1. Create a new file in fiboa_cli/datasets based on the template.py
  2. Implement the convert() function
  3. Add missing dependencies into a separate dependency group in setup.py
  4. Add the converter to the list above
  5. Create a PR to submit your converter for review

An in-depth guide how to create a cloud-native fiboa dataset using fiboa CLI is available at: https://github.com/fiboa/data/blob/main/HOWTO.md

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

fiboa_cli-0.4.0.tar.gz (41.1 kB view details)

Uploaded Source

Built Distribution

fiboa_cli-0.4.0-py3-none-any.whl (51.6 kB view details)

Uploaded Python 3

File details

Details for the file fiboa_cli-0.4.0.tar.gz.

File metadata

  • Download URL: fiboa_cli-0.4.0.tar.gz
  • Upload date:
  • Size: 41.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for fiboa_cli-0.4.0.tar.gz
Algorithm Hash digest
SHA256 284a247843ebaaf3797108487a1725ac5a36c80757b81822aa808e11d619070f
MD5 7e727ed605f8b785e5cbf89897aa014a
BLAKE2b-256 657ac5047aae14b0cb33cfa4a191684c3015f1bcee091321746bca2fba4ca7c7

See more details on using hashes here.

File details

Details for the file fiboa_cli-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: fiboa_cli-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 51.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for fiboa_cli-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13d870c8d48fd3cfb76c4c8dc8093ac967e123da9bab62ad460ebb0df3627546
MD5 3938bcee0fa8240e5294155312b4e15f
BLAKE2b-256 2d2dbb2802b2c871480182fb4c7fed5680cb5a8d7ba3e83d9486846951e9e12f

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