Skip to content

Instantly share code, notes, and snippets.

View itsgifnotjiff's full-sized avatar

Yordan Radev itsgifnotjiff

View GitHub Profile
@itsgifnotjiff
itsgifnotjiff / bower.json
Created March 13, 2022 00:39 — forked from adriengibrat/bower.json
Parse ISO 8601 duration as function that sums duration to a given date
{
"name": "parseDuration",
"version": "0.0.1",
"main": "./parseDuration.es5.js"
}
@itsgifnotjiff
itsgifnotjiff / generate.py
Created March 11, 2022 14:19 — forked from Dukestep/generate.py
Yordan's request
from owslib.wms import WebMapService
import json
def slugify_title(str):
return str.lower().strip().replace(" ", "-")
def generate_layer_dict(list_layer_metadata):
items = []