Skip to content

Commit

Permalink
Add github page (#76)
Browse files Browse the repository at this point in the history
* add github page

* remove config for now
  • Loading branch information
gillins committed Mar 6, 2024
1 parent bbcf2df commit 936b0cd
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 3,042 deletions.
3 changes: 3 additions & 0 deletions gh_pages/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem "minima", "~> 2.5"
File renamed without changes
49 changes: 49 additions & 0 deletions gh_pages/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: TuiView
---

# TuiView

![TuiView](tuiview.png)

A PyQt-based lightweight Raster GIS

| ![geolink](geolink_small.png) | ![plot](plot_small.png) | ![profile](profile_small.png) |
| ![RAT](rat_small.png) | ![value](simple_small.png) | ![vector](vector_small.png) |

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities. Features of TuiView include:

- "Geo-linking" - 2 or more windows linked so they move and zoom together
- Querying and plotting of raster values
- Overlaying and querying of vector layers
- Ability to stretch data for viewing in a number of ways, and ability to set a default stretch for each type of file
- Saving and loading of stretch information into text or image files
- Profile tool
- Display of raster attribute tables and highlighting of rows for queried pixel
- Selection of raster attribute table rows based on a query, or through geographical selection
- Creation of new attribute table columns and updating of columns
- Flicker tool

Major development work on this project has been funded by [Landcare Research](https://www.landcareresearch.co.nz).

## Download

### Binaries

Once you have installed [Conda Forge](https://github.com/conda-forge/miniforge), run the following commands on the command line to install TuiView from the "conda-forge" channel:

```bash
conda create -n myenv tuiview
conda activate myenv
```

### Source

TuiView requires: Python > 3.5, Numpy, GDAL and PyQt.
Download releases through git at [GitHub](https://github.com/ubarsc/tuiview).

## Documentation

User Documentation is available in the [TuiView wiki](https://github.com/ubarsc/tuiview/wiki).

There is also [Developer's Documentation](https://tuiview.readthedocs.io/en/latest/) available.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
107 changes: 0 additions & 107 deletions web/index.html

This file was deleted.

Binary file removed web/slick/ajax-loader.gif
Binary file not shown.
10 changes: 0 additions & 10 deletions web/slick/config.rb

This file was deleted.

201 changes: 0 additions & 201 deletions web/slick/slick-theme.css

This file was deleted.

0 comments on commit 936b0cd

Please sign in to comment.