visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
428 stars 110 forks source link

add docs for exporting to csv via python #19676

Open cyrush opened 2 months ago

cyrush commented 2 months ago

Describe what needs to be documented.

Recipe:

eatts = ExportDBAttributes()
eatts.filename = "myexport"
eatts.db_type = "Blueprint"
opts = GetExportOptions("Blueprint")
opts["Operation"] = "Flatten_CSV"
ExportDatabase(eatts,opts)

I searched -- but could not find this.

JustinPrivitera commented 2 months ago

Related idea #19605

cyrush commented 3 weeks ago

Add a quick recipe for this that we can reference.