From dca1f2900922176973b25852ed228558a70a5860 Mon Sep 17 00:00:00 2001
From: Riccardo Boero <ribo@nilu.no>
Date: Mon, 29 Jan 2024 12:27:14 +0000
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 403e58c..270631f 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,18 @@
-# Title
+# FACT Buildings Footprint and Height
+ML detected building footprints and height open database 
 
 ---
 ## Use
+>docker run -t -i --name fact_bldgs -e MARIADB_DATABASE=FACT_bldgs -e MYSQL_ROOT_PASSWORD=devops -p 3315:3306 -d registry.git.nilu.no/fact/data/fact_bldgs:0.1
+
 
 ---
 ## Specifications
+Bing Maps open building footprints. with partial global coverage, only US and Europe included here.
 
 ---
 ## Notes
+The code downloads files for European countries and US, transforms them into geojson with right CRS, and then loads them into a DB.
 
 ---
 ### Authors
-- 
GitLab