From 7a702a03a64cc99481452f8d3f754564232b9ef2 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Thu, 28 Sep 2023 07:31:49 +0200 Subject: [PATCH] Improve readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2b4ec6..ea4449c 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ You can then continue with: Supported CityJSON versions --------------------------- -Currently it supports `CityJSON v2.0 `_. +Currently it supports `CityJSON v2.0 `_, but v1.1 and v1.0 files can be upgraded automatically with the operator `upgrade`. The operators (``cjio --version``) expect that your file is using the latest version `CityJSON schema `_. If your file uses an earlier version, you can upgrade it with the ``upgrade`` operator: ``cjio old.json upgrade save newfile.city.json``