Skip to main content

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

Project description

fiboa CLI

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

Installation

You need Python 3.9+ installed. Run pip install fiboa-cli to install the validator.

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 geojson/example.json -o test.parquet -c geojson/collection.json

Check fiboa create --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.

Converter for existing datasets

To convert an existing dataset to fiboa using the pre-defined converters:

  • fiboa convert de_nrw

Available converters:

  • de_nrw (Germany, NRW from Shapefile)

Implement a converter

  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

Development

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

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.2.1.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

fiboa_cli-0.2.1-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

Details for the file fiboa-cli-0.2.1.tar.gz.

File metadata

  • Download URL: fiboa-cli-0.2.1.tar.gz
  • Upload date:
  • Size: 20.6 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.2.1.tar.gz
Algorithm Hash digest
SHA256 a0c45682eea1719e7b217f0b99ac30b0d577c839ef98186c142ced969c98538a
MD5 e3f39b23f0a1387bcb056ab6f1363bed
BLAKE2b-256 848820c98ad50e297288386e9c9df672341070cff7fa3f518eff354999b1333b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fiboa_cli-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 23.3 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.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 368168671f0dadf5efe9dbdd810589088b14ef0df14c1f285ce1fe67807f553c
MD5 cc3f0f9cd452e08e48495b700084746a
BLAKE2b-256 0f637e68adaabecda912e6e6497c34b05246e1444b682fd1d3584b79949bd71e

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