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
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
Metadata Files
README.md
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 activateMac/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
- Website: enac.epfl.ch
- Repositories: 23
- Profile: https://github.com/EPFL-ENAC
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
- actions/checkout v3 composite
- actions/setup-python v4 composite
- jpetrucciani/ruff-check main composite
- psf/black stable composite
- EPFL-ENAC/epfl-enac-deploy-action main composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- alpine latest build
- httpd 2.4 build
- click *
- openpyxl *
- pandas *
- plotly *
- streamlit *