Skip to content

Commit

Permalink
Let's use the plural for Sequences, with Text to harmonise with GeoJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Feb 5, 2024
1 parent 4915eee commit b813e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cityjsonseq/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: default
title: "CityJSON Sequence"
title: "CityJSON Sequences"
nav_order: 5
permalink: /cityjsonseq/
---

# CityJSONSeq (CityJSON Sequence)
# CityJSONSeq (CityJSON Text Sequences)

## Table of contents
{: .no_toc .text-delta }
Expand All @@ -15,8 +15,8 @@ permalink: /cityjsonseq/

- - -

CityJSON Sequence---*CityJSONSeq* for short, or *CityJSON Lines*---is a format based on [JSON Text Sequences](https://datatracker.ietf.org/doc/html/rfc7464) and CityJSON.
The idea is to decompose a (often large) CityJSON file into its features (eg each building, each bridge, each road, etc.), to create several JSON objects (of type `CityJSONFeature`), and stream/store them in a JSON Text Sequence (for instance [ndjson -- newline delimited JSON](https://github.com/ndjson/ndjson-spec/)).
The CityJSON Text Sequence---*CityJSONSeq* for short---is a format based on [JSON Text Sequences](https://datatracker.ietf.org/doc/html/rfc7464) and CityJSON, inspired by [GeoJSON Text Sequences](https://datatracker.ietf.org/doc/html/rfc8142).
The idea is to decompose a (often large) CityJSON file into its features (eg each building, each bridge, each road, etc.), to create several JSON objects (of type [`CityJSONFeature`](https://www.cityjson.org/specs/#text-sequences-and-streaming-with-cityjsonfeature)), and stream/store them in a JSON Text Sequence (for instance [ndjson -- newline delimited JSON](https://github.com/ndjson/ndjson-spec/)).


## CityJSONSeq specifications
Expand Down

0 comments on commit b813e8f

Please sign in to comment.