Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:geo="http://www. w3.org/2003/01/geo/wgs84_pos#"
xmlns:edu="http://www.example.org/">
<rdf:Description rdf:about="http://www.cs.princeton.edu">
<dc:title>Map package (.mpk)</dc:title>
<dc:description>
Map packages (.mpk) make it easy to share complete map documents with others.
@mhogeweg
mhogeweg / gist:0fa3ba33824ec8491972
Created August 13, 2014 20:07
{53767031-7BB3-42A1-86A3-2E13113B2456}
<?xml version="1.0" encoding="UTF-8"?>
<gmi:MI_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gmi="http://www.isotc211.org/2005/gmi">
<gmd:fileIdentifier>
<gco:CharacterString>{53767031-7BB3-42A1-86A3-2E13113B2456}</gco:CharacterString>
</gmd:fileIdentifier>
<gmd:language>
<gco:CharacterString>en</gco:CharacterString>
</gmd:language>
<gmd:hierarchyLevel>
<gmd:MD_ScopeCode codeSpace="ISOTC211/19115" codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset">dataset</gmd:MD_ScopeCode>
<?xml version="1.0" encoding="UTF-8"?>
<!--
See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Esri Inc. licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
<?xml version="1.0" ?>
<test></test>
@mhogeweg
mhogeweg / server.js
Created September 17, 2015 14:06
local koop app, including a few new providers (Geoportal Server and Junar)
var express = require('express');
var cors = require('cors');
var config = require('config');
var junar = require('koop-junar');
var koop = require('koop')(config);
var koopPg = require('koop-pgcache');
var socrata = require('koop-socrata');
var ckan = require('koop-ckan');
var github = require('koop-github');
var agol = require('koop-agol');
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<script>
var isIE = /*@cc_on!@*/false || document.documentMode;
var xmlFileName = "iso_dataset.xml";
var xpathTitle = "/gmd:MD_Metadata/gmd:identificationInfo//gmd:citation//gmd:title/gco:CharacterString";
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:georss="http://www.georss.org/georss"
xmlns:idx="urn:atom-extension:indexing">
<id>tag:google.com,2005:reader/user/09670693557036673178/state/com.google/alerts/6188046689771500078</id>
<title>Google Alert - sinkhole</title>
<link href="https://www.google.com/alerts/feeds/09670693557036673178/6188046689771500078" rel="self"/>
<updated>2016-05-09T06:45:00Z</updated>
<entry>
<id>tag:google.com,2013:googlealerts/feed:9462625968516718626</id>
#! /usr/bin/env python
# -*- coding: utf-8 -*-
import httplib
from base64 import b64encode
import urllib2
import sys
import re
import urllib
import datetime
{ "type": "FeatureCollection",
"features": [
{ "type": "Feature",
"properties": {
"icaoId": "KWBC",
"obsTime": "2016-09-01T19:13:00Z",
"airepType": "PIREP",
"acType": "MU2",
"temp": "-1",