Skip to content

Commit

Permalink
reduce cities.csv to population > 100,000
Browse files Browse the repository at this point in the history
  • Loading branch information
hoishing committed Dec 9, 2024
1 parent 10f7af3 commit 7c19c63
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
- SVG natal chart generation in pure python
- composite chart (transit/synastry/sun return ... etc) generation
- highly configurable
- all planets, asteroids, vertices can be enabled / disabled
- orbs for each aspect
- light, dark, or mono theme
- light / dark theme color definitions
- chart stroke, opacity, font, spacing between planets ...etc
- all planets, asteroids, vertices can be enabled / disabled
- orbs for each aspect
- light, dark, or mono theme
- light / dark theme color definitions
- chart stroke, opacity, font, spacing between planets ...etc
- high precision astrological data with [Swiss Ephemeris]
- timezone, latitude and longitude database from [GeoNames]
- auto aware of daylight saving for a given time and location
- auto aware of daylight saving for a given time and location
- natal chart data statistics
- element, modality, and polarity counts
- planets in each houses
- quadrant and hemisphere distribution
- aspect pair counts
- composite chart aspects
- aspects cross reference table
- generate report in markdown or html
- element, modality, and polarity counts
- planets in each houses
- quadrant and hemisphere distribution
- aspect pair counts
- composite chart aspects
- aspects cross reference table
- generate report in markdown or html
- thoroughly tested with `pytest`

## Sample Charts
Expand Down
3 changes: 1 addition & 2 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"outputs": [],
"source": [
"from natal import Data, Stats, Chart, Config\n",
"from datetime import datetime\n",
"from IPython.display import HTML"
]
},
Expand Down Expand Up @@ -341,7 +340,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.7"
"version": "3.12.8"
}
},
"nbformat": 4,
Expand Down
Binary file modified natal/data/cities.csv.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "natal"
version = "0.8.5"
version = "0.8.6"
description = "create Natal Chart with ease"
license = "MIT"
repository = "https://github.com/hoishing/natal"
Expand Down
4 changes: 0 additions & 4 deletions todo.md

This file was deleted.

0 comments on commit 7c19c63

Please sign in to comment.