Code Monkey home page Code Monkey logo

3dcitydb-docs's Introduction

3D City Database User Manual

The 3DCityDB User Manual is built and hosted on ReadTheDocs.org. Please use the link below to find the online version of this documentation.


➡️ https://3dcitydb-docs.readthedocs.io/en/latest/ ⬅️


cover_image

The images on the cover page were provided by:

  • Chair of Photogrammetry and Remote Sensing & Chair of Cartography, Technische Universität München

  • Geobasisdaten: © Stadtvermessung Frankfurt am Main

  • IDAC Ltd, UK.

  • Virtual City Systems, Berlin, Germany

  • Chair of Geoinformatics, Technische Universität München. Image created based on master thesis work of Matthias Körner, jointly supervised with HTW Dresden

  • 3D City Model of Berlin © Berlin Partner GmbH

  • M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen, Germany

How to build this documentation

Build with Docker

To avoid setting up the build environment, it is recommended to use Docker and this Docker image to build this documentation.

Build process

  1. Clone this repo and navigate to the repo folder:

    git clone https://github.com/3dcitydb/3dcitydb-docs.git
    cd 3dcitydb-docs
  2. Mount the current directory to the images /docs folder and build the HTML version:

    docker run --rm \
      -v $PWD:/docs \
    bwibo/sphinx-rtd make html
  3. The build files are in build/html.

Build in a local Python environment

To build this documentation following tools are required:

Run this to install all dependencies in an existing Python environment using pip:

pip install -U sphinx
pip install -U -r source/requirements.txt

Build process

  1. Clone this repo and navigate to the repo folder:

    git clone https://github.com/3dcitydb/3dcitydb-docs.git
    cd 3dcitydb-docs
  2. Build the HTML version of the documentation:

    • Linux:

      make html

      Note: If make is not available on your system, you can get it from packages:

      • Debian based Linux: apt-get install make or apt-get install build-essential.
      • Alpine Linux: apk add make or apk add alpine-sdk.
    • Windows:

      make.bat html
  3. The build files are in build/html.

Documentations of previous versions

Documentations of previous versions are available as PDF here: https://www.3dcitydb.org/3dcitydb/documentation/

3dcitydb-docs's People

Contributors

bwibo avatar clausnagel avatar erchen-cz avatar fxku avatar son-hnguyen avatar thomashkolbe avatar yaozhihang 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.