Skip to content

Commit

Permalink
wip: debug tippecanoe
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanli committed Apr 1, 2024
1 parent a48fe36 commit b0fbffd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -655,24 +655,24 @@
},
{
"cell_type": "code",
"execution_count": 90,
"execution_count": 93,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"For layer 0, using name \"dataMapPLUTO24v1_wgs84nd\"\n",
"For layer 0, using name \"dataMapPLUTO24v1_wgs84\"\n",
"856813 features, 400320848 bytes of geometry and attributes, 74905646 bytes of string pool, 0 bytes of vertices, 0 bytes of nodes\n",
"tile 6/18/24 size is 1339517 with detail 12, >500000 \n",
"tile 7/37/48 size is 4204086 with detail 12, >500000 \n",
"tile 7/37/48 size is 1339403 with detail 11, >500000 \n",
"tile 8/75/96 size is 12608294 with detail 12, >500000 \n",
"tile 8/75/96 size is 4201805 with detail 11, >500000 \n",
"tile 8/75/96 size is 1338857 with detail 10, >500000 \n",
"tile 6/18/24 size is 1339514 with detail 12, >500000 \n",
"tile 7/37/48 size is 4204080 with detail 12, >500000 \n",
"tile 7/37/48 size is 1339400 with detail 11, >500000 \n",
"tile 8/75/96 size is 12608289 with detail 12, >500000 \n",
"tile 8/75/96 size is 4201807 with detail 11, >500000 \n",
"tile 8/75/96 size is 1338855 with detail 10, >500000 \n",
"tile 9/151/192 size is 9910853 with detail 12, >500000 \n",
"tile 9/151/192 size is 3296848 with detail 11, >500000 \n",
"tile 9/151/192 size is 1081721 with detail 10, >500000 \n",
"tile 9/151/192 size is 3296845 with detail 11, >500000 \n",
"tile 9/151/192 size is 1081719 with detail 10, >500000 \n",
"tile 9/150/192 has 255751 features, >200000 \n",
"Try using --drop-fraction-as-needed or --drop-densest-as-needed.\n",
"\n",
Expand All @@ -685,21 +685,22 @@
],
"source": [
"!tippecanoe \\\n",
" --read-parallel \\\n",
" -o ./docs/data/new_york_real_estate_MapPLUTO_data_min_zoom_0_max_zoom_12.pmtiles \\\n",
" -Z0 -z12 \\\n",
" ~/data/nyc_mappluto_24v1_fgdb/dataMapPLUTO24v1_wgs84.nd.geojson"
" ~/data/nyc_mappluto_24v1_fgdb/dataMapPLUTO24v1_wgs84.geojson"
]
},
{
"cell_type": "code",
"execution_count": 91,
"execution_count": 94,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"-rw-r--r-- 1 me staff 2.4M Apr 1 13:24 ./docs/data/new_york_real_estate_MapPLUTO_data_min_zoom_0_max_zoom_12.pmtiles\n"
"-rw-r--r-- 1 me staff 2.4M Apr 1 13:32 ./docs/data/new_york_real_estate_MapPLUTO_data_min_zoom_0_max_zoom_12.pmtiles\n"
]
}
],
Expand Down

0 comments on commit b0fbffd

Please sign in to comment.