Skip to content

Instantly share code, notes, and snippets.

View DenisCarriere's full-sized avatar
🎯
Focusing

Denis DenisCarriere

🎯
Focusing
View GitHub Profile
@DenisCarriere
DenisCarriere / keybase.md
Created March 8, 2018 21:05
Keybase for EOS Nation

Keybase proof

I hereby claim:

  • I am deniscarriere on github.
  • I am eosnation (https://keybase.io/eosnation) on keybase.
  • I have a public key whose fingerprint is 3F68 847E FF55 BCDA F250 E799 36A2 F10D 26E4 9EFF

To claim this, I am signing this object:

@DenisCarriere
DenisCarriere / genesis_public_key
Created March 3, 2018 16:25
genesis_public_key
04df52363b069ceab446d84d148596b993025486c908fe17eccb6969de7396c8883b510cd383e7294d84f00dd5f9d44d8813e1ed962ac45e0db32c5e0a7c1e0532
@DenisCarriere
DenisCarriere / OSM Statistics Tiles.md
Last active September 22, 2017 23:58
OSM Statistic Tiles

OSM Statistics Tiles

The goal of this dataset/project would be to generate geospatial statistics based on OpenStreetMap data and stored as JSON and PBF formats. These pre-computed tiles would enable data scientists to perform complex geospatial analysis at a country wide scale with minimal CPU processing.

Geospatial statitics

There could be thousands of different geospatial statitics that could be generated from a simple OSM dataset within a given BBox, here's a list of the most useful geospatial statitic that would be defined:

  • highway=* (path, residential, secondary, etc...)
@DenisCarriere
DenisCarriere / GIS Homework.md
Last active September 20, 2017 19:37
GIS Homework
@DenisCarriere
DenisCarriere / GIS-Projects.md
Last active October 25, 2025 18:37
GIS Projects
@DenisCarriere
DenisCarriere / tree-inventory-building-conflicts-0-meters.geojson
Created July 3, 2017 00:41
tree-inventory-building-conflicts-0-meters.geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / simplify.geojson
Created January 23, 2017 02:03
Simplify Polygon not working
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / parking.geojson
Created January 4, 2017 20:50
Impark Parking spots
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / autorenew.sh
Created January 4, 2017 14:19
Autorenew LetsEncrypt Certbot
#!/bin/bash
service nginx stop
/root/certbot/certbot-auto renew
service nginx start
@DenisCarriere
DenisCarriere / homepage.html
Created December 25, 2016 21:30
Homepage Change
<!-- AFTER -->
<!-- HOMEPAGE -->
<!-- HERO Version 1: Site headline, description & call to action -->
{% cache 'homepage2' %}
<div class='homepage-hero'>
<div class='container'>
<div class='row text-center'>
<h2 class='headline'>{{current_school.site_heading}}</h2>
<h3 class='subtitle'>{{current_school.description}}</h3>
<br><br><a class='btn btn-primary btn-hg text-center' href='http://www.trailloop.com/'>{{ 'homepage.enroll_button_string' | i18n }}</a>