udt_landscape

Urban digital twin swiss landscape

https://github.com/epfl-enac/udt_landscape

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization epfl-enac has institutional domain (enac.epfl.ch)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Urban digital twin swiss landscape

Basic Info
  • Host: GitHub
  • Owner: EPFL-ENAC
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage: https://udt.epfl.ch
  • Size: 1.75 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Project Status

udt_landscape

This project is the front-end application for displaying the results of the Urban Digital Twin Survey Swiss Landscape Analysis.

Data

The data used is in this spreadsheet.

During the development stage, this page is read continuously.

Usage

To start the application, simply run the following command in your virtual environment from the app folder:

jsx streamlit run app.py

Installation

Python installation

For a quick guide to installing Python and setting it up, please take a look at the ENAC-IT4R Python webpage.

Virtual environment

While not mandatory, utilizing a virtual environment is recommended. Using a virtual environment for installing packages provides isolation of dependencies, easier package management, easier maintenance, improved security, and improved development workflow.

To set up a virtual environment with venv, follow these steps :

  • Windows: Create a virtual environment with venv

    bash python -m venv venv cd venv/Scripts activate

  • Mac/Linux: Create a virtual environment with venv:

    bash virtualenv -p python3 <project_name> <project_name>/bin/activate

Project settings

All external packages are defined into the pyproject.toml.

Project dependencies installation

To install the project dependencies, run pip as follows:

bash pip install .

The pyproject.toml contains the [project.optional-dependencies] selection to define the development dependencies:

To install these dependencies, run:

bash pip install .[dev]

Owner

  • Name: EPFL ENAC
  • Login: EPFL-ENAC
  • Kind: organization
  • Location: Lausanne, Switzerland

EPFL, School of Architecture, Civil and Environmental Engineering

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Longchamp"
  given-names: "Régis"
  orcid: "https://orcid.org/0009-0009-4609-8473"
title: "Urban digital twin swiss landscape analysis"
version: 2.0.4
date-released: 2023-09-11
url: "https://github.com/EPFL-ENAC/udt_landscape"

GitHub Events

Total
  • Delete event: 2
  • Push event: 1
  • Pull request event: 1
  • Create event: 1
Last Year
  • Delete event: 2
  • Push event: 1
  • Pull request event: 1
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • nicdub (1)
Pull Request Authors
  • nicdub (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/code_quality.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • jpetrucciani/ruff-check main composite
  • psf/black stable composite
.github/workflows/deploy-prod.yml actions
  • EPFL-ENAC/epfl-enac-deploy-action main composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
cert/Dockerfile docker
  • alpine latest build
cert/docker-compose.yml docker
docker-compose.yml docker
openidc/Dockerfile docker
  • httpd 2.4 build
pyproject.toml pypi
  • click *
  • openpyxl *
  • pandas *
  • plotly *
  • streamlit *