Skip to content
Merged
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
35 changes: 28 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# doc-template
document template
[![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/HiPS-draft.pdf)

# HiPS
This document presents HiPS, a hierarchical scheme for the description, storage and access of sky survey data. The system is based on hierarchical tiling of sky regions at finer and finer spatial resolution which facilitates a progressive view of a survey, and supports multi-resolution zooming and panning. HiPS is based on a HEALPix discretization of the sphere.

## Document Status

### Latest Stable

The current IVOA Recommendation is [REC-1.0](https://ivoa.net/documents/HiPS/20170519/index.html). Prior versions are available on the [IVOA Documents page](https://www.ivoa.net/documents/index.html).

### Making Changes

Changes to this document are made via pull requests to the `master` branch of this repository. A [PDF preview](../../releases/download/auto-pdf-preview/HiPS-draft.pdf "PRE-RELEASE, DO NOT PUBLISH") of the latest `master` version is available by clicking the badge on top.

When cloning your fork of this repository, use `--recurse-submodules` to include its submodules.

git clone --recurse-submodules https://github.com/[your github user]/HiPS.git

Then: run "make" and hope you have all the necessary tools installed.

More more information, see the [ivoatex README](https://github.com/ivoa-std/ivoatex#readme) and the IVOA note [IVOATeX Document Preparation System](https://ivoa.net/documents/Notes/IVOATex/).

## License

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
<br />The IVOA Architecture document is licensed under the
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
<br />
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License</a>.

Creative Commons Attribution-ShareAlike 4.0 International License</a>./M
Loading