Skip to content

Commit

Permalink
docs: fixed style issue with some titles
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Oct 25, 2024
1 parent c092f76 commit 92a016c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/customizing-kano.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You now should be able to see a map highlighting some administrative boundaries

If you have to ingest large datasets you should consider processing data using our [ETL Krawler](https://kalisio.github.io/krawler/) or ad-hoc processors. For instance, [k-population](https://github.com/kalisio/k-population) ingest population data from a big GeoPackage into our database. You will find the associated layer definition in the built-in layers.

#### Time-varying data
### Time-varying data

One of the best feature of Kano is interactive visualisation, meaning that data can be updated in real-time according to user actions or data updates. A typical use case is the visualisation of time-varying spatial datasets. In this section we will use some data providing the number of hospitalizations by department in France during the COVID-19 (from 20-03-2020 to 20-04-2020) to perform such a visualisation.

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/kano-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Typical use case is to retrieve the raw observations. You can filter spatially (
```
:::

#### Request observations at a station
### Request observations at a station

Typical use case is to display a timeserie for the station.

Expand Down Expand Up @@ -182,7 +182,7 @@ Typical use case is to display a timeserie for the station.
```
:::

#### Request latest observations at (a) station(s)
### Request latest observations at (a) station(s)

Typical use case is to retrieve most recent observations for the station, or display the observations on a map if not filtering by a station ID.

Expand Down

0 comments on commit 92a016c

Please sign in to comment.