Name | geodense JSON |
Version |
2.0.2
JSON |
| download |
home_page | None |
Summary | Python library and CLI tool to check density and densify (GeoJSON) geometries using the geodesic (ellipsoidal great-circle) calculation for accurate CRS transformations |
upload_time | 2024-10-11 14:13:01 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT |
keywords |
crs
nsgi
coordinate reference system
densify
geodesic
geojson
great-circle
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# geodense
[![Code Coverage](https://img.shields.io/endpoint?url=https%3A%2F%2Fgeodetischeinfrastructuur.github.io%2Fgeodense%2Fbadge.json&style=flat-square&logo=pytest&logoColor=white)](https://geodetischeinfrastructuur.github.io/geodense/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-teal.svg?style=flat-square)](https://www.python.org/downloads/release/python-31015/)
![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
[![PyPI Version](https://img.shields.io/pypi/v/geodense.svg?style=flat-square)](https://pypi.python.org/pypi/geodense)
Python library and CLI tool to **check density** and **densify** geometries using the geodesic (ellipsoidal
great-circle) calculation for accurate CRS transformations.
Implementation based on
[*Eenduidige transformatie van grenzen tussen ETRS89 en RD*](https://gnss-data.kadaster.nl/misc/docs/langelijnenadvies.pdf)
Depends on the following Python packages with binary dependencies (installed through [`uv`](https://docs.astral.sh/uv/)
or [`pip`](https://pypi.org/project/pip/)):
- [`pyproj`](https://pyproj4.github.io/pyproj/stable/installation.html): requires libproj
- [`shapely`](https://shapely.readthedocs.io/en/stable/index.html): requires libgeos
## Installation
Install with either [`uv`](https://docs.astral.sh/uv/) or [`pip`](https://pypi.org/project/pip/):
```sh
# pip
pip install geodense
# uv: run as cli tool
uvx geodense
# uv: add as dependency to project
uv add geodense
```
## Usage CLI
Use either `geodense` or the short `gden` alias:
```txt
$ geodense --help
Usage: geodense [-h] [-v] {densify,check-density} ...
Check density of, and densify geometries using the geodesic (ellipsoidal great-circle) calculation for accurate CRS transformations
Commands:
{densify,check-density}
Options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
Created by https://www.nsgi.nl/
```
## Usage Docs
See [`DOCS.md`](https://github.com/GeodetischeInfrastructuur/geodense/blob/main/DOCS.md) for usage docs; for now only
containing flow-charts of the `densify` and `check-densify` subcommands.
## Developer Docs
See [`DEV.md`](https://github.com/GeodetischeInfrastructuur/geodense/blob/main/DEV.md) for developer docs.
## Contributing
Issues (bugs/feature requests) can be reported in the
[issue tracker of this repository](https://github.com/GeodetischeInfrastructuur/geodense/issues). Pull requests are more
than welcome, but we encourage to start a discussion on the issue tracker first.
Raw data
{
"_id": null,
"home_page": null,
"name": "geodense",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "CRS, NSGI, coordinate reference system, densify, geodesic, geojson, great-circle",
"author": null,
"author_email": null,
"download_url": null,
"platform": null,
"description": "# geodense\n\n[![Code Coverage](https://img.shields.io/endpoint?url=https%3A%2F%2Fgeodetischeinfrastructuur.github.io%2Fgeodense%2Fbadge.json&style=flat-square&logo=pytest&logoColor=white)](https://geodetischeinfrastructuur.github.io/geodense/)\n[![Python 3.10+](https://img.shields.io/badge/python-3.10+-teal.svg?style=flat-square)](https://www.python.org/downloads/release/python-31015/)\n![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)\n[![PyPI Version](https://img.shields.io/pypi/v/geodense.svg?style=flat-square)](https://pypi.python.org/pypi/geodense)\n\nPython library and CLI tool to **check density** and **densify** geometries using the geodesic (ellipsoidal\ngreat-circle) calculation for accurate CRS transformations.\n\nImplementation based on\n[*Eenduidige transformatie van grenzen tussen ETRS89 en RD*](https://gnss-data.kadaster.nl/misc/docs/langelijnenadvies.pdf)\n\nDepends on the following Python packages with binary dependencies (installed through [`uv`](https://docs.astral.sh/uv/)\nor [`pip`](https://pypi.org/project/pip/)):\n\n- [`pyproj`](https://pyproj4.github.io/pyproj/stable/installation.html): requires libproj\n- [`shapely`](https://shapely.readthedocs.io/en/stable/index.html): requires libgeos\n\n## Installation\n\nInstall with either [`uv`](https://docs.astral.sh/uv/) or [`pip`](https://pypi.org/project/pip/):\n\n```sh\n# pip\npip install geodense\n\n# uv: run as cli tool\nuvx geodense\n\n# uv: add as dependency to project\nuv add geodense\n```\n\n## Usage CLI\n\nUse either `geodense` or the short `gden` alias:\n\n```txt\n$ geodense --help\n\nUsage: geodense [-h] [-v] {densify,check-density} ...\n\nCheck density of, and densify geometries using the geodesic (ellipsoidal great-circle) calculation for accurate CRS transformations\n\nCommands:\n {densify,check-density}\n\nOptions:\n -h, --help show this help message and exit\n -v, --version show program's version number and exit\n\nCreated by https://www.nsgi.nl/\n```\n\n## Usage Docs\n\nSee [`DOCS.md`](https://github.com/GeodetischeInfrastructuur/geodense/blob/main/DOCS.md) for usage docs; for now only\ncontaining flow-charts of the `densify` and `check-densify` subcommands.\n\n## Developer Docs\n\nSee [`DEV.md`](https://github.com/GeodetischeInfrastructuur/geodense/blob/main/DEV.md) for developer docs.\n\n## Contributing\n\nIssues (bugs/feature requests) can be reported in the\n[issue tracker of this repository](https://github.com/GeodetischeInfrastructuur/geodense/issues). Pull requests are more\nthan welcome, but we encourage to start a discussion on the issue tracker first.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python library and CLI tool to check density and densify (GeoJSON) geometries using the geodesic (ellipsoidal great-circle) calculation for accurate CRS transformations",
"version": "2.0.2",
"project_urls": {
"repository": "https://github.com/GeodetischeInfrastructuur/geodense"
},
"split_keywords": [
"crs",
" nsgi",
" coordinate reference system",
" densify",
" geodesic",
" geojson",
" great-circle"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fc024919209deb6664891ed40386fbb6a81ef794f99cd783d2e81e7960ca3b1d",
"md5": "e4cbf9011eeced9fccb6a63c5330f9bb",
"sha256": "3b6578db8dec077e2ca3574cd845c809e8302ba870d863ac2e9d8f8244b383fd"
},
"downloads": -1,
"filename": "geodense-2.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4cbf9011eeced9fccb6a63c5330f9bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 15818,
"upload_time": "2024-10-11T14:13:01",
"upload_time_iso_8601": "2024-10-11T14:13:01.060530Z",
"url": "https://files.pythonhosted.org/packages/fc/02/4919209deb6664891ed40386fbb6a81ef794f99cd783d2e81e7960ca3b1d/geodense-2.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-11 14:13:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GeodetischeInfrastructuur",
"github_project": "geodense",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "geodense"
}