Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: ArrowCapacityError
Message: array cannot contain more than 2147483646 bytes, have 2400446156
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1607, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 770, in finalize
self.write_examples_on_file()
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
self.write_batch(batch_examples=batch_examples)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 747, in write_batch
self.write_table(pa_table, writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 762, in write_table
pa_table = embed_table_storage(pa_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in embed_table_storage
embed_array_storage(table[name], feature, token_per_repo_id=token_per_repo_id)
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2124, in embed_array_storage
return feature.embed_storage(array, token_per_repo_id=token_per_repo_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 301, in embed_storage
bytes_array = pa.array(
^^^^^^^^^
File "pyarrow/array.pxi", line 375, in pyarrow.lib.array
File "pyarrow/array.pxi", line 46, in pyarrow.lib._sequence_to_array
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
pyarrow.lib.ArrowCapacityError: array cannot contain more than 2147483646 bytes, have 2400446156
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1633, in _download_and_prepare
super()._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1438, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1616, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image |
|---|
ποΈ Drone Building Extraction Dataset β Calgary
A high-resolution drone imagery dataset for binary building segmentation, captured over a residential area in Calgary, Alberta, Canada. Designed to work directly with GeoSeg Studio β an open-source QGIS plugin for deep learning semantic segmentation.
πΌοΈ Preview
| Train Area (red = building polygons) | Test Area (blue = building polygons) |
![]() |
![]() |
π Dataset Summary
| Property | Value |
|---|---|
| Location | Calgary, Alberta, Canada |
| Drone | DJI Matrice 4E (M4E) |
| Sensor | RGB + Alpha (4 bands) |
| CRS | EPSG:32611 (UTM Zone 11N) |
| Annotation | Manual β building polygons (QGIS) |
| Annotator | Dronnix team |
| Capture date | July 11, 2025 |
| License | CC BY 4.0 |
π Dataset Structure
drone-building-extraction/
βββ train_raster.tif β 4-band GeoTIFF orthomosaic (larger area)
βββ train_vector.geojson β Building polygons for training area
βββ test_raster.tif β 4-band GeoTIFF orthomosaic (smaller area)
βββ test_vector.geojson β Building polygons for test area
π About the Data
- Rasters: High-resolution 4-band (RGB + Alpha) orthomosaics produced from drone imagery using DJI Terra software. The alpha channel marks areas with no image coverage (no-data mask). Provided as full-area GeoTIFFs β tiling is handled by GeoSeg Studio's Prepare tab.
- Vectors: Building footprint polygons manually digitized in QGIS by the Dronnix team. Stored as GeoJSON in EPSG:32611.
- Labels: Binary β building (foreground) vs. background.
- Train area: Larger residential neighborhood in Calgary
- Test area: Smaller adjacent region for independent evaluation
π How to Use
This dataset is designed for use with GeoSeg Studio:
- Install GeoSeg Studio QGIS plugin
- In the Prepare tab, load
train_raster.tifas the raster layer andtrain_vector.geojsonas the vector layer - Set tile size, stride, and output directory
- Run Apply Clipping β Apply Splitting β Apply Augmentation
- Train your model in the Train tab
- Evaluate on the test set using
test_raster.tifandtest_vector.geojson
π License
This dataset is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
You are free to use, share, and adapt this dataset for any purpose, including commercial use, as long as you give appropriate credit to Dronnix (dronnix.com).
π¬ Citation
If you use this dataset in your research or project, please cite:
Dronnix (2025). Drone Building Extraction Dataset β Calgary.
https://huggingface.co/datasets/dronnix-io/drone-building-extraction
- Downloads last month
- -

