Skip to content

Commit

Permalink
Fix Python link. add Gemfile and try and fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Mar 4, 2024
1 parent 56f50cc commit 729d569
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/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"
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
title: kealib
---

# kealib

![KEA](kea2.png)

### An HDF5 Based Raster File Format
## An HDF5 Based Raster File Format

KEALib provides an implementation of the [GDAL](https://gdal.org/) data model.
The format supports raster attribute tables, image pyramids, meta-data
Expand Down Expand Up @@ -44,7 +48,7 @@ Download releases through Git at [GitHub](https://github.com/ubarsc/kealib)
## Documentation

C++ documentation is available [here](cpp/html/index.html) and documentation of the Python
interface is documented [here](docs/python/kealib.html).
interface is documented [here](python/kealib.html).

Some documentation on compilation is available in the
[KEALib wiki](https://github.com/ubarsc/kealib/wiki).
Expand Down

0 comments on commit 729d569

Please sign in to comment.