From 7a19c18350c95a5e6df336b685e5bc14ae216728 Mon Sep 17 00:00:00 2001 From: Adrian Kriger <59996720+AdrianKriger@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:55:02 +0200 Subject: [PATCH] Create spatial.md --- docs/docs/spatial.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/docs/spatial.md diff --git a/docs/docs/spatial.md b/docs/docs/spatial.md new file mode 100644 index 0000000..1279238 --- /dev/null +++ b/docs/docs/spatial.md @@ -0,0 +1,15 @@ +--- +layout: default +title: Spatial Data Science +nav_order: 5 +--- + +# Spatial Data Science +{: .no_toc } + +To highlight a real-world application of an [ISO 19107](https://www.iso.org/standard/66175.html) compliant city model; [CityJSONspatialDataScience.ipynb](https://github.com/AdrianKriger/osm_LoD1_3DCityModel/blob/main/village_campus/CityJSONspatialDataScience.ipynb) illustrates a example of population estimation and the calculation of [Building Volume per Capita (Ghosh, T.; et. al.)](https://www.frontiersin.org/articles/10.3389/frsc.2020.00037/full). + +While the prefered process would proceed [osm_LoD1_3DCityModel](https://adriankriger.github.io/osm_LoD1_3DCityModel/) -> [Spatial Data Science](https://github.com/AdrianKriger/osm_LoD1_3DCityModel/blob/main/village_campus/CityJSONspatialDataScience.ipynb) -> Interactive visualization; an alternate does exist. +[interactiveOnly.ipynb](https://github.com/AdrianKriger/osm_LoD1_3DCityModel/blob/main/village_campus/interactiveOnly.ipynb) will create a basic 3D model visualisation followed by population estimation and the calculation of [Building Volume per Capita (Ghosh, T.; et. al.)](https://www.frontiersin.org/articles/10.3389/frsc.2020.00037/full). + +Please consider your needs before executing the solution. We do not want to burden the [OpenStreetMap](https://www.openstreetmap.org/#map=5/-28.676/24.677) server with repeat calls for data.