Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

NicolasGrosjean/Baby_Friendly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baby Friendly

Tool to maintain the Grenoble Baby Friendly map

Installation

Download or clone this repository.

Python

I recommend you to install a Python environment with conda or virtualenv.

For example with conda, download and install miniconda

Create a conda environment

conda create -n baby_friendly python=3.7

Activate the conda environment

activate baby_friendly

Install the packages with the following commands

conda install geojson requests

Usage

Activate the conda environment

activate baby_friendly

Run the script

python database.py

You will see some geojson files creates in the data subdirectory which can be used with umap.

Stats

In Grenoble sector (45.1416, 5.6732, 45.2270, 5.7826), the geojson contains data about :

Date Diaper Highchair Microwave Toys Calm Stroller parking Kindergarten Playground
2019-09-04 19 10 10 7 7 10 41 282
2019-08-03 19 9 10 7 7 10 40 275

Licence

The project have an Apache-2.0 licence because of the inclusion of overpass which has this licence.

About

Tool to maintain the Grenoble Baby Friendly map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages