Skip to content

Commit

Permalink
Merge pull request #16 from GLAM-Workbench/update
Browse files Browse the repository at this point in the history
fix metadata
  • Loading branch information
wragge committed Jun 8, 2024
2 parents 0c61a90 + 46160bc commit a4f10cd
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 131 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ single_maps*
*.geojson
*.csv
draft*.ipynb
*.ndjson
*.ndjson
http-cache*
2 changes: 1 addition & 1 deletion Exploring-digitised-maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7219,7 +7219,7 @@
"mainEntityOfPage": "https://glam-workbench.net/trove-maps/single-maps-data/",
"result": [
{
"url": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv"
"url": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions parse_coordinates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -882,12 +882,12 @@
"mainEntityOfPage": "https://glam-workbench.net/trove-maps/single-maps-coordinates-data/",
"object": [
{
"url": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv"
"url": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps.csv"
}
],
"result": [
{
"url": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps_coordinates.csv"
"url": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv"
}
]
}
Expand Down
251 changes: 124 additions & 127 deletions ro-crate-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"datePublished": "2024-06-08",
"datePublished": "2024-06-08T12:19:35+00:00",
"description": "Maps are found in Trove's 'Images, Maps & Artefacts' category. This includes single maps, as well as map series, atlases, and aerial photographs. You can access metadata about maps through the Trove API.",
"hasPart": [
{
Expand All @@ -19,10 +19,10 @@
"@id": "parse_coordinates.ipynb"
},
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv"
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps.csv"
},
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps_coordinates.csv"
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv"
},
{
"@id": "Exploring-digitised-maps.ipynb"
Expand Down Expand Up @@ -51,127 +51,6 @@
"@id": "https://creativecommons.org/publicdomain/zero/1.0/"
}
},
{
"@id": "create-map-subsets.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"category": "",
"codeRepository": "https://github.com/GLAM-Workbench/trove-maps/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "This notebook helps you create subsets of digitised maps by searching for maps whose centre points fall within a specified bounding box. You can download the results as CSV and GeoJSON files.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/trove-maps/create-map-subsets/"
},
"name": "Create a subset of digitised maps by searching for coordinates",
"position": 2,
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/trove-maps/blob/None/create-map-subsets.ipynb",
"workExample": []
},
{
"@id": "parse_coordinates.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"category": "",
"codeRepository": "https://github.com/GLAM-Workbench/trove-maps/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "The harvest of digitised maps metadata includes a coordinates column that provides a string representation of either a point or a bounding box. This notebook attempts to parse the coordinate string and convert the values to decimals. It then uses the decimal values to explore the geographical context of Trove's digitised map collection.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/trove-maps/parse-coordinates/"
},
"name": "Parse map coordinates from metadata",
"position": 1,
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/trove-maps/blob/None/parse_coordinates.ipynb",
"workExample": []
},
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv",
"@type": [
"File",
"Dataset"
],
"contentSize": 14752472,
"dateModified": "2024-06-08",
"encodingFormat": "text/csv",
"isPartOf": {
"@id": "https://github.com/GLAM-Workbench/trove-maps-data"
},
"name": "single_maps.csv",
"sdDatePublished": "2024-06-08",
"size": 34843,
"url": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv"
},
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps_coordinates.csv",
"@type": [
"File",
"Dataset"
],
"contentSize": 7055489,
"dateModified": "2024-06-08",
"encodingFormat": "text/csv",
"isPartOf": {
"@id": "https://github.com/GLAM-Workbench/trove-maps-data"
},
"name": "single_maps_coordinates.csv",
"sdDatePublished": "2024-06-08",
"size": 28778,
"url": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps_coordinates.csv"
},
{
"@id": "Exploring-digitised-maps.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"category": "",
"codeRepository": "https://github.com/GLAM-Workbench/trove-maps/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "I knew there were lots of great maps you could download from Trove, but how many? And how big were the files? I thought I'd try to quantify this a bit by harvesting and analysing the metadata.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/trove-maps/exploring-digitised-maps/"
},
"name": "Exploring digitised maps in Trove",
"position": 0,
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/trove-maps/blob/None/Exploring-digitised-maps.ipynb",
"workExample": []
},
{
"@id": "https://glam-workbench.net/trove-maps",
"@type": "CreativeWork",
Expand Down Expand Up @@ -245,6 +124,35 @@
"name": "Exploring digitised maps in Trove",
"url": "https://glam-workbench.net/trove-maps/create-map-subsets/"
},
{
"@id": "create-map-subsets.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"category": "",
"codeRepository": "https://github.com/GLAM-Workbench/trove-maps/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "This notebook helps you create subsets of digitised maps by searching for maps whose centre points fall within a specified bounding box. You can download the results as CSV and GeoJSON files.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/trove-maps/create-map-subsets/"
},
"name": "Create a subset of digitised maps by searching for coordinates",
"position": 2,
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/trove-maps/blob/None/create-map-subsets.ipynb",
"workExample": []
},
{
"@id": "https://glam-workbench.net/trove-maps/parse-coordinates/",
"@type": "CreativeWork",
Expand All @@ -254,6 +162,49 @@
"name": "Parse map coordinates from metadata",
"url": "https://glam-workbench.net/trove-maps/parse-coordinates/"
},
{
"@id": "parse_coordinates.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"category": "",
"codeRepository": "https://github.com/GLAM-Workbench/trove-maps/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "The harvest of digitised maps metadata includes a coordinates column that provides a string representation of either a point or a bounding box. This notebook attempts to parse the coordinate string and convert the values to decimals. It then uses the decimal values to explore the geographical context of Trove's digitised map collection.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/trove-maps/parse-coordinates/"
},
"name": "Parse map coordinates from metadata",
"position": 1,
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/trove-maps/blob/None/parse_coordinates.ipynb",
"workExample": []
},
{
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps.csv",
"@type": [
"File",
"Dataset"
],
"contentSize": 14752472,
"dateModified": "2024-06-08",
"encodingFormat": "text/csv",
"name": "single_maps.csv",
"sdDatePublished": "2024-06-08",
"size": 34843,
"url": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps.csv"
},
{
"@id": "https://glam-workbench.net/trove-maps/single-maps-coordinates-data/",
"@type": "CreativeWork",
Expand All @@ -274,6 +225,23 @@
"url": "https://github.com/GLAM-Workbench/trove-maps-data",
"workExample": []
},
{
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv",
"@type": [
"File",
"Dataset"
],
"contentSize": 7055489,
"dateModified": "2024-06-08",
"encodingFormat": "text/csv",
"isPartOf": {
"@id": "https://github.com/GLAM-Workbench/trove-maps-data"
},
"name": "single_maps_coordinates.csv",
"sdDatePublished": "2024-06-08",
"size": 28778,
"url": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv"
},
{
"@id": "#parse_coordinates_run_0",
"@type": "CreateAction",
Expand All @@ -287,12 +255,12 @@
"name": "Run of notebook: parse_coordinates.ipynb",
"object": [
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv"
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps.csv"
}
],
"result": [
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps_coordinates.csv"
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv"
}
]
},
Expand All @@ -305,6 +273,35 @@
"name": "Exploring digitised maps in Trove",
"url": "https://glam-workbench.net/trove-maps/exploring-digitised-maps/"
},
{
"@id": "Exploring-digitised-maps.ipynb",
"@type": [
"File",
"SoftwareSourceCode"
],
"author": [
{
"@id": "https://orcid.org/0000-0001-7956-4498"
}
],
"category": "",
"codeRepository": "https://github.com/GLAM-Workbench/trove-maps/",
"conformsTo": {
"@id": "https://purl.archive.org/textcommons/profile#Notebook"
},
"description": "I knew there were lots of great maps you could download from Trove, but how many? And how big were the files? I thought I'd try to quantify this a bit by harvesting and analysing the metadata.",
"encodingFormat": "application/x-ipynb+json",
"mainEntityOfPage": {
"@id": "https://glam-workbench.net/trove-maps/exploring-digitised-maps/"
},
"name": "Exploring digitised maps in Trove",
"position": 0,
"programmingLanguage": {
"@id": "https://www.python.org/downloads/release/python-31012/"
},
"url": "https://github.com/GLAM-Workbench/trove-maps/blob/None/Exploring-digitised-maps.ipynb",
"workExample": []
},
{
"@id": "https://glam-workbench.net/trove-maps/single-maps-data/",
"@type": "CreativeWork",
Expand All @@ -327,7 +324,7 @@
"name": "Run of notebook: Exploring-digitised-maps.ipynb",
"result": [
{
"@id": "https://raw.githubusercontent.com/GLAM-Workbench/trove-maps-data/main/single_maps.csv"
"@id": "https://github.com/GLAM-Workbench/trove-maps-data/blob/main/single_maps_coordinates.csv"
}
]
},
Expand Down

0 comments on commit a4f10cd

Please sign in to comment.