Skip to content

Commit

Permalink
nusamai-geometry: データ構造のビジュアル解説を追加 (#65)
Browse files Browse the repository at this point in the history
close #7 


以前に作ったものを整理して、nusamai-geometryクレートのREADMEに追加しました。コードのコメントなどと合わせて、英語にしました。

日本語の元バージョン:
https://mierune.slack.com/archives/C05RK0T80LU/p1699977626521819
  • Loading branch information
sorami authored and ciscorn committed Dec 27, 2023
1 parent 36a4df1 commit 76c5ae6
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions nusamai-geometry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# nusamai-geometry

A compact representation of geometry data.

## Visual examples of the data structure

### LineString

![LineString](./doc/01_linestring.png)


### Polygon

![Polygon](./doc/02_polygon.png)

### Polygon with a hole

![Polygon with a hole](./doc/03_polygon_with_a_hole.png)

### Polygon with multiple holes

![Polygon with multiple holes](./doc/04_polygon_with_multiple_holes.png)

### MultiPolygon

![MultiPolygon](./doc/05_multipolygon.png)

### MultiPolygon with holes

![MultiPolygon with holes](./doc/06_multipolygon_with_holes.png)

### Multiple polygons, multiple holes

![Mutiple polygons, multiple holes](./doc/07_multipolygon_multiple_holes.png)
Binary file added nusamai-geometry/doc/01_linestring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nusamai-geometry/doc/02_polygon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nusamai-geometry/doc/03_polygon_with_a_hole.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nusamai-geometry/doc/05_multipolygon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nusamai-geometry/doc/nusamai-geometry.key
Binary file not shown.

0 comments on commit 76c5ae6

Please sign in to comment.