From 8245ef7a3d59183b20383364db20c964ddf1fe41 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 25 Oct 2024 23:17:24 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1038a7..7f9bef9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository is used to work toward the development of an official OGC web ontology for coordinate reference systems (CRS). At present, we're simply working on documenting the benefits of a CRS ontology, but we're hoping that more will come as people determine value in the work. -## Definitions +## Definitions **spatial reference system:** A spatial reference system (SRS) is a system for establishing spatial position. A spatial reference system can use geographic identifiers (place names, for example), coordinates (in which case it is a coordinate reference system), or identifiers with structured geometry (in which case it is a discrete global grid system). **coordinate system:** A coordinate system is a set of mathematical rules for specifying how coordinates are to be assigned to points. From ff599eaa76d7b7ec026a8f7c72e601e4aa35e5b6 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 25 Oct 2024 23:27:12 +0200 Subject: [PATCH 2/2] Update blank.yml --- .github/workflows/blank.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index f577723..88809f0 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -23,6 +23,10 @@ jobs: mkdir docs mv *.ttl docs/ cd docs + rm crsdraft.ttl + mkdir alignments + pylode -o alignments/index.html -i alignments.ttl + mv alignments.ttl alignments/ mkdir application pylode -o application/index.html -i application.ttl mv application.ttl application/