{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"}],"enrichment":{"capability":"Provides reusable Click command-line argument and option decorators for building consistent GeoJSON processing tools.","skillfed_tags":["geojson","cli-framework","geospatial"],"use_cases":["Build a geospatial data conversion CLI that accepts GeoJSON input and outputs in multiple formats with consistent argument handling.","Create a feature filtering or transformation command-line tool that reads GeoJSON features and writes them as a collection or sequence.","Develop a batch geospatial processing tool that needs to handle both file and stdin input with standard verbosity and formatting options.","Standardize CLI interfaces across multiple geospatial utilities so they share common argument patterns and help text.","Implement a GeoJSON validation or analysis command that supports both pretty-printed and compact JSON output modes."],"what_it_does":"cligj is a library that packages common command-line argument and option patterns for GeoJSON processing into reusable Click decorators. It abstracts away boilerplate for handling GeoJSON input/output modes, coordinate precision, projection types, and feature collection vs. sequence formats\u2014patterns that appear repeatedly in geospatial CLI tools. The library depends only on click and is designed to let developers quickly build consistent, interoperable command-line interfaces for geospatial data without reimplementing standard argument handling.\n\nThe package provides decorators like `features_in_arg`, `sequence_opt`, `use_rs_opt`, and others that handle GeoJSON-specific concerns: reading features from files or stdin, choosing between feature collections and line-delimited sequences, applying coordinate precision, and selecting geographic or projected coordinate systems. It is primarily useful for developers building geospatial data processing pipelines or command-line tools that need to accept and emit GeoJSON in standard ways.","worth_installing":"Yes, if you are building GeoJSON command-line tools and want to avoid reimplementing standard argument patterns. The low install friction and permissive license make it a safe dependency. However, be aware that maintenance is dormant\u2014the last release was in 2021 and there have been no commits since February 2024. If you need active maintenance or expect to rely on updates for compatibility with future click versions, consider whether the project's stability meets your risk tolerance."},"id":"cligj","links":{"html":"https://skillfed.io/packages/cligj","md":"https://skillfed.io/packages/cligj.md","pypi":"https://pypi.org/project/cligj/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-05-28","license_spdx":null,"license_treatment":"permissive","name":"cligj","python_support":"supports_current","summary":"Click params for commmand line interfaces to GeoJSON"},"popularity":{"monthly_downloads":9598146,"position":1521,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.7.2"}
