Skip to content

Instantly share code, notes, and snippets.

{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"name": "Water Observations from Space Daily (WOfS Daily Observations)",
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"type": "geojson",
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"type": "csv",
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
SA4_CODE_2016
101
102
103
104
105
106
107
108
109
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"name": "Delta Blended service",
{
"catalog": [
{
"name": "data.gov.au",
"type": "wfs-group",
"url": "http://data.gov.au/geoserver/ows"
},
{
"name": "AIMS Sea Water Temperature Observing System (AIMS Temperature Logger Program)",
"description": "The data provided here are from a number of sea water temperature monitoring programs conducted in tropical and subtropical coral reefs environments around Australia. Data are available from approximately 80 GBR sites, 16 Coral Sea sites, 7 sites in North West Western Australia (WA), 8 Queensland regional ports, 13 sites in the Solitary Islands, 4 sites in PNG and 10 sites in the Cocos (Keeling) Islands. Data are obtained from in-situ data loggers deployed on the reef. Data loggers instantaneously record sea temperatures every 30 minutes and are exchanged and downloaded approximately every 12 months. Temperature loggers on the reef-flat are generally placed just below Lowest Astronomical Tide level. Reef-slope (or where specified as Upper reef-slope) genera
@nf-s
nf-s / ckan.json
Last active August 13, 2020 01:31
{
"homeCamera": {
"west": 144.18,
"south": -38.47,
"east": 145.45,
"north": -37.77
},
"catalog": [
{
SA4_CODE_2016 Age_40-49 years date
101 0.534767322 2010
102 0.184353583 2010
103 0.015943946 2010
104 0.318267347 2010
105 0.465222838 2010
106 0.798599604 2010
107 0.997784581 2010
108 0.586257896 2010
109 0.522284419 2010
@nf-s
nf-s / sdmx.json
Last active February 5, 2021 03:02
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"type": "sdmx-group",
import json
from pywps import Process, ComplexInput, ComplexOutput, Format
class WpsTestProcess(Process):
def __init__(self):
inputs = [ComplexInput('in', 'GeoJSON Input',
supported_formats=[Format("application/vnd.geo+json",
schema="http://geojson.org/geojson-spec.html#geojson")])]
outputs = [ComplexOutput('out', 'Referenced Output',
supported_formats=[Format("application/vnd.terriajs.catalog-member+json")]),