Skip to content

Commit

Permalink
Fix created on in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Hagen Blixhavn committed Oct 18, 2023
1 parent fd5f0a7 commit 8f7d627
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemas/locareCollection.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"version": {
"type": "string",
"enum": ["v1.1.0"]
"enum": ["v1.1.1"]
},
"metadata": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -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=""):
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_polyhedron.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Created on Thu July 20
Created on Thu July 20 16:54:00 2023
@author: blixhavn, blixilla
"""
Expand Down

0 comments on commit 8f7d627

Please sign in to comment.