Skip to content

Commit 18428f9

Browse files
committed
index-ja
1 parent 4d31fc1 commit 18428f9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index-ja.Rmd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ graphics: yes
1717
description: "Geocomputation with R は、オープンソースソフトウェアを使って地理データを分析、視覚化、モデル化するために書かれた。本書は、強力なデータ処理、可視化、地理空間機能を持つ統計プログラミング言語である R をベースにしている。本書は、科学的、社会的、環境的な意味合いを含む、地理データに現れるさまざまな問題に取り組むための知識とスキルを身につけることができる。地理情報システム (Geographic Information Systems, GIS) のユーザーで、データサイエンスのための強力なオープンソース言語での専門分野の知識の応用に興味がある人、R のユーザーで空間データを扱うスキルの拡張に興味がある人など、さまざまな立場の人が本書に興味を持つだろう。"
1818
github-repo: "geocompx/geocompr-ja"
1919
cover-image: "images/cover2.png"
20-
url: http://124.219.182.167/geo/
20+
url: https://r.geocompx.org/jp/
2121
---
2222

2323
```{r index-1, echo=FALSE}
@@ -61,17 +61,17 @@ if (is_html) {
6161
[![](https://img.shields.io/github/stars/geocompx/geocompr?style=for-the-badge)](https://github.com/geocompx/geocompr)
6262
[![](https://img.shields.io/github/contributors/geocompx/geocompr?style=for-the-badge)](https://github.com/geocompx/geocompr/graphs/contributors)
6363
64-
本書のオンライン版は、[r.geocompx.org](https://r.geocompx.org) でホストされ、[GitHub Actions](https://github.com/geocompx/geocompr/actions) によって最新版が維持されています。(訳注: 日本語版は、[https://babayoshihiko.ddns.net/geo](https://babayoshihiko.ddns.net/geo) と[http://124.219.182.167/geo/](http://124.219.182.167/geo/)でホストされている。)
64+
本書のオンライン版は、[r.geocompx.org](https://r.geocompx.org) でホストされ、[GitHub Actions](https://github.com/geocompx/geocompr/actions) によって最新版が維持されています。(訳注: 日本語版は、[https://r.geocompx.org/jp/](https://r.geocompx.org/jp/) でホストされている。)
6565
現在の「ビルド状況」は以下の通りです。
6666
67-
[![Actions](https://github.com/geocompx/geocompr/workflows/Render/badge.svg)](https://github.com/geocompx/geocompr/actions)
67+
[![Actions](https://github.com/geocompx/geocompr-jp/workflows/Render/badge.svg)](https://github.com/geocompx/geocompr-jp/actions)
6868
```
6969

7070
```{r index-2-2, echo=FALSE, eval=is_html, results="asis"}
7171
if (is_on_ghactions){
72-
cat(paste0("This version of the book was built on GH Actions on ", Sys.Date(), "."))
72+
cat(paste0("本書 (日本語版) は、", Sys.Date(), " にビルドされました。"))
7373
} else {
74-
cat(paste0("本書 (日本語版) は、", Sys.Date(), " にビルドされた。"))
74+
cat(paste0("本書 (日本語版) は、", Sys.Date(), " にビルドされました。"))
7575
}
7676
```
7777

@@ -212,13 +212,13 @@ Roger Bivand
212212

213213
# 序文 (第 2 版) {- #forward-2nd-edition}
214214

