aec-datasets-tools

Catalogs open datasets, benchmarks, and research software for AEC academic studies.

19|1|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Abhinavbwj/AEC-Scholar --skill aec-datasets-tools-abhinavbwj
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aec-datasets-tools
Source: https://github.com/Abhinavbwj/AEC-Scholar/tree/main/aec-scholar/skills/aec-datasets-tools
Command: npx skills add https://github.com/Abhinavbwj/AEC-Scholar --skill aec-datasets-tools-abhinavbwj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AEC researchers often struggle to find credible open datasets, benchmarks, and the right software tools for their studies, and frequently forget to cite software and data properly, undermining reproducibility. ## Core Features & Use Cases - Domain-organized tool reference: Covers building energy simulation (EnergyPlus, OpenStudio, Modelica), BIM/IFC tooling (IfcOpenShell, Speckle), computer vision and point-cloud benchmarks (S3DIS, ScanNet, SODA), structural FEM (OpenSees, CalculiX), computational design (Grasshopper, Dynamo, COMPAS), and statistics/qualitative software (R, SmartPLS, NVivo). - Dataset and benchmark guidance: Points to open datasets such as the Building Data Genome Project, ASHRAE Great Energy Predictor III, and SHM benchmarks, while flagging license and availability caveats. - Citation and reproducibility practices: Reminds users to cite software versions and DOIs, report dataset provenance and splits, and pin versions for reproducible pipelines. - Use Case: A PhD student designing an energy prediction study asks which dataset and simulation tool to use; the Skill recommends the Building Data Genome Project with EnergyPlus via eppy, and explains how to cite both. ## Quick Start Ask which open dataset and simulation tool to use for a study on building energy benchmarking, and how to cite them in the paper.

Frequently Asked Questions about aec-datasets-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What open datasets exist for building energy research?▼

Open building energy datasets include the ASHRAE Great Energy Predictor III (Kaggle), Building Data Genome Project 1/2, DOE Commercial/Residential Prototype Building Models, and NREL ResStock/ComStock. Always verify current license terms and availability before use.

Which tools can parse and query IFC BIM files?▼

IfcOpenShell (Python/C++) parses and queries IFC geometry, BlenderBIM/Bonsai provides open BIM authoring, and xBIM Toolkit (.NET) or IFC.js/web-ifc handle IFC in .NET and browser environments. Speckle supports interoperability across AEC tools.

How do I cite software and datasets in an AEC research paper?▼

Cite the software version and a DOI where available, treating it as @misc/software in BibTeX; many tools provide a CITATION.cff or Zenodo archive. For datasets, cite author, title, version, year, repository, DOI, access date, and license.

What computer vision benchmarks are used in construction research?▼

General 3D benchmarks include S3DIS, ScanNet, and Semantic3D, while construction-specific datasets include SODA, MOCS, and ACID for site object/worker detection, plus crack datasets like SDNET2018. Verify licenses and report dataset size and splits honestly.

What are the limitations of open BIM and AEC machine learning datasets?▼

Curated open BIM datasets are scarce, so many studies build their own IFC data. AEC ML datasets are often small and single-source, which undermines generalizability, so provenance, size, and splits must be reported transparently.