added example
This commit is contained in:
parent
a6ff67058b
commit
4f3197a012
3 changed files with 25 additions and 11 deletions
12
README.md
12
README.md
|
|
@ -3,4 +3,14 @@
|
|||
* 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
|
||||
* If first- and last name of a person are provided, their birth-location coordinates and birth-time should be the geospatial arguments
|
||||
|
||||
example:
|
||||
|
||||
```
|
||||
sigilize.py 52.4852321 13.4355856 322813800 "Sublunar" "Space"
|
||||
```
|
||||
|
||||
result:
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue