Skip to content

SDP-GeoHunt/geo-hunt-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GeoHunt - Tools

This repository is a set of tools used to help with the development of GeoHunt

Populate the database

A small python script is provided to populate the database with Point-Of-Interest using the open-street-map API along with a small web-scrapper script. To use it, have python 3 installed along with the following libraries : Pillow, firebase_admin, requests, tqdm, pickle, zlib. You then need to generate the private admin key for firebase. Notice that with this key, anyone has an admin access to all features of firebase check this tutorial. Once done you can use this script with

python3 scrap-point-of-interrest.py <top-dd> <left-bbox> <bottom-bbox> <right-bbox> <path-to-auth-file>

Where <...dd> correspond to the degree notation of the top/left/bottom/right corner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages