https://github.com/r-barnes/grid_drafter
Create and manage two dimensional integer elevation grids
https://github.com/r-barnes/grid_drafter
Last synced: 2 months ago
JSON representation
Create and manage two dimensional integer elevation grids
- Host: GitHub
- URL: https://github.com/r-barnes/grid_drafter
- Owner: r-barnes
- Created: 2013-03-13T16:09:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-15T17:18:00.000Z (almost 12 years ago)
- Last Synced: 2025-01-26T19:11:22.069Z (4 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grid_drafter
============This program is used to draw and manage two-dimensional integer elevation grids.
It can handle both square and hexagonal grids.
When the program is first run, it will display a blank screen with a grid on it.
Pressing keys 0-8 will then allow you to fill the grid cells in with a colour which corresponds to that key.
Pressing "S" will save the grid file in a format which can be read back in by the program for further editing. The colours drawn previously will be saved as integer numbers.
I use this program for creating and editing small digital elevation models for testing with hydrologic algorithms.

TODO
====
1. Saving only the minimum bounding box will effect the hexagonal offsets