https://github.com/wenzeslaus/v.db.labels
GRASS GIS module to create paint labels from attributes
https://github.com/wenzeslaus/v.db.labels
Last synced: about 2 months ago
JSON representation
GRASS GIS module to create paint labels from attributes
- Host: GitHub
- URL: https://github.com/wenzeslaus/v.db.labels
- Owner: wenzeslaus
- License: gpl-2.0
- Created: 2014-11-21T22:15:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T22:24:07.000Z (over 10 years ago)
- Last Synced: 2025-01-12T17:11:35.218Z (4 months ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
v.db.labels
===========GRASS GIS module to creates paint labels from attributes
This code will be moved to GRASS GIS addons once it is turned to a proper module.
Run using:
mkdir $LOCATION/paint
mkdir $LOCATION/paint/labelspython v.db.labels.py input=points size=2500 color=blue hcolor=white hwidth=200 reference=left > $LOCATION/paint/labels/points
d.labels labels=points