Skip to content

Instantly share code, notes, and snippets.

View DenisCarriere's full-sized avatar
🎯
Focusing

Denis DenisCarriere

🎯
Focusing
View GitHub Profile
@DenisCarriere
DenisCarriere / GIS-Projects.md
Last active June 23, 2022 14:15
GIS Projects
@DenisCarriere
DenisCarriere / tree-inventory-building-conflicts-0-meters.geojson
Created July 3, 2017 00:41
tree-inventory-building-conflicts-0-meters.geojson
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
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
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>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / README.md
Last active January 4, 2022 03:05
Python Geocoder reverse geocoding with OpenStreetMap

You can conduct reverse geocoding using the Python Geocoder library.

Notes: Input for coordinate is using [lat, lng] order.

Python

import geocoder
g = geocoder.osm([45,-75], method='reverse')
{...}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / us-states.geojson
Last active November 8, 2016 20:58
United States Boundaries
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.