js_superblockify
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
Links to: arxiv.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: csebastiao
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 243 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Superblockify applied to city partners of JUST STREETS
This is the source code for the Superblockify Analysis for Just Streets, WP 3.3.3 by Clment Sebastiao and Michael Szell. The code use the superblockify package on city partners, with additional data used.
Preprint: arXiv:XXXX.XXXXX
Data repository: zenodo.XXXXXXX
[
Installation
First clone the repository:
git clone https://github.com/csebastiao/JS_superblockify.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 js_superblockify
ipython kernel install --user --name=js_superblockify
mamba deactivate
You can now run jupyter lab with kernel js_superblockify (Kernel > Change Kernel > js_superblockify).
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:
Development of Just Streets was supported by the European Union Grant Agreement ID: 101104240
Owner
- Login: csebastiao
- Kind: user
- Repositories: 2
- Profile: https://github.com/csebastiao
GitHub Events
Total
- Push event: 13
- Create event: 2
Last Year
- Push event: 13
- Create event: 2
Dependencies
- jupyter
- momepy 0.9.1.*
- osmnx 2.0.1.*
- pre-commit
- pytest