GitHub.com
tcp/80
Open service 2606:50c0:8001::153:80 ยท docs.mapineq.org
2026-02-07 11:12
HTTP/1.1 200 OK
Connection: close
Content-Length: 18933
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Mon, 22 Dec 2025 15:49:39 GMT
Access-Control-Allow-Origin: *
ETag: "69496893-49f5"
expires: Sat, 07 Feb 2026 11:22:30 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: FEB8:2A416B:9A3F3D:9CA8FA:69871E1B
Accept-Ranges: bytes
Age: 0
Date: Sat, 07 Feb 2026 11:12:30 GMT
Via: 1.1 varnish
X-Served-By: cache-vie6363-VIE
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1770462750.071060,VS0,VE137
Vary: Accept-Encoding
X-Fastly-Request-ID: 5f7f33505bf796f99fa7c7e6dcf6bbcab7dab700
Page title: Mapineq Link Documentation Catalogue
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.6.39">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Mapineq Link Documentation Catalogue</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
vertical-align: middle;
}
</style>
<script src="index_files/libs/clipboard/clipboard.min.js"></script>
<script src="index_files/libs/quarto-html/quarto.js"></script>
<script src="index_files/libs/quarto-html/popper.min.js"></script>
<script src="index_files/libs/quarto-html/tippy.umd.min.js"></script>
<script src="index_files/libs/quarto-html/anchor.min.js"></script>
<link href="index_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="index_files/libs/quarto-html/quarto-syntax-highlighting-dark-d166b450ba5a8e9f7a0ab969bf6592c1.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="index_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="index_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="index_files/libs/bootstrap/bootstrap-207e17f1a70ca2c9891d2c9981023b9d.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="dark">
<link rel="stylesheet" href="styles.css">
</head>
<body class="fullcontent">
<div id="quarto-content" class="page-columns page-rows-contents page-layout-article">
<main class="content" id="quarto-document-content">
<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title"><a href="https://mapineq.org"><img src="https://www.mapineq.org/wp-content/themes/mapineq/assets/images/logo_mapineq1.svg" alt="Mapineq" class="logo"></a><br>Mapineq Link Documentation Catalogue</h1>
</div>
<div class="quarto-title-meta">
</div>
</header>
<p>This documentation provides a series of tutorials for Mapineq Link which includes the following components:<br>
- <a href="https://mapineq.org">Mapineq Link homepage</a><br>
- <a href="https://dashboard.mapineq.org">Interactive dashboard</a><br>
- <a href="https://dashboard.mapineq.org/datacatalogue">Data catalogue</a><br>
- <a href="https://api.mapineq.org">Mapineq API</a><br>
- PostgreSQL Database<br>
- <a href="https://github.com/OxfordDemSci/MapIneq">MapIneq GitHub</a> (soon to be public)</p>
<p>If you would like to request additional documentation, please open an issue in the GitHub repository with your request.</p>
<section id="tutorials" class="level2">
<h2 class="anchored" data-anchor-id="tutorials">Tutorials</h2>
<section id="mapineq-api" class="level3">
<h3 class="anchored" data-anchor-id="mapineq-api">Mapineq API</h3>
<p>The Mapineq API allows you to query the database to retrieve data dynamically for your own website or to import directly into your local progamming environments (e.g. R, Python) for data analysis.</p>
<ul>
<li><a href="./api_tutorial_R">API tutorial for R</a><br>
</li>
<li><a href="./api_tutorial_python">API tutorial for Python</a></li>
<li><a href="./api_technical_doc">API technical documentation</a></li>
</ul>
</section>
<section id="mapineq-database" class="level3">
<h3 class="anchored" data-anchor-id="mapineq-database">Mapineq Database</h3>
<ul>
<li><a href="./database_management">Database management overview</a></li>
</ul>
</section>
</section>
</main>
<!-- /main column -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
const mode = bsSheetEl.getAttribute("data-mode");
const bodyEl = window.document.qu