hfujimura commited on
Commit
717a9dc
·
verified ·
1 Parent(s): 5821316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +120 -3
README.md CHANGED
@@ -1,3 +1,120 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ pretty_name: MGRS PMTiles
4
+ language:
5
+ - en
6
+ tags:
7
+ - geospatial
8
+ - maps
9
+ - pmtiles
10
+ - vector-tiles
11
+ - mgrs
12
+ - hokkaido
13
+ task_categories:
14
+ - other
15
+ viewer: false
16
+ size_categories:
17
+ - 1M<n<10M
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: mgrs-hokkaido.pmtiles
23
+ dataset_info:
24
+ features: []
25
+ splits:
26
+ - name: train
27
+ num_bytes: 5710000000
28
+ num_examples: 1
29
+ ---
30
+
31
+ # MGRS PMTiles
32
+
33
+ PMTiles distribution of an MGRS-based tasking grid.
34
+
35
+ This dataset repository currently publishes the following artifact:
36
+
37
+ - `mgrs-hokkaido.pmtiles`
38
+
39
+ ## Summary
40
+
41
+ This Hugging Face dataset repository is used as a **distribution endpoint** for PMTiles artifacts.
42
+
43
+ The source code, generation workflow, implementation details, and technical background are maintained in the upstream GitHub repository:
44
+
45
+ - **Source repository:** https://github.com/hfu/mgrs-pmtiles
46
+
47
+ If you want to understand how this PMTiles file was generated, please refer to the GitHub repository.
48
+
49
+ ## Data included
50
+
51
+ ### Files
52
+
53
+ - `mgrs-hokkaido.pmtiles`
54
+
55
+ ### Coverage
56
+
57
+ Current published coverage:
58
+
59
+ - **Hokkaido, Japan**
60
+
61
+ ## Description
62
+
63
+ This artifact contains an **MGRS-based tasking grid** packaged as a PMTiles archive for distribution and downstream geospatial use.
64
+
65
+ The upstream project defines multiple grid resolutions with zoom-dependent layer allocation.
66
+
67
+ ### Zoom levels
68
+
69
+ - `mgrs_100km`: minzoom 3 / maxzoom 7
70
+ - `mgrs_10km`: minzoom 8 / maxzoom 10
71
+ - `mgrs_1km`: minzoom 11 / maxzoom 12
72
+ - `mgrs_100m`: minzoom 13 / maxzoom 16
73
+
74
+ ## Source and generation
75
+
76
+ Source code and generation pipeline:
77
+
78
+ - https://github.com/hfu/mgrs-pmtiles
79
+
80
+ According to the upstream repository, the PMTiles artifact is generated through a pipe-based workflow:
81
+
82
+ - `src/generate-grids.js` emits GeoJSON Text Sequence to stdout
83
+ - `tippecanoe` consumes the stream directly
84
+ - temporary GeoJSON Text Sequence files are not used
85
+ - stdout blocking is enabled to reduce the risk of stream loss during large output generation
86
+
87
+ For implementation details, development notes, and updates, please refer to the GitHub repository.
88
+
89
+ ## Intended use
90
+
91
+ This dataset may be useful for:
92
+
93
+ - PMTiles-based map distribution
94
+ - experimentation with MGRS-based tasking grids
95
+ - downstream geospatial visualization
96
+ - analysis workflows involving tiled grid datasets
97
+
98
+ ## Limitations
99
+
100
+ - This repository is primarily for **artifact distribution**
101
+ - Build and generation details are maintained in the upstream GitHub repository
102
+ - The currently published artifact covers **Hokkaido, Japan**
103
+ - Users should independently validate fitness for operational or production use
104
+
105
+ ## Important note
106
+
107
+ The upstream repository includes an important caution that the implementation was developed as a prototype with significant assistance from generative AI and may not have undergone full human review.
108
+
109
+ Please review the source repository and perform appropriate technical, quality, and legal review before production use.
110
+
111
+ ## Licensing
112
+
113
+ This dataset is released under:
114
+
115
+ - **CC0 1.0** (`cc0-1.0`)
116
+
117
+ ## Repository links
118
+
119
+ - **Hugging Face dataset:** https://huggingface.co/datasets/smartmaps/mgrs-pmtiles
120
+ - **GitHub source repository:** https://github.com/hfu/mgrs-pmtiles