This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"parameter":"co","location":"Usaquen","city":"Bogota","country":"Colombia","value":0.719287,"unit":"ppm","date":{"utc":"2021-11-18T14:09:00Z","local":"2021-11-18T09:09:00-05:00"},"sourceName":"Usaquen","sourceType":"government","mobile":false,"coordinates":{"latitude":4.70939,"longitude":-74.03199},"attribution":{"name":"Secretaria Distrital de Ambiente","url":"http://www.ambientebogota.gov.co/"},"averagingPeriod":{"value":1,"unit":"hours"}},{"parameter":"pm25","location":"Usaquen","city":"Bogota","country":"Colombia","value":27.0,"unit":"ยตg/m3","date":{"utc":"2021-11-18T14:09:00Z","local":"2021-11-18T09:09:00-05:00"},"sourceName":"Usaquen","sourceType":"government","mobile":false,"coordinates":{"latitude":4.70939,"longitude":-74.03199},"attribution":{"name":"Secretaria Distrital de Ambiente","url":"http://www.ambientebogota.gov.co/"},"averagingPeriod":{"value":1,"unit":"hours"}},{"parameter":"pm10","location":"Usaquen","city":"Bogota","country":"Colombia","value":52.64,"unit":"ยตg/m3","date":{"utc":"2021-11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"instance": { | |
"url": "http://localhost:4567", | |
"name": "OpenStreetMap Taginfo", | |
"description": "This is a <b>taginfo test instance</b>. Change this text in your <tt>taginfo-config.json</tt>.", | |
"about": "<p>This site is maintained by XXX.</p><p>There isn't just one taginfo site, there are several. The main site is at <a class='extlink' href='https://taginfo.openstreetmap.org/'>taginfo.openstreetmap.org</a>, but several <a class='extlink' href='https://wiki.openstreetmap.org/wiki/Taginfo/Sites'>other taginfo sites</a> are operated by different people.</p>", | |
"icon": "/img/logo/test.png", | |
"contact": "Anonymous", | |
"area": "World", | |
"access_control_allow_origin": "*", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
[[ ! -n $5 ]] && echo "Usage: [ROTATE=90] gradientvideo <input.mp4> <r> <g> <b> <output.mp4>" && exit | |
set -x | |
[[ -n $ROTATE ]] && ROTATE=",scale=w=1.5*iw:h=1.5*ih,rotate=angle=$ROTATE" | |
ffmpeg -i "$1" -filter_complex "[0]split[v0][v1];[v0]format=rgba,geq=r=$2:g=$3:b=$4:a=255*(Y/H)$ROTATE[fg];[v1][fg]overlay=(W-w)/2:(H-h)/2:shortest=1" -q:v 2 "$5" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import glob | |
import tensorflow as tf | |
save_path = 'tf_serving_warmup_requests' | |
tfrecords_path = glob.glob('*_human_activities_*.tfrecords') | |
dataset = tf.data.TFRecordDataset(tfrecords_path) | |
writer = tf.data.experimental.TFRecordWriter(save_path) | |
writer.write(dataset) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EPSG: 4326 uses a coordinate system on the surface of a sphere or ellipsoid of reference. | |
WGS 84 - Earth as Geoid. -Mercator | |
EPSG: 3857 uses a coordinate system PROJECTED from the surface of the | |
sphere. Earth as perfectly sphere. -Web Mercator | |
Think of it as this way: | |
EPSG 4326 uses a coordinate system the same as a GLOBE (curved surface). | |
EPSG 3857 uses a coordinate system the same as a MAP (flat surface). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"title":"Livestock Emissions","id":"livestock_d1","description":"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Reiciendis obcaecati eveniet rem officiis eligendi odio accusantium dicta molestias, ipsam similique delectus velit voluptatum at. Sequi pariatur ipsum omnis itaque non?","tabs":[{"id":"total","name":"Total Livestock Emissions(CO2e)","description":"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Reiciendis obcaecati eveniet rem officiis eligendi odio accusantium dicta molestias, ipsam similique delectus velit voluptatum at. Sequi pariatur ipsum omnis itaque non?","columns":[{"id":"year","name":"year","unit":"Gg"},{"id":"total_livestock_co2e","name":"Total","unit":"Gg"},{"id":"total_ent_ferm_em_ch4","name":"Enteric Ferementation CH4","unit":"Gg"},{"id":"total_man_mgt_em_ch4","name":"Manure Mgt CH4","unit":"Gg"},{"id":"total_man_mgt_em_n20","name":"Manure Mgt N2O","unit":"Gg"}],"values":[{"year":1995,"total_ent_ferm_em_ch4":12334.86,"total_man_mgt_em_ch4":389.97,"total_man_mgt_em |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.