Skip to content

Commit

Permalink
Add info about new Media type for CityJSONSeq
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 31, 2024
1 parent 3061c4f commit 5cca9a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2024-10-31-media-type-cityjsonseq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: CityJSONSeq now has its own media type
categories: news
date: 2024-10-31 10:05
---

CityJSONSeq now has [its own media type](https://www.iana.org/assignments/media-types/application/city+json-seq), which is also known as a MIME type (Multipurpose Internet Mail Extensions).

A media type indicates the content and format of a document, and is widely used on the web.

CityJSONSeq has the following type: `application/city+json-seq`.

CityJSON files also have their own media type: [`application/city+json`](https://www.iana.org/assignments/media-types/application/city+json).
5 changes: 5 additions & 0 deletions cityjsonseq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,8 @@ cat NYC.city.jsonl | cjseq filter --random 10 | python ./src/cjseqview.py`
```


## Media type for CityJSONSeq

It should be noticed that CityJSONSeq has its own media type: `application/city+json-seq`, [see the official page](https://www.iana.org/assignments/media-types/application/city+json-seq).

There is also a different [media type for CityJSON](https://www.iana.org/assignments/media-types/application/city+json).

0 comments on commit 5cca9a3

Please sign in to comment.