Skip to content

iki/ccn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cooperative City Network

Getting the CHMI data from the Golemio API

cd data-chmi
./get
./merge

Plotting the CHMI data as function of space and time

You can choose the number of the pollutant from the following: SCALE is 0 to 100. Numbers beyond 100 are projected to 100.

  1. "NO2": Video
  2. "O3" : Video
  3. "PM10"
  4. "PM10_24"
  5. "PM2_5"
  6. "SO2"
cd data-chmi
python plotPollutionMaps.py
./buildVideo.sh

Difficulty are:

  • Data were unknown before starting.
  • Data are heterogeneous in space, very discontinuous in time, and sometimes just missing.
  • Management of timestamps and data types of Python.

Upload data to HERE Maps XYZ Studio

# Install dependencies
yarn

# Setup your HERE Maps credentials from https://account.here.com/
yarn here configure

# Create a data space
yarn here xyz create --title "CHMI Prague" --message "Show CHMI data from Golemio API"

# Upload data (use ID of the space created in the previous step)
yarn here xyz upload -f data-chmi/merge.csv --ptag DateToUTC [spaceID]

About

Cooperative City Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published