Skip to content

Commit

Permalink
Merge pull request #311 from opengeospatial/fix_issue_24
Browse files Browse the repository at this point in the history
script for harvesting tc211 terms
  • Loading branch information
ghobona authored Nov 18, 2024
2 parents a214596 + 3b455ec commit 15d6edb
Show file tree
Hide file tree
Showing 3,017 changed files with 492,455 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 18 additions & 0 deletions incubation/geolexica-tc211/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Geolexica concept list parser

download the concepts list from https://isotc211.geolexica.org/concepts/ to a file named `geolexica.html`

then run the python script `process.py`

Once the asciidoc files have been harvested, you can include them in your metanorma asciidoc documents by using the `include` directive. See below.

```adoc
== Terms and definitions

include::./glossaries/tc211/703_coordinate_reference_system.adoc[]

include::./glossaries/tc211/1018_feature_identifier.adoc[]
```


last modified: 2024-11-18
Loading

0 comments on commit 15d6edb

Please sign in to comment.