diff --git a/schemas/locareCollection.schema.json b/schemas/locareCollection.schema.json index f55c685..7b63058 100644 --- a/schemas/locareCollection.schema.json +++ b/schemas/locareCollection.schema.json @@ -12,7 +12,7 @@ }, "version": { "type": "string", - "enum": ["v1.1.0"] + "enum": ["v1.1.1"] }, "metadata": { "type": "object", diff --git a/scripts/centroids_to_locarePoints/centroids_to_locarePoints_utilities.py b/scripts/centroids_to_locarePoints/centroids_to_locarePoints_utilities.py index c9f368a..ee61451 100644 --- a/scripts/centroids_to_locarePoints/centroids_to_locarePoints_utilities.py +++ b/scripts/centroids_to_locarePoints/centroids_to_locarePoints_utilities.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """ -Created on Thu July 20 +Created on Thu July 20 18:30:00 2023 -@author: blixhavn +@author: blixhavn, blixilla """ def create_locarePoints_from_centroids(data, source_publication, linked_dataset=""): diff --git a/scripts/centroids_to_locarePoints/centroids_to_locarePoints_workflow.py b/scripts/centroids_to_locarePoints/centroids_to_locarePoints_workflow.py index 2be4ad0..59e26d9 100644 --- a/scripts/centroids_to_locarePoints/centroids_to_locarePoints_workflow.py +++ b/scripts/centroids_to_locarePoints/centroids_to_locarePoints_workflow.py @@ -1,3 +1,10 @@ +# -*- coding: utf-8 -*- +""" +Created on Thu July 20 18:30:00 2023 + +@author: blixhavn, blixilla +""" + import json import sys from urllib.parse import urlparse diff --git a/scripts/create_polyhedron.py b/scripts/create_polyhedron.py index c5d22b1..2190374 100644 --- a/scripts/create_polyhedron.py +++ b/scripts/create_polyhedron.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Created on Thu July 20 +Created on Thu July 20 16:54:00 2023 @author: blixhavn, blixilla """