Skip to content

Commit

Permalink
Update Site to include menu, tags and about me
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Heiden committed Sep 28, 2024
1 parent 78b5140 commit 509b724
Show file tree
Hide file tree
Showing 222 changed files with 7,414 additions and 47,559 deletions.
Binary file added Screenshot_20220819_152556~2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
435 changes: 435 additions & 0 deletions about/index.html

Large diffs are not rendered by default.

323 changes: 323 additions & 0 deletions categories/gis/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,323 @@
<!DOCTYPE html>
<html><head>
<title>GIS</title>




<meta charset="utf-8">
<meta name="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="telephone=no" name="format-detection">
<meta name="description" content="">
<meta name="renderer" content="webkit">
<meta name="theme-color" content="#ffffff">






















<link type="text/css" rel="stylesheet" href="/vendor/css/bootstrap.min.css">

<link rel="stylesheet" href="/scss/dark-mode.min.cb53f1bee2b8900cb4f082afbf00175d6618f281cf9a2fe8619e3b52d20b5721.css" integrity="sha256-y1PxvuK4kAy08IKvvwAXXWYY8oHPmi/oYZ47UtILVyE=" media="screen">


<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Material+Icons">



















</head>
<body>
<div id="app"><div class="single-column-drawer-container" id="drawer"
v-bind:class="{ 'single-column-drawer-container-active': isDrawerOpen }">
<div class="drawer-content">
<div class="drawer-menu">










<a class="a-block drawer-menu-item active" href="/">
Home
</a>







<a class="a-block drawer-menu-item false" href="/about/">
About Me
</a>







<a class="a-block drawer-menu-item false" href="/posts/">
Blog
</a>







<a class="a-block drawer-menu-item false" href="/tags/">
Tags
</a>



</div>
</div>
</div>
<transition name="fade">
<div id="drawer-mask" v-bind:class="{ 'single-column-drawer-mask': mounted }" v-if="isDrawerOpen" v-on:click="toggleDrawer"></div>
</transition>
<nav id="navBar" class="navbar sticky-top navbar-light single-column-nav-container">
<div id="navBackground" class="nav-background"></div>
<div class="container container-narrow nav-content">
<button id="nav_dropdown_btn" class="nav-dropdown-toggle" type="button" v-on:click="toggleDrawer">
<i class="material-icons">
menu
</i>
</button>
<a id="navTitle" class="navbar-brand" href="https://sehheiden.github.io/">
SeHe&#39;s Blog
</a>

<button type="button" class="nav-darkmode-toggle" id="darkModeToggleButton2">
<i class="material-icons" id="darkModeToggleIcon2">
dark_mode
</i>
</button>

</div>
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
<a href="https://sehheiden.github.io/">
<div class="single-column-header-title">SeHe&#39;s Blog</div>


</a>
</div>

<div id="content">
<div id="streamContainer" class="stream-container">

<div class="post-list-container post-list-container-shadow">
<div class="post-item-wrapper post-item-wrapper-no-hover">
<div class="post-item post-item-no-gaps">
<div class="post-item-info-wrapper">
<div class="post-item-title post-item-title-small">
<a href="/categories/">Categories</a> / GIS
</div>
</div>
</div>
</div><a href="/posts/speed_comparision_gis_intersection/" class="a-block">
<div class="post-item-wrapper">
<div class="post-item post-item-no-gaps">
<div class="post-item-info-wrapper">
<div class="post-item-title">
Speed Comparision on some Modern GIS tools
</div>
<div class="post-item-meta">
2024-09-28
&emsp;



&emsp;

</div>

</div>
</div>
</div>
</a><a href="/posts/cableroute/" class="a-block">
<div class="post-item-wrapper">
<div class="post-item post-item-no-gaps">
<div class="post-item-info-wrapper">
<div class="post-item-title">
Least Cost Path for Optimisation on Paths for Power Cables in North Germany
</div>
<div class="post-item-meta">
2023-03-15
&emsp;



&emsp;

</div>

</div>
</div>
</div>
</a></div>


</div>
</div><div id="sideContainer" class="side-container">

<a class="a-block nav-head false" href="https://sehheiden.github.io/">

<div class="nav-title">
SeHe&#39;s Blog
</div>

</a>

<div class="nav-link-list">









<a class="a-block nav-link-item active" href="/">
Home
</a>







<a class="a-block nav-link-item false" href="/about/">
About Me
</a>







<a class="a-block nav-link-item false" href="/posts/">
Blog
</a>







