Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import a GeoParquet file as a dataset
ResourceFunction["ImportGeoParquet"][file] imports the GeoParquet file and returns a Dataset. |
Download a sample GeoParquet file:
In[1]:= |
Out[1]= |
Import the file as a dataset:
In[2]:= |
Out[2]= |
Obtain the geo-polygons from the dataset:
In[3]:= |
Out[3]= |
Create a map of the last geo-polygon in that list:
In[4]:= |
Out[4]= |
Download building data for a Japanese city:
In[5]:= |
Out[5]= |
Import the file as a dataset. This may take several minutes:
In[6]:= |
Out[6]= |
Extract the building geometries from the dataset:
In[7]:= |
Out[8]= |
Map the building data:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License