Skip to content

Commit

Permalink
wip: debug nyc map
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanphare committed Apr 13, 2024
1 parent 704cd87 commit 426fb5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const zoom = 9.5;
```

```js
const areas = FileAttachment("data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_11_notilesizelimit.pmtiles");
const areas = FileAttachment("data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_12.pmtiles");
```

```js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 38,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -893,27 +893,27 @@
"# --force\n",
"!tippecanoe \\\n",
" --read-parallel \\\n",
" -o ./docs/data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_11_notilesizelimit.pmtiles \\\n",
" -o ./docs/data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_12.pmtiles \\\n",
" -Z0 -z12 \\\n",
" ~/data/nyc_mappluto_24v1_fgdb/dataMapPLUTO24v1_wgs84.nd.geojson \\\n",
" --force"
]
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 39,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"-rw-r--r-- 1 me staff 2.4M Apr 13 14:15 ./docs/data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_11_notilesizelimit.pmtiles\n"
"-rw-r--r-- 1 me staff 2.4M Apr 13 14:34 ./docs/data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_12.pmtiles\n"
]
}
],
"source": [
"!ls -lh ./docs/data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_11_notilesizelimit.pmtiles"
"!ls -lh ./docs/data/new_york_real_estate_MapPLUTO_data_ndjson_min_zoom_0_max_zoom_12.pmtiles"
]
},
{
Expand Down

0 comments on commit 426fb5c

Please sign in to comment.