Skip to content

Instantly share code, notes, and snippets.

@notthatbreezy
notthatbreezy / collection.json
Created August 5, 2020 16:00
Example 0.9.0 Collection to POST to Franklin
{
"stac_version": "0.9.0",
"stac_extensions": [
],
"id": "test-collection",
"title": null,
"description": "Example collection to post to API",
"keywords": [
],
@notthatbreezy
notthatbreezy / info.json
Created July 17, 2020 12:23
TileJSON.io - MexicaliLouisiana Layer
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@notthatbreezy
notthatbreezy / info.json
Created July 17, 2020 12:16
TileJSON.io - Mexicali
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@notthatbreezy
notthatbreezy / info.json
Created July 16, 2020 20:56
TileJSON.io - Capella Spacenet 6 Rescaled
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@notthatbreezy
notthatbreezy / presentation.md
Last active May 1, 2020 13:21
Refinement and NewType Presentation (TSM - 2020-05-01)

title: Practical Refinement Types and NewTypes author: Chris Brown patat: incrementalLists: true images: backend: w3m wrap: true margins: left: 10

@notthatbreezy
notthatbreezy / spec.yaml
Created April 27, 2020 15:36
Sample Franklin Server API Specification
openapi: 3.0.1
info:
title: Franklin
version: 0.0.1
paths:
/conformance:
get:
description: A list of all conformance classes specified in a standard that
the server conforms to
operationId: conformance
@notthatbreezy
notthatbreezy / info.json
Created March 11, 2020 20:14
TileJSON.io - Illustration of Different Color Composites
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@notthatbreezy
notthatbreezy / info.json
Created March 11, 2020 19:18
TileJSON.io - Nashville
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@notthatbreezy
notthatbreezy / info.json
Created March 5, 2020 19:01
TileJSON.io - Rhode Island Land Cover - Raster Foundry
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
]
},
@notthatbreezy
notthatbreezy / info.json
Created February 27, 2020 13:29
TileJSON.io - Demo Map 2020-02-27
{
"baseLayer": {
"tilejson": "2.2.0",
"name": "base",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
]
},