Skip to content

Instantly share code, notes, and snippets.

View ingenieroariel's full-sized avatar

Ariel Núñez ingenieroariel

View GitHub Profile
@ingenieroariel
ingenieroariel / overpass.geojson
Created February 27, 2018 12:35 — forked from anonymous/overpass.geojson
data exported by overpass turbo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ingenieroariel
ingenieroariel / README.md
Created February 10, 2018 18:04 — forked from KoGor/README.md
Earth globe

Интерактивный глобус с возможностью вращения мышкой и центрированием на выбранную страну. Подробнее о создании можно почитать на Хабрахабре.

This projected is licensed under the terms of the MIT license.

@ingenieroariel
ingenieroariel / index.html
Last active October 31, 2017 21:42 — forked from Lenninlasd/README
Heatmap
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.41.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.41.0/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
@ingenieroariel
ingenieroariel / .block
Last active October 17, 2017 12:47 — forked from mbostock/.block
Clipped Map Tiles
license: gpl-3.0
<!DOCTYPE html>
<meta charset="utf-8">
<style>
h1 {
position: absolute;
top: 500px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
text-align: center;
import os
import sys
import requests
import time
from lxml import etree
if __name__ == '__main__':
csw_url = 'https://catalog.data.gov/csw-all'
folder_name = 'data_gov'
max_records = 125000
@ingenieroariel
ingenieroariel / notes.md
Last active October 13, 2015 05:44 — forked from anonymous/notes.txt
Geodash training notes
  1. Open terminal: Look for terminal in the menu

  2. Check the date

date
  1. Create a folder called 'code'
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<Map srs="+proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs">
<Style name="color relief style">
<Rule>
<RasterSymbolizer mode="normal" />
</Rule>
</Style>
<Style name="hillshade style">
<Rule>
<RasterSymbolizer opacity="0.6" mode="multiply" />
<!DOCTYPE html>
<html>
<head>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.6/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v0.6.6/mapbox.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>