Extracting data from PMTiles viewer #554
-
|
This question may have already been asked, but I’d really appreciate any help. I’ve loaded a PMTiles file from my local drive to PMTiles Viewer and can successfully view each data point on the map along with its attributes. How can I export all of those data points and their associated attributes to a CSV or Excel file?" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
PMTiles is not an appropriate format for that use case, because there is duplication of features when they cross tile boundaries or in lower zoom levels, and loss of features at lower zoom levels. If you need the ability to export to CSV, you should use a row-based tabular format like GeoJSON, FlatGeobuf or GeoParquet. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you Brandon.
My challenge is , I downloaded the pmtiles file from the web site. Is it
possible the Geojson or other type of data should be residing there as well
or they are completely invisible?
Please let me know when got a chance.
Thanks again for your help.
Steve
…On Fri, Apr 11, 2025 at 9:47 PM Brandon Liu ***@***.***> wrote:
PMTiles is not an appropriate format for that use case, because there is
duplication of features when they cross tile boundaries or in lower zoom
levels, and loss of features at lower zoom levels. If you need the ability
to export to CSV, you should use a row-based tabular format like GeoJSON,
FlatGeobuf or GeoParquet.
—
Reply to this email directly, view it on GitHub
<#554 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP227Q7C3Z2SOMQIXJUZQQL2ZBWDVAVCNFSM6AAAAAB26SWVVKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBQHE4DCOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks Brandon.
Steve
…On Sun, Apr 13, 2025 at 10:46 PM Brandon Liu ***@***.***> wrote:
That is up to whoever published the dataset, you may want to ask them
instead.
—
Reply to this email directly, view it on GitHub
<#554 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP227Q2IIEFFCJ2KPVAO6VL2ZMOQPAVCNFSM6AAAAAB26SWVVKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBSGM3DOOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
PMTiles is not an appropriate format for that use case, because there is duplication of features when they cross tile boundaries or in lower zoom levels, and loss of features at lower zoom levels. If you need the ability to export to CSV, you should use a row-based tabular format like GeoJSON, FlatGeobuf or GeoParquet.