Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created March 3, 2023 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aborruso/ead35e55a678a92cae2eaee31a659fef to your computer and use it in GitHub Desktop.
Save aborruso/ead35e55a678a92cae2eaee31a659fef to your computer and use it in GitHub Desktop.
{
"description": "CSW:http://geodati.gov.it/RNDT/csw",
"driverShortName": "CSW",
"driverLongName": "OGC CSW (Catalog Service for the Web)",
"layers": [
{
"name": "records",
"metadata": {},
"geometryFields": [
{
"name": "boundingbox",
"type": "Polygon",
"nullable": true,
"extent": [
9.11,
40.73321187131387,
14.04,
45.5042
],
"coordinateSystem": {
"wkt": "GEOGCRS[\"WGS 84\",\n DATUM[\"World Geodetic System 1984\",\n ELLIPSOID[\"WGS 84\",6378137,298.257223563,\n LENGTHUNIT[\"metre\",1]]],\n PRIMEM[\"Greenwich\",0,\n ANGLEUNIT[\"degree\",0.0174532925199433]],\n CS[ellipsoidal,2],\n AXIS[\"geodetic latitude (Lat)\",north,\n ORDER[1],\n ANGLEUNIT[\"degree\",0.0174532925199433]],\n AXIS[\"geodetic longitude (Lon)\",east,\n ORDER[2],\n ANGLEUNIT[\"degree\",0.0174532925199433]],\n ID[\"EPSG\",4326]]",
"projjson": {
"$schema": "https://proj.org/schemas/v0.2/projjson.schema.json",
"type": "GeographicCRS",
"name": "WGS 84",
"datum": {
"type": "GeodeticReferenceFrame",
"name": "World Geodetic System 1984",
"ellipsoid": {
"name": "WGS 84",
"semi_major_axis": 6378137,
"inverse_flattening": 298.257223563
}
},
"coordinate_system": {
"subtype": "ellipsoidal",
"axis": [
{
"name": "Geodetic latitude",
"abbreviation": "Lat",
"direction": "north",
"unit": "degree"
},
{
"name": "Geodetic longitude",
"abbreviation": "Lon",
"direction": "east",
"unit": "degree"
}
]
},
"id": {
"authority": "EPSG",
"code": 4326
}
},
"dataAxisToSRSAxisMapping": [
2,
1
]
}
}
],
"featureCount": 111,
"fields": [
{
"name": "identifier",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "other_identifiers",
"type": "StringList",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "title",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "type",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "subject",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "other_subjects",
"type": "StringList",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "references",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "other_references",
"type": "StringList",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "modified",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "abstract",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "date",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "language",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "rights",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "format",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "other_formats",
"type": "StringList",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "creator",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "source",
"type": "String",
"nullable": true,
"uniqueConstraint": false
},
{
"name": "anytext",
"type": "String",
"nullable": true,
"uniqueConstraint": false
}
]
}
],
"metadata": {},
"domains": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment