forked from andrewbanchich/forty-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
95 additions
and
102 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,103 @@ | ||
--- | ||
title: Software and Data | ||
layout: landing | ||
title: Software | ||
description: 'Software and tools' | ||
image: assets/images/remsens.jpg | ||
description: 'UAV Data and Software Tools provides by Geoinformation Science Lab Marburg' | ||
image: assets/images/climatroof-sp.2.jpg | ||
nav-menu: true | ||
--- | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
|
||
<!-- One --> | ||
<section id="one"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h2>About</h2> | ||
</header> | ||
<p> | ||
The Geoinformation Science Lab Marburg (gisma) provides access to different Data Sets and Software Products | ||
</p> | ||
</div> | ||
</section> | ||
|
||
<!-- Two --> | ||
<section id="two" class="spotlights"> | ||
<section> | ||
<a href="https://marburgopenforest.github.io/MOFknowledge/" class="image"> | ||
<img src="{% link assets/images/mof.png %}" alt="" data-position="center center" /> | ||
</a> | ||
<div class="content"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h3>Marburg Open Forest</h3> | ||
</header> | ||
<p> | ||
The Marburg Open Forest Knowledge Web provides access to data and resources from the Marburg University Forest. These resources have been collected since 2016 as part of research and teaching at the Institute of Geography at the University of Marburg. | ||
</p> | ||
<ul class="actions"> | ||
<li><a href="https://marburgopenforest.github.io/MOFknowledge/" class="button">Learn more</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
<section> | ||
<a href="uavdata.html" class="image"> | ||
<img src="{% link assets/images/remsens.jpg %}" alt="" data-position="top center" /> | ||
</a> | ||
<div class="content"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h3>UAV Data sets</h3> | ||
</header> | ||
<p> | ||
Since 2016, image and measurement data has been collected using drone flights as part of research and teaching, and as this involves large amounts of data, making it available via the internet is associated with some problems. The currently processed data is made available for viewing and downloading on the temporary web database droneDB. | ||
</p> | ||
<ul class="actions"> | ||
<li><a href="uavdata.html" class="button">Learn more</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<section> | ||
<a href="software.html" class="image"> | ||
<img src="{% link assets/images/gisma-30.jpg %}" alt="" data-position="25% 25%" /> | ||
</a> | ||
<div class="content"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h3>Software</h3> | ||
</header> | ||
<p> | ||
The software developed essentially consists of packages with specific functionalities and collections of scripts and tools. | ||
</p> | ||
<ul class="actions"> | ||
<li><a href="software.html" class="button">Learn more</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</section> | ||
|
||
<!-- Three | ||
<section id="three"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h2>Massa libero</h2> | ||
</header> | ||
<p>Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet pharetra et feugiat tempus.</p> | ||
<ul class="actions"> | ||
<li><a href="generic.html" class="button next">Get Started</a></li> | ||
</ul> | ||
</div> | ||
</section> | ||
--> | ||
</div> | ||
|
||
- [link2GI](https://r-spatial.github.io/link2GI/) | ||
- [uavRmp](https://gisma.github.io/uavRmp/) | ||
- [Metashape Tools](https://github.com/gisma/MetashapeTools) | ||
- [Metashape Tools](https://github.com/gisma/MetashapeTools) |