Skip to content

Instantly share code, notes, and snippets.

View nlehuby's full-sized avatar

Noémie nlehuby

  • Jungle Bus
View GitHub Profile
@nlehuby
nlehuby / torcy.geojson
Created March 12, 2024 14:39
zone de travail torcy rer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?xml version="1.0"?>
<gpx version="1.1" creator="GDAL 2.2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogr="http://osgeo.org/gdal" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata><bounds minlat="48.834164779914879" minlon="2.646378826544234" maxlat="48.841382428661134" maxlon="2.658169384455522"/></metadata>
<trk>
<name>Torcy (ne pas créer de données en dehors)</name>
<trkseg>
<trkpt lat="48.834912543389152" lon="2.657655962951019">
</trkpt>
<trkpt lat="48.834512895942581" lon="2.657055810445647">
</trkpt>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nlehuby
nlehuby / overpass - osrm - josm.ipynb
Created February 12, 2019 20:47
POC - tracés de route relations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nlehuby
nlehuby / explore_cosmogony_fr.ipynb
Last active February 9, 2018 16:26
Explore France cosmogony with pandas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nlehuby
nlehuby / index.html
Created November 8, 2017 14:22
Mixing vector tiles sources
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>Switch to vector tiles</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>
@nlehuby
nlehuby / qwant_style.json
Last active July 23, 2021 21:46
a mapbox_gl_style
{
"version": 8,
"name": "Qwant Style Basic",
"metadata": {
"mapbox:autocomposite": false,
"mapbox:type": "template",
"maputnik:renderer": "mbgljs",
"openmaptiles:version": "3.x"
},
"center": [
@nlehuby
nlehuby / lines_of_accra.geojson
Created September 29, 2017 16:11
A geojson extract of all the lines in Accra in OSM
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nlehuby
nlehuby / boundaries.json
Created August 17, 2017 13:11
Affichage des admin_level depuis les tuiles vectorielles OpenMapTiles
{
"version": 8,
"name": "Klokantech Basic",
"metadata": {
"mapbox:autocomposite": false,
"mapbox:type": "template",
"maputnik:renderer": "mbgljs",
"openmaptiles:version": "3.x",
"openmaptiles:mapbox:owner": "openmaptiles",
@nlehuby
nlehuby / index.html
Created July 28, 2017 13:13
Thermomètre de ligne avec gitgraph
<!DOCTYPE HTML>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Transilien N</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.2/gitgraph.min.css" />
<style>
body {
margin: 0;