From ba59feb97842f02fc2c62331c3500b2723ef1d6a Mon Sep 17 00:00:00 2001 From: lkluwe Date: Tue, 15 Aug 2023 19:08:05 +0200 Subject: [PATCH] add marburg --- 0-csv-files/germany-marburg.csv | 2 ++ germany/marburg-germany.ipynb | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 0-csv-files/germany-marburg.csv create mode 100644 germany/marburg-germany.ipynb diff --git a/0-csv-files/germany-marburg.csv b/0-csv-files/germany-marburg.csv new file mode 100644 index 0000000..35de404 --- /dev/null +++ b/0-csv-files/germany-marburg.csv @@ -0,0 +1,2 @@ +who,type,country,state,city,latitude,longitude +earthdatascience.org student,where I live now,Germany,Hesse,Marburg,50.8021728,8.7667933 \ No newline at end of file diff --git a/germany/marburg-germany.ipynb b/germany/marburg-germany.ipynb new file mode 100644 index 0000000..10f4198 --- /dev/null +++ b/germany/marburg-germany.ipynb @@ -0,0 +1,44 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "49ef0249", + "metadata": {}, + "source": [ + "## Location\n", + "lat 50.8021728\n", + "lon 8.7667933\n", + "\n", + "## Population\n", + "30.09.2021 - 76.401 [(source)](https://www.orte-in-deutschland.de/20607-einwohnerentwicklung-von-marburg-lahn.html)\n", + "\n", + "## Marburg Castle\n", + "The Marburger Schloss (or Marburg castle), also known as Landgrafenschloss Marburg, is a castle in Marburg, Hesse, Germany, located on top of Schlossberg (287 m NAP). Built in the 11th century as a fort, it became the first residence of Landgraviate of Hesse (HRE). The Marburg Colloquy was held here in 1529.\n", + "\n", + "Today the building is used as a museum (Marburger Universitätsmuseum für Kulturgeschichte, Wilhelmsbau, since 1981)[1] and as an event site. \n", + "![Marburg castle from a distance](https://img.oastatic.com/img2/56304547/max/landgrafenschloss-marburg-aus-der-ferne.jpg)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}