Skip to content

Instantly share code, notes, and snippets.

View Robsteranium's full-sized avatar

Robin Gower Robsteranium

View GitHub Profile
oa11cd lat lng
E00096185 50.4068 -4.6742
E00096186 50.4059 -4.6697
E00096187 50.4071 -4.6601
E00096188 50.407 -4.6634
E00096189 50.4044 -4.6689
E00096191 50.4093 -4.6736
E00096192 50.4089 -4.661
E00096193 50.4079 -4.6704
E00096194 50.4091 -4.67
@Robsteranium
Robsteranium / grit-bin-schema-name.json
Last active August 1, 2022 13:51
Grit Bin Location Schema with Name
{
"tableSchema": {
"columns": [
{ "name": "location" },
{ "name": "easting" },
{ "name": "northing" }
]
},
"dialect": {
"header": false
@Robsteranium
Robsteranium / grit-bin-schema-datatype.json
Last active August 1, 2022 13:52
Grit Bin Location Schema with Datatype
{
"tableSchema": {
"columns": [
{ "name": "location", "datatype": "integer" },
{ "name": "easting", "datatype": "decimal" },
{ "name": "northing", "datatype": "decimal" }
]
},
"dialect": {
"header": false
@Robsteranium
Robsteranium / grit-bin-schema-propertyUrl.json
Last active August 1, 2022 13:52
Grit Bin Location Schema with Property URL
{
"tableSchema": {
"columns": [
{
"name": "location",
"datatype": "integer"
},
{
"name": "easting",
"datatype": "decimal",
@Robsteranium
Robsteranium / grit-bin-schema-aboutUrl.json
Last active August 1, 2022 13:52
Grit Bin Location Schema with About URL
{
"tableSchema": {
"columns": [
{
"name": "location",
"datatype": "integer"
},
{
"name": "easting",
"datatype": "decimal",
@Robsteranium
Robsteranium / grit-bin-schema-table-url.json
Last active August 1, 2022 13:53
Grit Bin Location Schema with Table URL
{
"@context": ["http://www.w3.org/ns/csvw", {"@language": "en"}],
"tables": [{
"url": "http://opendata.leeds.gov.uk/downloads/gritting/grit_bins.csv",
"tableSchema": {
"columns": [
{
"name": "location",
"datatype": "integer"
},