2015-01-15 21:33:49 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> -->
|
2016-03-06 13:07:17 +00:00
|
|
|
<component type="desktop">
|
2016-07-31 09:38:05 +00:00
|
|
|
<id>engauge-digitizer.desktop</id>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
2015-01-15 21:33:49 +00:00
|
|
|
<project_license>GPL-2.0+</project_license>
|
2017-04-03 10:25:40 +00:00
|
|
|
<name>Engauge Digitizer 10</name>
|
2015-01-15 21:33:49 +00:00
|
|
|
<summary>Convert an image file showing a graph or map into numbers</summary>
|
|
|
|
<description>
|
|
|
|
<p>
|
2017-04-03 10:25:40 +00:00
|
|
|
The Engauge Digitizer tool accepts image files
|
|
|
|
(like PNG, JPEG and TIFF) containing graphs,
|
|
|
|
and recovers the data points from those graphs.
|
|
|
|
The resulting data points are usually used as input
|
|
|
|
to other software applications.
|
|
|
|
Conceptually, Engauge Digitizer is the opposite of
|
|
|
|
a graphing tool that converts data points to graphs.
|
|
|
|
The process is shown below - an image file is imported,
|
|
|
|
digitized within Engauge, and exported as a table of
|
|
|
|
numeric data to a text file.
|
|
|
|
Work can be saved into an Engauge DIG file.
|
2015-01-15 21:33:49 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2016-03-06 16:19:15 +00:00
|
|
|
New features already added to Engauge:
|
2015-12-01 19:25:14 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-04-03 10:25:40 +00:00
|
|
|
- Grid lines are displayed for fine adjustments of the axis points that define the coordinate systems
|
|
|
|
- Automated line and point extraction rapidly digitizes data
|
|
|
|
- Image processing for separating important details from background information
|
|
|
|
- Undo/redo of all operations means recovering from mistakes and experimenting with options is painless
|
|
|
|
- Installers for Windows and OSX operating systems, and repository packages for Linux make installation easy
|
|
|
|
- Wizard provides an interactive tutorial to explain the basic steps
|
|
|
|
- Wizard creates a checklist guide to interactively leads user through steps from file import to file export
|
|
|
|
- Cubic spline interpolation between points gives more accurate curves with fewer points
|
|
|
|
- Axes Checker briefly highlights the axes when they are defined or modified, to reveal entry mistakes
|
|
|
|
- Graph coordinates can be specified as date and time values, or as degrees, minutes and seconds
|
|
|
|
- File import and data export by drag-and-drop and copy/paste
|
|
|
|
- Test suite for regression testing minimizes code breakage as new features are added
|
|
|
|
- Multiple coordinate systems in the same image can be digitized in advanced mode
|
|
|
|
- Axes with only one known coordinate (floating axes) can be digitized in advanced mode
|
|
|
|
- Geometry Window displays geometric information about the selected curve
|
|
|
|
- Curve Fitting Window fits a polynomial function to the selected curve
|
2015-01-15 21:33:49 +00:00
|
|
|
</p>
|
|
|
|
</description>
|
|
|
|
<screenshots>
|
2016-07-19 10:13:57 +00:00
|
|
|
<screenshot type="default">
|
|
|
|
<image>https://sagitter.fedorapeople.org/engauge-screenshots/engauge-screenshot1.png</image>
|
|
|
|
</screenshot>
|
|
|
|
<screenshot>
|
|
|
|
<image>https://sagitter.fedorapeople.org/engauge-screenshots/engauge-screenshot2.png</image>
|
|
|
|
</screenshot>
|
2015-01-15 21:33:49 +00:00
|
|
|
</screenshots>
|
2016-03-06 16:19:15 +00:00
|
|
|
<url type="homepage">https://github.com/markummitchell/engauge-digitizer</url>
|
2016-07-19 10:13:57 +00:00
|
|
|
<updatecontact>sagitter_at_fedoraproject.org</updatecontact>
|
2016-03-06 13:07:17 +00:00
|
|
|
</component>
|