{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "f3038192-f10e-4751-90ac-e90061a994bb", "metadata": {}, "outputs": [], "source": [ "import geopandas as gpd" ] }, { "cell_type": "code", "execution_count": 2, "id": "777b75fd-4560-4c15-8088-a0aeb8de663f", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "CPU times: user 2.21 s, sys: 1.48 s, total: 3.69 s\n", "Wall time: 3.31 s\n" ] }, { "data": { "text/plain": [ "(865304, 7)" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "%%time\n", "\n", "gdf = gpd.read_parquet('govgis_nov2023_slim_spatial.geoparquet')\n", "gdf.shape" ] }, { "cell_type": "code", "execution_count": 3, "id": "4a1edc5a-a2dd-410c-86d1-a2105af6e1ca", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | id | \n", "name | \n", "type | \n", "description | \n", "url | \n", "metadata_text | \n", "geometry | \n", "
---|---|---|---|---|---|---|---|
0 | \n", "d29837cf-1de0-4fe7-988a-bbcfe3acb1dc | \n", "Subdivision Names | \n", "Annotation Layer | \n", "This annotation data set shows the names of su... | \n", "https://pubgis.ci.lubbock.tx.us/server/rest/se... | \n", "url: https://pubgis.ci.lubbock.tx.us/server/re... | \n", "POLYGON ((-102.03901 33.40872, -101.73845 33.4... | \n", "
1 | \n", "b8e498f8-dff4-4de3-8d6e-21dfcfbd1cb8 | \n", "Street Names | \n", "Annotation Layer | \n", "Street Names | \n", "https://pubgis.ci.lubbock.tx.us/server/rest/se... | \n", "url: https://pubgis.ci.lubbock.tx.us/server/re... | \n", "POLYGON ((-102.06369 33.41673, -101.72852 33.4... | \n", "
2 | \n", "1b533e27-535e-42af-a322-d81b509a8d09 | \n", "Lot Numbers | \n", "Annotation Layer | \n", "Lot Numbers | \n", "https://pubgis.ci.lubbock.tx.us/server/rest/se... | \n", "url: https://pubgis.ci.lubbock.tx.us/server/re... | \n", "POLYGON ((-102.03848 33.40875, -101.73667 33.4... | \n", "
3 | \n", "569847bb-8c4d-4d24-9adc-4229a711989b | \n", "Block Numbers | \n", "Annotation Layer | \n", "Block Numbers | \n", "https://pubgis.ci.lubbock.tx.us/server/rest/se... | \n", "url: https://pubgis.ci.lubbock.tx.us/server/re... | \n", "POLYGON ((-101.97937 33.51463, -101.78230 33.5... | \n", "
4 | \n", "66ae68de-bc65-434e-a707-95ec66ff8520 | \n", "Subdivision Names | \n", "Annotation Layer | \n", "Subdivision/Addition Names | \n", "https://pubgis.ci.lubbock.tx.us/server/rest/se... | \n", "url: https://pubgis.ci.lubbock.tx.us/server/re... | \n", "POLYGON ((-102.03901 33.40872, -101.73845 33.4... | \n", "