Science Score: 67.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: springonions-87
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 323 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 3
  • Open Issues: 1
  • Releases: 1
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

DOI

BIOZE Interactive Decision Support Tool

Authors: Wen-Yu Chen Linkedin, Johannes Flacke Linkedin, Pirouz Nourian Linkedin

The tool is developed for the EU Interreg Project: BIOmass skills for Net Zero (BIOZE), on behalf of the Faculty of Geo-Information Science and Earth Observation (ITC) at the University of Twente.

Access the tool here.

User manual is available in English and Dutch.

Getting Started

It is highly recommended to create a virtual environment before running the project to manage dependencies effectively. If you encounter issues installing PyScipopt, please create a new environment with Python version 3.8. sh conda install --channel conda-forge pyscipopt

Exceed Resource Limits

If the Streamlit app has gone over the resource limits of Streamlit Community Cloud, access to the website will be temporarily restrcited. A few possible solutions: * Reboot the app to clear the memory. * Upgrade the Streamlit version of the app to the latest release. * Optimize memory usage of the app, refers to these tips.

Script errors

ruby AttributeError: 'DeckGLWidget' object has no attribute 'm' If you encounter this error while running the repository locally, the quick and dirty fix is to comment out @st.cache_data right above the function generate_pydeck in 1Phase1_Suitability Analysis.py. The long-term fix is not yet found.

Owner

  • Login: springonions-87
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this repository, please cite it as below."
authors:
  - family-names: Chen
    given-names: Wen-Yu
    orcid: https://orcid.org/0009-0007-2352-7613
title: "Enhancing Governance of Bioenergy (EU Interreg BIOZE): Web-Based Interactive Decision Support Tool with Multi-criteria Suitability Analysis and Spatial Optimization"
version: 1.0
identifiers:
  - type: doi
    value: 10.5281/zenodo.10782928
date-released: 2024-03-05

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

requirements.txt pypi
  • geopandas *
  • h3 *
  • matplotlib *
  • networkx *
  • numpy *
  • osmnx *
  • pandas *
  • pickleshare *
  • plotly *
  • pydeck *
  • pysal *
  • pyscipopt *
  • shapely *