You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -733,6 +733,56 @@ Use case: Run a DDX-based quality verification, but only on features that match
733
733
- The DDX specification is reused as-is, no modification in the Data Dictionary is required.
734
734
- Works with PostgreSQL/PostGIS views or other SQL-based sources supported by the QA microservice.
735
735
736
+
**Export transformed datasets using `QaExportTables`**
737
+
738
+
**Use case:** After applying SQL-based transformers like `TrMakeTable`, you may want to inspect the intermediate results in a file geodatabase. This is helpful for understanding which features are being passed into QA checks.
739
+
740
+
.. code-block:: python
741
+
:linenos:
742
+
743
+
import prosuite
744
+
import os
745
+
746
+
service = prosuite.Service(host_name='localhost', port_nr=5151)
747
+
748
+
# Load the model and base dataset
749
+
model = prosuite.Model("MyModel", r"C:\\Data\\MyDatabase.gdb")
Copy file name to clipboardExpand all lines: prosuite/doc/api/genindex.html
+32-6Lines changed: 32 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,10 @@ <h2 id="A">A</h2>
136
136
</li>
137
137
<li><ahref="prosuite.factories.html#prosuite.factories.enums.AllowedLineInteriorIntersections">AllowedLineInteriorIntersections (class in prosuite.factories.enums)</a>
<li><ahref="prosuite.html#prosuite.utils.to_bool">to_bool() (in module prosuite.utils)</a>
1662
+
</li>
1663
+
<li><ahref="prosuite.html#prosuite.utils.to_float">to_float() (in module prosuite.utils)</a>
1664
+
</li>
1665
+
<li><ahref="prosuite.html#prosuite.utils.to_int">to_int() (in module prosuite.utils)</a>
1666
+
</li>
1667
+
<li><ahref="prosuite.html#prosuite.utils.to_spatial_reference_xml">to_spatial_reference_xml() (in module prosuite.utils)</a>
1648
1668
</li>
1649
1669
<li><ahref="prosuite.factories.html#prosuite.factories.transformers.Transformers.tr_combined_filter_0">tr_combined_filter_0() (prosuite.factories.transformers.Transformers class method)</a>
0 commit comments