https://github.com/cityjson/metadata-extended
CityJSON Extension to store ISO19115-compliant metadata, extends the few metadata properties of the core
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Repository
CityJSON Extension to store ISO19115-compliant metadata, extends the few metadata properties of the core
Basic Info
- Host: GitHub
- Owner: cityjson
- License: cc0-1.0
- Default Branch: main
- Size: 27.3 KB
Statistics
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
MetadataExtended
A CityJSON Extension to store ISO19115-compliant metadata, extends the few metadata properties of the core. Works with CityJSON v1.1 and v2.0.
The CityJSON core "metadata" has those 6 properties (see specifications for more details:
- geographicalExtent
- identifier
- pointOfContact
- referenceDate
- referenceSystem
- title
and the MetadataExtended Extension adds several ISO19115-compliant properties, those are documented in the paper A metadata ADE for CityGML.
Integrated in cjio
The easiest way to use the MetadataExtended is by using the software cjio. Those 4 operators are related:
bash
metadata_create Add the +metadata-extended properties.
metadata_get Shows the metadata and +metadata-extended of this dataset.
metadata_remove Remove the +metadata-extended properties.
metadata_update Update the +metadata-extended.
and most operators (eg subset, lod_filter, etc.) will update the "+metadata-extended" property.
If the "+metadata-extended" is not present in the file, then nothing will be done.
But if it is present then it'll be automatically updated.
To start use the "+metadata-extended":
bash
cjio myfile.city.json metadata_create save myfile.city.json
To remove the "+metadata-extended" property (but keep "metadata"):
bash
cjio myfile.city.json metadata_remove save myfile.city.json
Example of a CityJSON file using the +metadata-extended
json
{
"type": "CityJSON",
"version": "2.0",
"extensions":
{
"Metadata-Extended":
{
"url": "https://raw.githubusercontent.com/cityjson/metadata-extended/0.6/metadata-extended.ext.json",
"version": "0.6"
}
},
"metadata":
{
"geographicalExtent": [ 84710.1, 446846.0, -5.3, 84757.1, 446944.0, 40.9 ],
"identifier": "eaeceeaa-3f66-429a-b81d-bbc6140b8c1c",
"pointOfContact": {
"contactName": "3D geoinformation group, Delft University of Technology",
"contactType": "organization",
"role": "owner",
"phone": "+31-6666666666",
"emailAddress": "3dgeoinfo-bk@tudelft.nl",
"website": "https://3d.bk.tudelft.nl",
"address": {
"details": "Julianalaan 134, Delft 2628BL, the Netherlands"
}
},
"referenceDate": "1977-02-28",
"referenceSystem": "https://www.opengis.net/def/crs/EPSG/0/2355",
"title": "Buildings in LoD2.3 of Chibougamau, Québec"
},
"+metadata-extended": {
"isTriangulated": false,
"metadataDateStamp": "2021-07-12",
"datasetTopicCategory": "geoscientificInformation",
"spatialRepresentationType": ["vector"],
"fileIdentifier": "delft.json",
"metadataStandard": "ISO 19115 - Geographic Information - Metadata",
"metadataStandardVersion": "ISO 19115:2014(E)",
"metadataCharacterSet": "UTF-8",
"datasetCharacterSet": "UTF-8",
"textures": "absent",
"materials": "absent"
},
"CityObjects": {},
"vertices": [],
"transform": {
"scale": [1.0, 1.0, 1.0],
"translate": [0.0, 0.0, 0.0]
}
}
Owner
- Name: CityJSON
- Login: cityjson
- Kind: organization
- Website: https://cityjson.org
- Repositories: 14
- Profile: https://github.com/cityjson
For all CityJSON matters. Managed by @tudelft3d
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Hugo Ledoux | h****x@t****l | 23 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 8
- Total pull requests: 0
- Average time to close issues: 9 months
- Average time to close pull requests: N/A
- Total issue authors: 3
- Total pull request authors: 0
- Average comments per issue: 1.63
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hugoledoux (6)
- AdrianKriger (1)
- liberostelios (1)