Go to file
2020-10-14 15:29:53 +03:00
assets debug current zoom level 2020-10-14 15:29:53 +03:00
databases supply tidy -xml -iq fountains.xml as fountains.db 2020-09-29 18:45:44 +03:00
kivymd experiment with markers 2020-10-14 07:19:43 +03:00
.gitignore split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
build.sh modify packages and define build script 2020-09-21 00:37:07 +03:00
buildozer.spec experiment with markers 2020-10-14 07:19:43 +03:00
cleanup.sh fix cleanup script 2020-09-20 18:48:57 +03:00
forestmapview.kv debug current zoom level 2020-10-14 15:29:53 +03:00
forestmapview.py debug current zoom level 2020-10-14 15:29:53 +03:00
game.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
gpsblinker.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
gpsblinker.py migrate from mapview flower to mapview package 2020-09-30 16:09:07 +03:00
gpshelper.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
main.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
main.py debug current zoom level 2020-10-14 15:29:53 +03:00
music.kv add additional files to play with 2020-09-25 17:20:37 +03:00
music.py add additional files to play with 2020-09-25 17:20:37 +03:00
README.md document db populate 2020-09-29 06:23:03 +03:00
requierments.txt experiment with markers 2020-10-14 07:19:43 +03:00
settings.kv split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
settings.py split project to modules and experiment with mapview flower 2020-09-29 05:10:13 +03:00
setup_packages.sh use example sqlite database 2020-09-29 06:18:26 +03:00
setup_venv.sh use Kivy 2.0.0rc3 when we have python 3.8 2020-09-21 03:28:51 +03:00
treemarker.py experiment with markers 2020-10-14 07:19:43 +03:00
treepopupmenu.py experiment with markers 2020-10-14 07:19:43 +03:00

GlobalForest

A map-based social gardening

  • ./setup_packages.sh - install ubuntu system package requierments

  • ./setup_venv.sh - prepares the virtual environemnt and install pip modules in it

  • ./setup_venv.sh pre - same as above, for python 3.8 in ubuntu 20.04 where we cannot use the stable kivy 1.11.1 yet

  • source venv/bin/activate - enter the virtual environment

  • garden install mapview

  • python3 populatedb.py trees.kml

  • ./build.sh - run buildozer inside the virtual env to build and deploy

  • ./cleanup.sh - removes the work dirs from the local repo