Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Oct 25, 2024
2 parents ef165bf + ff599ea commit 3c8107a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c8107a

Please sign in to comment.