Skip to content

Commit 4b8f854

Browse files
committed
Remove notebooks
1 parent 2252b75 commit 4b8f854

File tree

9 files changed

+13
-708
lines changed

9 files changed

+13
-708
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Solar path
22
Repository for visualising the sun's position on the sky for a given location.
33
The sun's position at each hour of a day is visualised. The closer the orange
4-
points are to the location, the higher is the solar height.
5-
![demo](notebooks/demo.gif)
4+
points are to the location, the higher is the solar height.
5+
![demo](demo.gif)
66
## Install
7-
This project uses [pipenv](https://pipenv-fork.readthedocs.io/en/latest/).
8-
Clone the repository, navigate to the folder and run `pipenv install`.
9-
This creates a virtual environment for the project.
7+
This project uses [poetry](https://python-poetry.org/).
8+
Clone the repository, navigate to the folder and run `poetry install`.
9+
This creates a virtual environment for the project.
10+
11+
## Mapbox token
12+
A [mapbox token](https://docs.mapbox.com/api/accounts/tokens/) is required to render the map

app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from dash.dependencies import Output, Input, State
1313
import dash_bootstrap_components as dbc
1414

15-
from src.utils import SolarPath
16-
from src.items import (
15+
from solar_path.utils import SolarPath
16+
from solar_path.items import (
1717
create_date_sliders,
1818
create_dropdown_mapstyles,
1919
create_dropdown_timezones,

notebooks/demo.gif demo.gif

File renamed without changes.

notebooks/Sunrise.ipynb

-279
This file was deleted.

notebooks/mapbox_token.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)