Move util scripts

This commit is contained in:
Tim Schubert 2020-08-13 21:51:39 +02:00
parent 2f94c15455
commit 0834c06e31
9 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.swp
*.swo
data/

1
utils/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.venv/

View file

@ -1 +0,0 @@
de421.bsp

3
utils/randgeo.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
shuf $1 | head -n $2 | ./geo2vec.py

1
utils/requirements.txt Normal file
View file

@ -0,0 +1 @@
skyfield==1.26

View file

@ -1 +0,0 @@
env/