# Welcome

**Metacity Tools** is a set of urban data **processing** and **visualization tools**. We are developing several open-source tools:

[**Metacity**](https://docs.metacity.cc/metacity/metacity) is a Python package for urban data processing

{% content-ref url="metacity" %}
[metacity](https://docs.metacity.cc/metacity/metacity)
{% endcontent-ref %}

[**MetacityGL**](https://docs.metacity.cc/metacity/archives/metacitygl) is a React-based web visualization library.

{% content-ref url="archives/metacitygl" %}
[metacitygl](https://docs.metacity.cc/metacity/archives/metacitygl)
{% endcontent-ref %}

[**DataAPI**](https://docs.metacity.cc/metacity/archives/dataapi) is a tile service hosted by us, providing GLTF models for the `BananaGL` library

{% content-ref url="archives/dataapi" %}
[dataapi](https://docs.metacity.cc/metacity/archives/dataapi)
{% endcontent-ref %}

There is also documentation for some of our older projects:

* [**AMOS**](https://docs.metacity.cc/metacity/archives/amos) is a project that involves developing a synthetic population based on data from the city of Prague
* [**Metacity Block Edition**](https://docs.metacity.cc/metacity/archives/blocks) is a pitch for another project involving urban data synthesis and simulation

## Where can you find out more

Besides this documentation, check out:

* [**Home Website** ](https://metacity.cc)
* [**Example Project**](https://demo.metacity.cc)
* [**GitHub**](https://github.com/metacitytools)
* [**DataAPI Site**](https://api.metacity.cc)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.metacity.cc/metacity/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
