onstove
This repository contain the general code for the Open Source Spatial Clean Cooking Tool OnStove
https://github.com/open-source-spatial-clean-cooking-tool/onstove
Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: nature.com, zenodo.org -
✓Committers with academic emails
2 of 6 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Repository
This repository contain the general code for the Open Source Spatial Clean Cooking Tool OnStove
Basic Info
Statistics
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 50
- Releases: 7
Metadata Files
README.md
This repository contains the general code for the geospatial cost-benefit clean cooking tool, OnStove. OnStove calculates the net-benefits of different stove options in a given geography and compares all stoves to one another with regards to their net-benefit.
Introduction
OnStove is developed by the division of Energy Systems at KTH together with partners. The tool is a geospatial, raster-based tool determining the net-benefit of different cooking solutions selected by the user for raster grid cell of a given study area. The tool takes into account four benefits of adopting clean cooking: reduced morbidity, mortality, emissions and time saved, as well as three costs: capital, fuel as well as operation and maintenance (O&M) costs. In each grid cell of the study area the stove with the highest net-benefit is chosen.
OnStove produces scenarios depicting the “true” cost of clean cooking. The scenarios benefits and costs of produced by the tool are to be interpreted as the benefits and costs one could expect if the clean cooking transition was to happen now (overnight change). Results from OnStove are to be interpreted as an upper bound of net-benefits following a switch to cleaner stoves. OnStove can be used by planners and policy makers to identify whether various combinations of interventions in their settings would be worth the potential benefits that could be captured
Installation
First, you need to install a python distribution using Anaconda or Miniconda (recomended).
Installing with conda
The easiest way of installing and using OnStove is through conda. After installing a distribution of conda,
Open an Anaconda Prompt and run:
```
conda create -n onstove -c conda-forge onstove
Now you will have a new conda environment called `onstove` with `OnStove` installed on it. To use it open an `Anaconda Prompt` in the root folder of your analysis and activate the environment with:conda activate onstove ```
Downloading the source code and installing the environment (for advanced users)
If you rather download the development version of OnStove and install the development environment, open an Anaconda Prompt
and download the source code with:
```
conda install git git clone https://github.com/Open-Source-Spatial-Clean-Cooking-Tool/OnStove.git
Then use the `jupyter_env.yaml` in the `envs` folder to install the environment by writing:cd OnStove conda env create --name onstove --file envs/jupyter_env.yaml conda activate onstove ```
Now your environment onstove is available to use. Note that you need to activate it
always before conducting any analysis.
Documentation
Access the latest documentation in read the docs.
Resources
Publication on sub-Saharan Africa
How to cite
Khavari, Babak, Camilo Ramirez, Marc Jeuland and Francesco Fuso Nerini (12 January 2023).
"A geospatial approach to understanding clean cooking challenges in sub-Saharan Africa".
Nature Sustainability. 1–11. ISSN 2398-9629. doi:10.1038/s41893-022-01039-8.
Creative Commons CC‑BY‑4.0 license.
Owner
- Name: OnStove
- Login: Open-Source-Spatial-Clean-Cooking-Tool
- Kind: organization
- Repositories: 2
- Profile: https://github.com/Open-Source-Spatial-Clean-Cooking-Tool
GitHub Events
Total
- Issues event: 21
- Watch event: 1
- Delete event: 1
- Issue comment event: 7
- Push event: 35
- Pull request review event: 1
- Pull request event: 6
- Fork event: 1
- Create event: 2
Last Year
- Issues event: 21
- Watch event: 1
- Delete event: 1
- Issue comment event: 7
- Push event: 35
- Pull request review event: 1
- Pull request event: 6
- Fork event: 1
- Create event: 2
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Camilo Ramirez | c****g@k****e | 314 |
| Babak | k****i@k****e | 292 |
| Jeff Osundwa | j****f@k****m | 39 |
| aliciaoberholzer | a****5@g****m | 11 |
| manuelsalslz | m****s@g****m | 4 |
| Jeremy | j****9@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
Dependencies
- actions/checkout v3 composite
- conda-incubator/setup-miniconda v2 composite
- dill *
- geopandas *
- jupyterlab *
- matplotlib *
- plotnine *
- psutil *
- psycopg2 *
- python-decouple *
- rasterio *
- scikit-image *
- svgpath2mpl *
- svgpathtools *