215-
Writing books about open source data science software that constantly changes in uncontrolled ways is a brave undertaking: it feels like running a race while someone else constantly moves the finish line. This second edition of _Geocomputation with R_ is timely: it not only catches up with many recent changes, but also embraces new R packages, and new topical developments in the computing landscape. It now includes a chapter on raster-vector interactions, discussing the package **terra** which is replacing package **raster** for raster (and vector) data processing. It also keeps up with the **tmap** package for creating high quality maps, which is completing a full rewrite cycle.
215+
オープンソースのデータサイエンスソフトウェアは制御不能な方法で常に変化し続けており、このテーマで書籍を書くことは、勇気ある挑戦です。それは、誰かが常にゴールラインを移動させ続ける中でレースを走るようなものです。この『Geocomputation with R』の第 2 版は、まさに適切なタイミングで出版されました。本書は、最近の多くの変更に対応するだけでなく、新しい R パッケージや計算環境における新たな動向も取り入れています。 本書には、ラスタとベクタの相互作用に関する章が追加され、ラスタ (およびベクタ) データ処理でパッケージ **raster** に代わる **terra** パッケージについて解説しています。また、高品質な地図作成のための **tmap** パッケージについても、バージョンアップが完了した最新状況に対応しています。
216216

217-
Besides updating the contents of this book, the authors have also been very active in helping to streamline and focus those changes in software by extensively testing it, helping improve it, writing issues and pull requests on GitHub, sharing benchmark results, and helping to improve software documentation.
217+
著者は、本書の内容を更新するだけでなく、ソフトウェアの変更を効率化し、焦点を絞るため、広範なテストを実施し、改善を支援し、GitHub で Issue や Pull Request を投稿し、ベンチマーク結果を共有し、ソフトウェアのドキュメント改善にも貢献してきました。
218218

219-
The first edition of this book has been a great success. It was the first book to popularize spatial analysis with the **sf** package and **tidyverse**. Its enthusiastic tone reached a wide audience, and helped people at various levels of experience solving new problems and moving to their next level. Being available entirely freely online in addition to the printed volume gave it a large reach, and enabled users to try out the presented methodology on their own datasets. In addition to that, the authors have encouraged the readership to reach out by ways of GitHub issues, social media posts, and discussions in a discord channel. This has led to 75 people contributing to the book's source code in one way or the other, including several providing longer reviews or contributing full sections, including on Cloud-optimized GeoTIFFs, STAC and openEO; the **sfheaders** package; OGC APIs and metadata; and the `CycleHire` shiny app. on Discord, it has led to lively and spontaneous discussions in threads that include topics ranging from highly technical to "look what I built".
219+
本書の初版は大きな成功を収めました。これは、**sf** パッケージと**tidyverse** を使用して空間分析を普及させた最初の書籍でした。その熱意は幅広い読者に届き、多様な経験レベルの人が新たな問題解決に取り組み、次の段階へ進むのを支援しました。 印刷版に加え、オンラインで完全に無料で利用可能だったため、広い範囲の人々に届き、提示された手法を自身のデータセットで試すことができました。さらに、著者は GitHub の Issue、ソーシャルメディアの投稿、Discord チャネルでの議論を通じて連絡を取るよう促してきました。これにより、75 人が何らかの形で書籍のソースコードに貢献し、そのうち数人は詳細なレビューを提供したり、Cloud-optimized GeoTIFFs、STAC、openEO に関するセクションを執筆したり、**sfheaders** パッケージ、OGC APIとメタデータ、`CycleHire` Shiny アプリなどに関するセクションを執筆しました。Discord では、高度な技術的な話題から「私が作ったものを見てください」といった内容まで、多様なトピックを含むスレッドで活発で即興的な議論が展開されました。
220220

221-
Beyond this, the authors have initiated the companion volume _Geocomputation with Python_, stressing that geocomputation happens with data science languages, and is by no means restricted to one of them. Geocomputation is on the rise, and as part of fostering a growing geocomputation community, writing books like this one is indispensable.
221+
さらに、著者は『Geocomputation with Python』という関連書籍の執筆を開始しています。ジオコンピューテーションはデータサイエンス言語を用いて行われるものであり、決して特定の言語に限定されるものではないと強調しています。ジオコンピューテーションは急速に発展しており、成長するジオコンピューテーションコミュニティの育成の一環として、このような書籍の執筆は不可欠です。
222222

223223
Edzer Pebesma
224224

0 commit comments

Comments
 (0)