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 file, you can for example run:
fiboa validate example.json --collection collection.json
Check fiboa validate --help
for more details.
The validator also supports remote files.
http://
orhttps://
: no further configuration is needed.s3://
:s3fs
needs to be installed (runpip install .[s3]
) and you may need to set environment variables. Refer here for how to define credentials.gs://
:gcsfs
needs to be installed (runpip 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.
Development
To install in development mode run pip install -e .
in this folder.
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
Built Distribution
File details
Details for the file fiboa-cli-0.0.9.tar.gz
.
File metadata
- Download URL: fiboa-cli-0.0.9.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ed45ee179debe4f31f75b7889b2d9b17c1a639d0cfec6cba33e465e5ec267ce |
|
MD5 | 5d0083209ba923c7788a30281f290237 |
|
BLAKE2b-256 | bfaf25e31cc275868ca825e8d7316db7352a122489fe01d0415d09fb66386254 |
File details
Details for the file fiboa_cli-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: fiboa_cli-0.0.9-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0e262bd339b23762a6926065193ec8093ba9bee8c3b236cda81c86a09fe667f |
|
MD5 | 2214cfb74f46ea1c5b6b9251e04c0ac2 |
|
BLAKE2b-256 | cbaaa5ab0ad8117703ea16f26d58dae83902e0a092e8ae94cd49047ea9a602bf |