-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nusamai-geometry: データ構造のビジュアル解説を追加 (#65)
close #7 以前に作ったものを整理して、nusamai-geometryクレートのREADMEに追加しました。コードのコメントなどと合わせて、英語にしました。 日本語の元バージョン: https://mierune.slack.com/archives/C05RK0T80LU/p1699977626521819
- Loading branch information
Showing
9 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.