Skip to content

Instantly share code, notes, and snippets.

def wrap: "(\(.))";
def type(t): t + wrap;
def geom1: map(tostring) | join(" ");
def geom2: map(geom1) | join(",");
def geom3: map(geom2 | wrap) | join(",");
def geom4: map(geom3 | wrap) | join(",");
def wkt:
if .type == "Point" then
.coordinates | geom1 | type("POINT")
elif .type == "MultiPoint" then
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@autermann
autermann / content.ftl
Last active November 5, 2015 14:36
GetFeatureInfo for IMIS WFS
<#list features as feature>
<div class="list-group-item">
<div class="panel panel-primary feature" data-id="${feature.featureId.value}"></div>
</div>
</#list>
package org.envirocar.server;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URI;
import java.util.Set;
import javax.ws.rs.core.UriBuilder;
package org.autermann.itunessync;
import java.io.IOException;
import java.io.Reader;
import java.net.URI;
import java.nio.charset.Charset;
import java.nio.file.FileVisitResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
library(sensorweby)
library(shiny)
library(sensorweb4R)
library(openair)
# calling the shinyApp function creates a new Shiny application
runApp(shinyApp(
# create the client side of the application in the "ui" parameter
ui = shinyUI(
library(sensorweby)
library(shiny)
library(sensorweb4R)
# calling the shinyApp function creates a new Shiny application
runApp(shinyApp(
# create the client side of the application in the "ui" parameter
ui = shinyUI(
install.packages("devtools")
devtools::install_github("52North/sensorweby")
sensorweby::runExample("timePlot")
public class Clown {}
public class Clown {}