<a class="a-block nav-link-item false" href="/tags/">
Tags
</a>


</div>



<div class="nav-footer">

Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
<br>
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
<br>

&copy;

2024 SeHe&#39;s Blog


</div>

</div><div id="extraContainer" class="extra-container">
<div class="toc-wrapper">



</div>
<div class="pagination">
<a id="globalBackToTop" class="pagination-action animated-visibility" href="#top"
:class="{ invisible: scrollY == 0 }">
<i class="material-icons pagination-action-icon">
keyboard_arrow_up
</i>
</a>

<a type="button" class="pagination-action" id="darkModeToggleButton">
<span class="material-icons pagination-action-icon" id="darkModeToggleIcon">
dark_mode
</span>
</a>




</div>
</div>




<div id="single-column-footer">
Hugo Theme <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> by <a href="https://risehere.net/">Rise</a>
<br>
Ported from <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
<br>

&copy;

2024 SeHe&#39;s Blog

</div>
</div>

<script src="/js/journal.js"></script></body>
</html>
26 changes: 26 additions & 0 deletions categories/gis/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>GIS on SeHe&#39;s Blog</title>
<link>https://sehheiden.github.io/categories/gis/</link>
<description>Recent content in GIS on SeHe&#39;s Blog</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 28 Sep 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://sehheiden.github.io/categories/gis/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Speed Comparision on some Modern GIS tools</title>
<link>https://sehheiden.github.io/posts/speed_comparision_gis_intersection/</link>
<pubDate>Sat, 28 Sep 2024 00:00:00 +0000</pubDate>
<guid>https://sehheiden.github.io/posts/speed_comparision_gis_intersection/</guid>
<description>&lt;p&gt;GIS can change with current technology as Apache Arrow, and perhaps also Apache Spark und Apache Sedona.&#xA;Also in Pythonland Geopandas enhanced performance over time. In addition, I also wanted to try Dask und DuckDB.&lt;/p&gt;&#xA;&lt;p&gt;Please contact me, when you read this and think I could have increased the code quality and speed.&#xA;I use some public data, which still widely use shape files in Germany.&lt;/p&gt;&#xA;&lt;h1 id=&#34;the-data&#34;&gt;The Data&lt;/h1&gt;&#xA;&lt;p&gt;First I load fhe ALKIS (register) building data for all counties in the state of Brandenburg.&#xA;All vector files are open data. The victor files are still offered as Shapefiles.&#xA;From the ALKIS Dataset of Brandenburg I used the buildings and the parcels (with land usage).&#xA;The files are stored per county!&#xA;The geometries have some errors which Geopandas auto-detects and fixes.&#xA;In addition, some file can not be opened with the &lt;a href=&#34;https://fiona.readthedocs.io/en/latest/index.html&#34;&gt;fiona&lt;/a&gt; library from Geopandas, with the error message&#xA;of multiple geometry columns. Hence, we always use de new default: pyogrio.&lt;/p&gt;</description>
</item>
<item>
<title>Least Cost Path for Optimisation on Paths for Power Cables in North Germany</title>
<link>https://sehheiden.github.io/posts/cableroute/</link>
<pubDate>Wed, 15 Mar 2023 00:00:00 +0000</pubDate>
<guid>https://sehheiden.github.io/posts/cableroute/</guid>
<description>&lt;h1 id=&#34;sec:introduction&#34;&gt;Introduction and Objectives&lt;/h1&gt;&#xA;&lt;p&gt;The German power system is adding renewable energy sources in the north,&#xA;where wind energy plants reach their highest efficiency, due to higher&#xA;wind speeds. At the same time old power plants e.g. nuclear, hard coal&#xA;and lignite are being phased out [^eser-frey_analyzing_2012]. These&#xA;older power plants were mainly located in southern and central Germany.&#xA;The energy sink, industrial and private demand, is not shifting north.&#xA;Therefore, the renewable energy has to be transported from north to&#xA;south which increases the congestion in the power grid. The amount of&#xA;offshore wind power, that the German energy system can use, can be&#xA;greatly increased by adding new power lines &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description>
</item>
</channel>
</rss>
10 changes: 10 additions & 0 deletions categories/gis/page/1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://sehheiden.github.io/categories/gis/</title>
<link rel="canonical" href="https://sehheiden.github.io/categories/gis/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://sehheiden.github.io/categories/gis/">
</head>
</html>
Loading

0 comments on commit 509b724

Please sign in to comment.