From c6b5267de133dc1f784acdbafcb895dfc73db6af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:18:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/about/make_data_extract.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/make_data_extract.md b/docs/about/make_data_extract.md index b6e72cc3..927c227e 100644 --- a/docs/about/make_data_extract.md +++ b/docs/about/make_data_extract.md @@ -24,13 +24,13 @@ ways, but needed to be automated to be used for FMTM. ## Examples -Make\*data*extract uses a Postgres database to extract OSM data. By +Make\*data\*extract uses a Postgres database to extract OSM data. By default, the program uses **localhost** as the database host. If you use \**underpass*as the data base name, this will remotely access the [Humanitarian OpenStreetMap Team(HOT)](https://www.hotosm.org) maintained OSM database that covers the entire planet, and is updated every minute. The name of the database can be specified using the -*--uri\*\* option. The program extracts the buildings category of OSM +\*--uri\*\* option. The program extracts the buildings category of OSM data by default. The size of the extracted data can be limited using the \_--boundary\* option. The program outputs the data in GeoJSON format.