Skip to content

Instantly share code, notes, and snippets.

View widged's full-sized avatar

Marielle Lange widged

View GitHub Profile
@widged
widged / trees.csv
Created January 27, 2024 22:46
trees bxl sample
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 17 columns, instead of 13. in line 4.
FID,gid,geom,numident,annee_plant,circumference,commune,couverture,crown_diam,essence,hauteur,multitronc,structure_couronne,status,espace_de_plantation,distribution,voirie
trees.fid-50f1456d_18d4d0b7e9f_-6ae0,56000,POINT (148200.69400000043 167878.63284243923),701249,,29,FOREST,Mulch / Copeaux,3,Aesculus hippocastanum,5,False,Semi-libre,en vie,Fosse de plantation,Alignement multiple,Albert (Av.)
trees.fid-50f1456d_18d4d0b7e9f_-6adf,56001,POINT (148244.86300000007 167859.4928424377),701250,,30,FOREST,Mulch / Copeaux,3,Aesculus hippocastanum,5,False,Semi-libre,en vie,Fosse de plantation,Alignement multiple,Albert (Av.)
trees.fid-50f1456d_18d4d0b7e9f_-6ade,56002,POINT (151472.01399999709 162906.77304245718),16801779,,36,UCCLE,Terre de jardin,5,Fagus sylvatica 'Atropunicea',5,False,Semi-libre,en vie,Espace planté,Alignement multiple,Lorraine (Drève de)
trees.fid-50f1456d_18d4d0b7e9f_-6add,56003,POINT (154298.42199999344 167756.97684243787),302480,,42,AUDERGHEM,Pelouse / Plantes,4,Tilia tomentosa,10,False,Semi-lib
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@widged
widged / bike-share.geojson
Created November 8, 2020 19:36
bike-share-demand
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@widged
widged / index.html
Last active October 20, 2020 14:44
Histogram of probabilities
<!-- Code from d3-graph-gallery.com -->
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Load d3.js -->
<script src="https://d3js.org/d3.v4.js"></script>
<!-- Create a div where the graph will take place -->
<div id="my_dataviz"></div>

Keybase proof

I hereby claim:

  • I am widged on github.
  • I am widged (https://keybase.io/widged) on keybase.
  • I have a public key ASBUj5lGAhmzkiUKulaBFrpGsTOWj4x2K6eS2qvH3tQ91wo

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@widged
widged / bxl.geojson
Last active December 17, 2018 11:03
geojson demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@widged
widged / README.md
Last active July 20, 2018 00:29 — forked from wpoely86/README.md
Diverging Stacked Bar Chart
@widged
widged / BreedingGraph.js
Last active April 21, 2017 06:12
d3.v4 linegraph with gradient
class BreedingGraph {
constructor() {
this.rootNode = document.createElement('breeding-graph');
}
mount(parentNode) {
parentNode.appendChild(this.rootNode);
return this;
}
@widged
widged / index.html
Last active October 27, 2016 11:08 — forked from anonymous/index.html
example of search on tree layout
<!DOCTYPE html>
<title>Callgraph expandable tree visualization on 16 processors</title>
<meta charset="utf-8">
<style>
.node {
cursor: pointer;
}
.node circle {