-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.