Science Score: 36.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
-
○Academic publication links
-
✓Committers with academic emails
1 of 10 committers (10.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Gender Enabling Environments Spatial Tool (GEEST)
Basic Info
- Host: GitHub
- Owner: worldbank
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://worldbank.github.io/GEEST/
- Size: 143 MB
Statistics
- Stars: 7
- Watchers: 20
- Forks: 6
- Open Issues: 13
- Releases: 10
Topics
Metadata Files
README-dev.md
Developer Guide for GEEST
Welcome to the GEEST Developer Guide! This document is your one-stop resource for contributing to the project. Whether you're setting up your environment, debugging, or preparing a release, we've got you covered. Let's dive in!
Table of Contents
- Checking Out the Code
- Setting Up Your Development Environment
- Understanding
admin.py - Debugging the Plugin
- Making a Patch or Pull Request
- Running Tests
- Tagging a Release
- Coding Standards
- Credits and Notes
Checking Out the Code
What You'll Learn
In this section, you'll learn how to clone the repository and prepare it for development.
Steps
- Fork the Repository: Start by forking the GEEST repository on GitHub.
- Clone Your Fork:
bash git clone https://github.com/your-username/GEEST.git - Set Up the Plugin Path:
- Open QGIS.
- Navigate to Plugins > Manage and Install Plugins > Settings > Plugin Paths.
- Add the path to your local GEEST folder.
Setting Up Your Development Environment
Prerequisites
- Python 3.8 or later
- QGIS 3.22 or later
pipandvirtualenv
Steps
- Create a Virtual Environment:
bash python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate - Install Dependencies:
bash pip install -r requirements-dev.txt
Understanding admin.py
The admin.py script provides various commands for managing the plugin, such as building, installing, and generating metadata.
Key Commands
- Build the Plugin:
bash python admin.py build - Install the Plugin:
bash python admin.py install - Generate Metadata:
bash python admin.py generate-metadata
Debugging the Plugin
Steps
- Enable Debugging in QGIS:
- Go to Settings > Options > System > Environment.
- Add
PYTHONDEBUG=1.
- Use Logs:
- Check the QGIS log panel for messages tagged with
Geest.
- Check the QGIS log panel for messages tagged with
Making a Patch or Pull Request
Steps
- Create a New Branch:
bash git checkout -b feature/your-feature-name - Make Changes and Commit:
bash git add . git commit -m "Describe your changes" - Push and Create a Pull Request:
bash git push origin feature/your-feature-name
Running Tests
Steps
- Run Unit Tests:
bash pytest - Check Code Coverage:
bash pytest --cov=geest
Tagging a Release
Steps
- Update
config.json:- Increment the version number.
- Create a Git Tag:
bash git tag vX.Y.Z git push origin vX.Y.Z
Coding Standards
To ensure consistency and maintainability, please follow the coding standards outlined in the CODING.md file. This document provides guidelines on formatting, naming conventions, and best practices for contributing to the GEEST project.
Credits and Notes
- Maintainers: Timlinux and Contributors
- License: MIT License
Owner
- Name: World Bank Group
- Login: worldbank
- Kind: organization
- Email: github@worldbank.org
- Repositories: 182
- Profile: https://github.com/worldbank
World Bank Repository for Data Products and tools. Content does not necessarily represent official World Bank Group positions, policies, recommendations, etc.
GitHub Events
Total
- Create event: 29
- Issues event: 35
- Release event: 8
- Watch event: 3
- Delete event: 3
- Member event: 2
- Issue comment event: 30
- Push event: 648
- Pull request event: 52
- Fork event: 1
Last Year
- Create event: 29
- Issues event: 35
- Release event: 8
- Watch event: 3
- Delete event: 3
- Member event: 2
- Issue comment event: 30
- Push event: 648
- Pull request event: 52
- Fork event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Tim Sutton | t****m@k****m | 758 |
| dragosgontariu | 1****u | 563 |
| Jeff Osundwa | j****f@k****m | 197 |
| hennie-k | h****e@k****m | 39 |
| elbeejay | j****n@u****u | 6 |
| Clara Ivanescu | c****u@g****m | 6 |
| dependabot[bot] | 4****] | 2 |
| Michelle von Maltitz | m****e@k****m | 2 |
| Samweli | s****6@g****m | 1 |
| hennie | h****e@x****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 40
- Total pull requests: 79
- Average time to close issues: 17 days
- Average time to close pull requests: 5 days
- Total issue authors: 4
- Total pull request authors: 6
- Average comments per issue: 0.55
- Average comments per pull request: 0.08
- Merged pull requests: 59
- Bot issues: 0
- Bot pull requests: 13
Past Year
- Issues: 38
- Pull requests: 69
- Average time to close issues: 20 days
- Average time to close pull requests: 5 days
- Issue authors: 3
- Pull request authors: 3
- Average comments per issue: 0.58
- Average comments per pull request: 0.09
- Merged pull requests: 51
- Bot issues: 0
- Bot pull requests: 13
Top Authors
Issue Authors
- mvmaltitz (24)
- timlinux (12)
- dragosgontariu (2)
- g4brielvs (2)
Pull Request Authors
- timlinux (54)
- dependabot[bot] (13)
- elbeejay (6)
- Samweli (2)
- ClaraIV (2)
- javaftw (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
- Total downloads: unknown
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 18
proxy.golang.org: github.com/worldbank/GEEST
- Documentation: https://pkg.go.dev/github.com/worldbank/GEEST#section-documentation
- License: gpl-3.0
-
Latest release: v1.1.0
published 9 months ago
Rankings
proxy.golang.org: github.com/worldbank/geest
- Documentation: https://pkg.go.dev/github.com/worldbank/geest#section-documentation
- License: gpl-3.0
-
Latest release: v1.1.0
published 9 months ago
Rankings
Dependencies
- actions/checkout v4 composite
- actions/setup-python v5 composite
- peaceiris/actions-gh-pages v3 composite
- actions/checkout v2 composite
- psf/black stable composite
- actions/checkout v2 composite
- actions/checkout v2 composite
- actions/setup-python v4 composite
- actions/checkout v2 composite
- actions/create-release v1 composite
- actions/setup-python v4 composite
- actions/upload-release-asset v1 composite
- ${IMAGE} ${QGIS_VERSION_TAG}
- docutils ==0.17.1
- jupyter-book ==1.0.0
- Jinja2 ==3.1.5 development
- Markdown ==3.7 development
- MarkupSafe ==2.1.5 development
- PyQt5 ==5.15.11 development
- PyQt5-Qt5 ==5.15.15 development
- PyQt5_sip ==12.15.0 development
- PyYAML ==6.0.2 development
- Pygments ==2.18.0 development
- attrs ==23.2.0 development
- babel ==2.16.0 development
- black ==24.4.0 development
- certifi ==2024.8.30 development
- charset-normalizer ==3.3.2 development
- click ==8.0.4 development
- colorama ==0.4.6 development
- debugpy ==1.8.1 development
- distlib ==0.3.8 development
- filelock ==3.13.4 development
- ghp-import ==2.1.0 development
- h11 ==0.12.0 development
- httpcore ==0.13.7 development
- httpx ==0.20.0 development
- idna ==3.8 development
- iniconfig ==2.0.0 development
- jsonschema ==4.21.1 development
- jsonschema-specifications ==2023.12.1 development
- mergedeep ==1.3.4 development
- mkdocs ==1.6.1 development
- mkdocs-autorefs ==1.2.0 development
- mkdocs-get-deps ==0.2.0 development
- mkdocs-material ==9.5.34 development
- mkdocs-material-extensions ==1.3.1 development
- mkdocstrings ==0.26.1 development
- mypy_extensions ==1.0.0 development
- numpy ==1.26.4 development
- packaging ==24.0 development
- paginate ==0.5.7 development
- pathspec ==0.12.1 development
- platformdirs ==4.2.0 development
- pluggy ==1.4.0 development
- pymdown-extensions ==10.9 development
- pytest ==8.1.1 development
- pytest-qt ==4.4.0 development
- python-dateutil ==2.9.0.post0 development
- pyyaml_env_tag ==0.1 development
- referencing ==0.34.0 development
- regex ==2024.7.24 development
- requests ==2.32.3 development
- rpds-py ==0.17.1 development
- six ==1.16.0 development
- toml ==0.10.2 development
- typer ==0.4.0 development
- urllib3 ==2.2.2 development
- virtualenv ==20.26.6 development
- watchdog ==5.0.2 development