geotemporal-sigilizer/README.md
2020-05-16 20:20:39 +02:00

24 lines
No EOL
878 B
Markdown

# GeoTemporal Sigilizer for Fatum Project
* generates a sigil from geographic coordinates and epoch timestamp
* takes two to five arguments: [decimal latitude] [decimal longitude] ([epoch timestamp] [first name] [last name])
* If just latitude and longitude are provided, the timestamp is calculated automatically for this moment.
* If first- and last name of a person are provided, their birth-location coordinates and birth-time should be the geospatial arguments
The GeoTemporal Sigilizer uses the principle of classic magical sigil creation with kameas / magic squares and applies it to the fractal grid that underlies [Open Location Codes](https://github.com/google/open-location-code)
## Installation
```
pip install -r requirements.txt
```
## Example:
```
sigilize.py 52.4852321 13.4355856 322813800 "Sublunar" "Space"
```
## Result:
![Result](Space_Sublunar.svg)