2020-05-14 22:01:40 +02:00
|
|
|
# geotemporalsigilizer
|
2020-05-16 19:59:25 +02:00
|
|
|
|
|
|
|
|
* generates a sigil from geographic coordinates and epoch timestamp
|
2020-05-16 20:00:18 +02:00
|
|
|
* takes two to five arguments: [decimal latitude] [decimal longitude] ([epoch timestamp] [first name] [last name])
|
2020-05-16 19:59:25 +02:00
|
|
|
* If just latitude and longitude are provided, the timestamp is calculated automatically for this moment.
|
2020-05-16 20:06:39 +02:00
|
|
|
* If first- and last name of a person are provided, their birth-location coordinates and birth-time should be the geospatial arguments
|
|
|
|
|
|
2020-05-16 20:15:18 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Example:
|
2020-05-16 20:06:39 +02:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
sigilize.py 52.4852321 13.4355856 322813800 "Sublunar" "Space"
|
|
|
|
|
```
|
|
|
|
|
|
2020-05-16 20:15:18 +02:00
|
|
|
## Result:
|
2020-05-16 20:06:39 +02:00
|
|
|
|
|
|
|
|

|