Skip to content

Commit

Permalink
Add Solar Panel Detection (#62)
Browse files Browse the repository at this point in the history
* Rename notebooks

* Remove requirements.txt

* Add Solar Panel Detection notebook
  • Loading branch information
g4brielvs committed Apr 15, 2024
1 parent cebe4f2 commit e6633bf
Show file tree
Hide file tree
Showing 8 changed files with 1,703 additions and 400 deletions.
4 changes: 1 addition & 3 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ parts:
- file: notebooks/mobility/README
sections:
- file: notebooks/mobility/mapbox.ipynb
- file: notebooks/solar-panel-segmentation/README
sections:
- file: notebooks/solar-panel-segmentation/panel-detection-gaza.ipynb
- file: notebooks/solar-panel-detection/solar-panel-detection.ipynb
- caption: Sample Indicators
chapters:
- file: reports/sample-indicators/housing-and-community.ipynb
Expand Down
18 changes: 17 additions & 1 deletion docs/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,20 @@ @misc{10.5281/zenodo.10667925
doi = {10.5281/zenodo.10667925},
url = {https://doi.org/10.5281/zenodo.10667925}
}
g

@misc{nrel2022,
author = {National Renewable Energy Laboratory},
title = {{NREL/Panel-Segmentation}},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/NREL/Panel-Segmentation}},
}

@article{kirillov2023segany,
title={{Segment Anything}},
author={Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer and Berg, Alexander C. and Lo, Wan-Yen and Doll{\'a}r, Piotr and Girshick, Ross},
journal={arXiv:2304.02643},
doi={10.48550/arXiv.2304.02643},
year={2023}
}
File renamed without changes.
1,684 changes: 1,684 additions & 0 deletions notebooks/solar-panel-detection/solar-panel-detection.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
379 changes: 0 additions & 379 deletions notebooks/solar-panel-segmentation/panel-detection-gaza.ipynb

This file was deleted.

16 changes: 0 additions & 16 deletions notebooks/solar-panel-segmentation/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docs = [
[tool.codespell]
skip = 'docs/_build,docs/references.bib,*.png,*.gz,*.whl'
ignore-regex = '^\s*"image\/png":\s.*'
ignore-words-list = "gost,"
ignore-words-list = "gost,manuel,"

[tool.hatch.build.targets.wheel]
packages = ["src/gaza_israel_conflict_impact_analysis"]
Expand Down

0 comments on commit e6633bf

Please sign in to comment.