ifcclash ifccsv ifcdiff ifcpatch: README.md stubs

The pyproject.toml files were referencing these missing files
This commit is contained in:
Bruno Postle
2025-11-09 20:52:12 +00:00
parent 7a5bd03216
commit ad62c75f4f
6 changed files with 103 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# IfcCSV
A utility to interact with IFC data through CSV. Export and import IFC data from and to CSV, ODS, XLSX formats, and pandas DataFrames. Enables bulk editing of IFC properties and schedules using spreadsheet tools.
## Features
- **Export IFC data**: Extract element properties and attributes to spreadsheet formats
- **Import changes**: Update IFC models from modified spreadsheets
- **Multiple formats**: Support for CSV, ODS (OpenDocument Spreadsheet), XLSX (Excel), and pandas DataFrames
- **Flexible queries**: Use selectors to specify which elements and attributes to export
- **Data transformations**: Group, summarize, format, and sort results
- **Preserve existing data**: Update existing spreadsheets while preserving formatting