Skip to main content

a commandline interface tool for Geonode Rest API v2

Project description

geonodectl Documentation

Overview

geonodectl is a command-line interface (CLI) tool for interacting with the GeoNode REST API v2. It allows users to manage datasets, resources, documents, maps, users, and more from the command line, making it ideal for automation, scripting, and power users.

Features

  • List, describe, upload, patch, and delete datasets
  • Manage resources, documents, maps, geoapps, users, uploads, execution requests, and keywords
  • Download metadata and manage linked resources
  • Supports authentication and secure API access
  • Supports pagination, filtering, and ordering
  • Pre-commit hooks and CI for code quality (black, mypy, flake8)

Installation

From PyPI (recommended)

pip install geonodectl

From Source (latest development version)

pip install -e 'git+https://github.com/GeoNodeUserGroup-DE/geonodectl.git@main#egg=geonodectl'

Development Setup

pip install .[test]
pre-commit install

Configuration

Set the following environment variables to connect to your GeoNode instance:

GEONODE_API_URL=https://your-geonode-instance/api/v2/
GEONODE_API_BASIC_AUTH=<base64-user:password>

You can generate the basic auth string with:

echo -n user:password | base64

Usage

  • exmaple docs example to upload and edit a dataset with geonodectl

Get help and see available commands:

geonodectl --help

Example: List all datasets

geonodectl dataset list

Example: Upload a shapefile

geonodectl dataset upload -f /path/to/file.shp --title "My Dataset"

Example: Patch a dataset

geonodectl dataset patch 36 --set '{"category":{"identifier":"biota"}}'

Command Reference

  • resources / resource: List, delete, download metadata
  • dataset / ds: List, delete, patch, describe, upload
  • documents / doc / document: List, delete, patch, describe, upload
  • maps: List, delete, patch, describe, create
  • geoapps / apps: List, delete, patch, describe
  • users / user: List, delete, patch, describe, create
  • uploads: List, describe
  • executionrequest: List, describe
  • keywords: List, describe
  • tkeywords: List, describe
  • tkeywordlabels: List, describe

Development

Code Quality

This project uses pre-commit hooks and GitHub Actions for:

  • Black (code formatting)
  • mypy (type checking)
  • flake8 (linting)

To run checks locally:

pre-commit run --all-files

Testing

Tests are located in src/geonoderest/tests/.

Run tests with:

pytest

Contribution Guide

  1. Fork the repository and create a feature branch.
  2. Install development dependencies: pip install .[test]
  3. Install pre-commit hooks: pre-commit install
  4. Make your changes and ensure all checks pass.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

Further Reading

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

geonodectl-0.3.3.tar.gz (40.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geonodectl-0.3.3-py3-none-any.whl (45.6 kB view details)

Uploaded Python 3

File details

Details for the file geonodectl-0.3.3.tar.gz.

File metadata

  • Download URL: geonodectl-0.3.3.tar.gz
  • Upload date:
  • Size: 40.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for geonodectl-0.3.3.tar.gz
Algorithm Hash digest
SHA256 2a0ca0d4a45076c22ab83e3fa273847176a7ca1a2f9aec25f0c1814c31732afb
MD5 f4044ac4a1a7cdb38746336a64eb75d9
BLAKE2b-256 05709e2041649b9a7f2109b49477e320ebcfc9990fe5ba90e56cecec06de2f5e

See more details on using hashes here.

File details

Details for the file geonodectl-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: geonodectl-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 45.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for geonodectl-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 65167b8cba8a9a27c278ad49afbc4935db201b5d0503de54e339db5022bf879c
MD5 19db62efb9dd688eca27454ce3f73840
BLAKE2b-256 7772c14ffa6fc6233150d6a883dc6086e77ba929c9821b1fb23bebade81f8069

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page