Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github page #76

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading
Loading