orderbikenet_paris
Science Score: 44.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
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: csebastiao
- License: agpl-3.0
- Default Branch: main
- Size: 222 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Orderbikenet - Paris
Application of Orderbike to Paris bicycle network, specifically the Plan Vélo 2021-2026.
Installation
First clone the repository:
git clone https://github.com/csebastiao/orderbikenet_paris.git
Go to the cloned folder and create a new virtual environment. You can either create a new virtual environment then install the necessary dependencies with pip using the requirements.txt file:
pip install -r requirements.txt
Or create a new environment with the dependencies with conda or mamba using the environment.yml file:
mamba env create -f environment.yml
Then, install the virtual environment's kernel in Jupyter:
mamba activate ENVNAME
ipython kernel install --user --name=orderbikenet_paris
mamba deactivate
You can now run jupyter lab with kernel orderbikenet_paris (Kernel > Change Kernel > ENVNAME).
Repository structure
├── data
│ ├── processed <- Modified data
│ └── raw <- Original, immutable data
├── notebooks <- Jupyter notebooks
├── plots <- Generated figures
├── scripts <- Scripts to execute
├── .gitignore <- Files and folders ignored by git
├── .pre-commit-config.yaml <- Pre-commit hooks used
├── CITATION.cff <- Citation file (template)
├── README.md
├── TEMPLATE.md <- Explanation for the template, delete it after use
├── environment.yml <- Environment file to set up the environment using conda/mamba
└── requirements.txt <- Requirements file to set up the environment using pip
Credits
Please cite as: AUTHOR1, AUTHOR2, and AUTHOR3, PROJECTNAME, JOURNAL (YYYY), DOIURL
Development of PROJECTNAME was supported by FUNDER.
Owner
- Login: csebastiao
- Kind: user
- Repositories: 2
- Profile: https://github.com/csebastiao
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this source code, please cite it as below." authors: - family-names: "AUTHOR1" given-names: "AUTHOR1GIVEN" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "AUTHOR2" given-names: "AUTHOR2GIVEN" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "AUTHOR3" given-names: "AUTHOR3GIVEN" orcid: "https://orcid.org/0000-0000-0000-0000" title: "PROJECTNAME" version: 1.0.0 doi: 10.5281/zenodo.0000 date-released: YYYY-MM-DD url: "URL" preferred-citation: type: article authors: - family-names: "AUTHOR1" given-names: "AUTHOR1GIVEN" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "AUTHOR2" given-names: "AUTHOR2GIVEN" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "AUTHOR3" given-names: "AUTHOR3GIVEN" orcid: "https://orcid.org/0000-0000-0000-0000" doi: "10.0000/00000" journal: "JOURNAL" month: 1 start: 1 end: 2 title: "PROJECTNAME" issue: 1 volume: 1 year: YYYY
GitHub Events
Total
- Push event: 2
- Create event: 1
Last Year
- Push event: 2
- Create event: 1
Dependencies
- pre-commit *
- pytest *