Skip to content

Commit

Permalink
Merge branch 'main' into index-terms
Browse files Browse the repository at this point in the history
  • Loading branch information
anermina authored Aug 22, 2024
2 parents d8acb72 + 741b575 commit 575755b
Show file tree
Hide file tree
Showing 2,250 changed files with 405,693 additions and 6,806 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "https://rubygems.org"

#gem "metanorma-plateau", source: "https://rubygems.pkg.github.com/metanorma"
#gem "mn2pdf", git: "https://github.com/metanorma/mn2pdf-ruby", branch: "main"
gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "main"
gem "metanorma-cli"
gem "coradoc"

# WARNING: only for developers
gem "metanorma-plateau", git: "[email protected]:metanorma/metanorma-plateau.git"
#gem "metanorma-plateau", path: "~/src/mn/metanorma-plateau"
gem "sassc"
gem "debug"
# gem "metanorma-plateau", git: "[email protected]:metanorma/metanorma-plateau.git"
gem "isodoc", git: "[email protected]:metanorma/isodoc.git"
# gem "sassc"
# gem "debug"
# gem "metanorma-plateau", path: "~/src/mn/metanorma-plateau"
# gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "features/requirement-class"
# gem "mn-requirements", git: "https://github.com/metanorma/mn-requirements", branch: "features/requirement-class"

17 changes: 16 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,25 @@ These documents belong to Project PLATEAU by MLIT.
`sources/`::
source of the documents

`sources/001-v4/`::
PLATEAU Handbook #01 source, v4.

`sources/001-v4/iur/`::
i-UR data. Downloaded from here:
https://www.chisou.go.jp/tiiki/toshisaisei/itoshisaisei/iur/index.html
(see https://github.com/metanorma/mn-samples-plateau/issues/128)

`sources/002-v4/`::
PLATEAU Handbook #02 source, v4.

`reference-docs/`::
Reference documents.

`_site/`::
(automatically generated, in the `gh-pages` branch) published document.


////
== Prerequisites
=== General
Expand Down Expand Up @@ -138,7 +153,7 @@ gem "metanorma-cli"
Then run the `bundle` command to fetch the development code.

////

== Usage (general)

Expand Down
48 changes: 48 additions & 0 deletions sources-static/001-v4/document.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
= Standard Data Product Specification for 3D City Model
:docnumber: 1
:edition: 4
:revdate: 2024-03-22
:published-date: 2024-03-22
:copyright-year: 2024
:language: ja
:title-intro-ja: 3D都市モデル導入のためのガイドブック
:title-main-ja: 3D都市モデル標準製品仕様書
:publisher: 国土交通省 都市局
:sponsor: (協力)内閣府 地方創生推進事務局
:title-intro-en: Handbook of 3D City Models
:title-main-en: Standard Data Product Specification for 3D City Model
:doctype: handbook
:coverpage-image: images/coverpage.png
:imagedir: images
:mn-document-class: plateau
// :mn-output-extensions: doc,xml,html,pdf,rxl
:mn-output-extensions: html,pdf
:local-cache-only:
:data-uri-image:

include::sections/appendix-A.adoc[]

include::sections/abstract-01.adoc[]

include::sections/abstract-02.adoc[]

include::sections/section-01.adoc[]

include::sections/section-02.adoc[]

include::sections/section-03.adoc[]

include::sections/section-04.adoc[]

include::sections/section-05.adoc[]

include::sections/section-06.adoc[]

include::sections/section-07.adoc[]

include::sections/section-08.adoc[]

include::sections/section-09.adoc[]

include::sections/bibliography-01.adoc[]

Loading

0 comments on commit 575755b

Please sign in to comment.