Giter Club home page Giter Club logo

website-citygml's Introduction

Source code for the website citygml.guru. Jekyll is used to generate static pages, and these are generated automatically after someone pushes to the repository (it may take ~30s to refresh though).

Open datasets

Add the new CityGML open datasets should be added to _data/opendatasets.yml, it's a YAML (.yml) file and very simple to understand.

The non-CityGML datasets (eg in COLLADA) should go to the file _data/opendatasets_notcitygml.yml

Software

File is _data/software.yml, and the category field can contain more than one, eg:

- name: FME
  webpage: http://www.safe.com
  description: Can be used to read, write, process and visualise CityGML. macOS too now!
  foss: false
  category: viewer;parser
  starred: true

Adding blog/news posts

Each blog/news post is a Markdown file in _posts. When creating one, just copy the structure of the other ones, the naming convention for the files must be followed and each file should have a header of this form:

---
layout: post
title:  "Testing..1..2..testing"
categories: news
date:   2015-09-29 08:29
author: John Smith
---

To write markdown and see right-away the result, use that very handy website.

To add images, you must them in the folder /img/2016/myimg.jpg and then add them with

Bla bla bla 

![]({{ site.baseurl }}/img/2015/myimg.jpg)

website-citygml's People

Contributors

fbiljecki avatar fxku avatar hugoledoux avatar kenohori avatar kkimmy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.