CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

attribute table editor should have option to export attributes to a table #14

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

twhitvine[CodePlex]
Even if it's a geospatial layer, sometimes the user just wants to export a table. Since the table is already in the Attribute Table Editor, a button could be added that export the table to perhaps DBF or CSV. I think the ImportExport library in HydroDesktop has utilities for exporting DataTables to delimited text files.

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
Currently user can export the data from the attribute table by copy-paste to Excel, Word and other formats.

The built-in Export button will be added in the next version in AttributeDataExplorer.

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
This is being implemented in 1.5.0.78 by using DotSpatial.Plugins.AttributeDataExplorer instead of the old attribute table

xhqiao89 commented 7 years ago

mudnug[CodePlex]
The following formats are presently being considered. Export to PDF Export to HTML Export to MHT Export to Text Export to CSV Export to XLS Export to XLSX Export to RTF Export to Image

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
Mudnug is working on this as part of 'advanced data explorer'