|
POST
|
travisjpeterson wrote: Hello. I have a desktop install of ArcGIS 10.4. I would like to run Data Reviewer, but I only have access to Data Reviewer 10.2. Can I run Data Reviewer 10.2 with a desktop installation of ArcGIS 10.2? Thanks. Hi, The version of Data Reviewer for Desktop needs to match the installed version of ArcGIS Desktop. Here is a link to the 10.4 installation guide for reference.
... View more
02-13-2018
09:02 AM
|
0
|
0
|
1453
|
|
POST
|
Hi, Reporting is not available in ArcGIS Pro (yet). There are plans to include these and other forms of reporting in future releases of ArcGIS Pro. Thanks Jay Cary yuvalrsystematics-co-il-esridist wrote: Hey there, I'm looking for an option that exists in ArcMap and was unable to find in ArcGIS Pro - Generating a report from the Reviewer results table. See attached screenshots. Thanks! Yuval
... View more
01-25-2018
09:48 AM
|
1
|
0
|
2900
|
|
POST
|
The automated reports are intended for use in quantifying errors on features and stand-alone tables. The metrics they report (primarily accuracy calculations) don't translate particularly well to metadata content. You can export the results to Excel (using the Export Grid to Excel tool) for reporting. Any thoughts on how you might calculate an accuracy rate on metadata content??
... View more
03-24-2017
10:08 AM
|
0
|
0
|
1383
|
|
POST
|
Sounds like you may need to start a Reviewer Session in order to persist your results in a geodatabase. Here is a link to the help topic which outlines how to start a session: http://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/starting-a-reviewer-session-in-a-nonenterprise-geodatabase.htm Once you have a session started, you will have the option to either interactively browse the results or write results to the Reviewer Table after running a check.
... View more
10-17-2016
02:06 PM
|
1
|
0
|
1643
|
|
POST
|
The Data Reviewer team is pleased to announce the availability of a new FREE Training Seminar titled Evaluating Positional Accuracy Using ArcGIS Data Reviewer! The 45-minute seminar provides discussions and demonstrations of Data Reviewer's Positional Accuracy Assessment Tool (PAAT). You can learn more about the seminar on the our blog.
... View more
12-10-2015
02:28 PM
|
0
|
1
|
6026
|
|
POST
|
Hi All, The Data Reviewer Team is pleased to announce the release of two new widgets – Report Feature and Reviewer Dashboard – for the Web AppBuilder for ArcGIS v1.2 Developer Edition. The widgets are available from GitHub within the Reviewer widgets repository: Data Reviewer Widgets for Web AppBuilder for ArcGIS You can read more about the widgets on the our blog. Details on how to branch the code and provide feedback on the widgets can be found in the repository’s ReadMe.
... View more
10-29-2015
11:23 AM
|
0
|
0
|
4306
|
|
POST
|
Configurable widgets (Dashboard, report feature) for the Web AppBuilder for ArcGIS (Developer Edition) are due for release to GitHub in the next couple of weeks. Keep an eye-out for an announcement here on GeoNet when they are available.
... View more
08-28-2015
05:04 PM
|
1
|
0
|
1647
|
|
POST
|
Hey Thomas, Here are some resources that you might find useful in learning more about the capabilities provided in Data Reviewer for Server extension: Planning and Deploying Data Quality Services (Technical Workshop recording) Integrating ArcGIS Data Reviewer & ArcGIS Workflow Manager for Server to Automate Data Quality Control (Technical Workshop recording) JavaScript Data Reviewer capabilities are integrated in the 3.14 release of ArcGIS API for JavaScript. Here you can find documentation and code samples for integrating Data Reviewer's capabilities into custom applications. Configurable widgets (Dashboard, report feature) for the Web AppBuilder for ArcGIS (Developer Edition) are due for release to GitHub in the next couple of weeks. Keep an eye-out for an announcement here on GeoNet when they are available.
... View more
08-21-2015
11:46 AM
|
0
|
0
|
1027
|
|
POST
|
Hi All, The Data Reviewer Team is pleased to announce the release of the Managing Data Reviewer Records tools for ArcGIS 10.3. The tools can be downloaded from the Data Reviewer Resource Center here: Managing Data Reviewer Records for ArcGIS 10.3 The toolbox includes the following tools: The Copy Data Reviewer Records tool takes records from one or more Reviewer sessions and copies them into another Reviewer session. The Export Data Reviewer Records to Shapefile tool exports all of the Reviewer records in a selected workspace to a single multi-point shapefile. The tools are particularly useful when consolidating or archiving Reviewer results and/or when results need to be shared with others who do not have access to the Data Reviewer extension (or even ArcGIS). Please feel free to provide comments, suggestions and report issues regarding the tools here.
... View more
04-28-2015
02:49 PM
|
1
|
5
|
5414
|
|
POST
|
Hi Steve, You may want to consider disabling default checks in the Reviewer Session to prevent the automatic inclusion of these checks during batch validation. Here is a link to documentation that addresses the use of default checks. These settings can be updated once if the application is working with an existing session. If the application is creating sessions programmatically, then create a session "template" with the default checks disabled and reference that session as a template (session_template parameter) when using the Create Reviewer Session GP tool. Thanks, Jay
... View more
02-19-2015
02:24 PM
|
0
|
1
|
996
|
|
POST
|
We are pleased to announce that the ArcGIS Data Reviewer Raster Validation Tools are now available through Esri’s Beta Community. These tools represent a growing series of raster validation capabilities in Data Reviewer, and are intended primarily for checking elevation rasters. Using these tools you can identify errors, inconsistencies, or areas of concern where a given elevation raster does not meet data quality requirements. Optionally, results can be stored and managed using Data Reviewer to track and report the progress of work in fixing errors. Please note that participation in the beta does not require installation of ArcGIS Data Reviewer. Please visit the Esri Beta Community for more details and to sign up for the beta - http://bit.ly/DRQCtools Download and install the tools, then run through the provided tutorial. We look forward to your feedback!
... View more
01-30-2015
09:21 AM
|
1
|
1
|
5134
|
|
POST
|
Hi, This is a great question and highlights one of the challenges (and under-documented aspects) of using the advanced features of the Metadata Check. To validate metadata content using a custom XPath query it should be constructed as an error condition which will return as "True" when the expression is executed in the Metadata Check. For each metadata element which tests �??True�?� you will be returned a Reviewer result. In your scenario, you want to write a result when the FGDC Use Constraints element (/metadata/idinfo/useconst) is NOT equal to "These data are provided by ...xxyyzz...". The XPath expression which tests "True" for this condition would be: /metadata/idinfo/useconst[not(. = "These data are provided by ...xxyyzz...")] Using this expression, Data Reviewer will write an result for every instance of the Use Constraint element (/metadata/idinfo/useconst) which is not equal to "These data are provided by ...xxyyzz...". Since this particular element may be repeated a number of times in the metadata record I'd recommend that you disable duplicate checking. This will ensure that you get a complete list of these element errors. Give this a try and let us know how it works!
... View more
05-17-2013
11:10 AM
|
0
|
0
|
742
|
|
POST
|
Peter, It sounds like you need to verify that certain sections of the FGDC standard are being populated and in some cases you need to verify that elements are populated with specific information. If that is the case, I would recommend implementing a series of content validation expressions using the Metadata check's "Validate Metadata Content" check option. This check option will enable you to identify whether a metadata element has been populated (using the IsNull Pre-Defined Expression) or contains specific content (using a Custom Expression). The "Validate Metadata Content" check option is discussed in detail in the Data Reviewer blog article entitled "Did you know you can automate metadata validation (part 2)?" with examples provided of its use. To determine which elements to check, you may want to leverage the recommendation outlined in the "Tips and Tricks" section of the article regarding methods for determining element XPATH names. This section proposes a workflow for identifying a metadata element's name by using the ArcGIS Metadata Editor to populate a metadata template with "dummy" values. The metadata template is then exported using the Esri Metadata Translator GP tool to an XML file where a 3rd-party XML viewer can be used to look-up FGDC element's name. [ATTACH=CONFIG]17578[/ATTACH] Good luck with configuring the check.
... View more
09-10-2012
10:17 AM
|
0
|
0
|
2539
|
|
POST
|
Hi Peter, For clarification, which FGDC standard are you using to validate metadata content? In the case of the FGDC's CSDGM, schema-based validation can be carried-out using either a document type definition (http://www.fgdc.gov/metadata/fgdc-std-001-1998.dtd) or an XML schema document (http://www.fgdc.gov/metadata/fgdc-std-001-1998.xsd). Schema validation using Data Reviewer's Metadata check is based on a standard's XSD. Also, what are the metadata elements that are not currently being evaluated and how do you need to evaluate them? For example, will these elements be evaluated based on their naming/structure/data type or are there element value rules that need to implemented. This will help determine whether you need to go through the effort of creating a custom XSD or if you can leverage custom XPATH expressions in the Metadata check. Thanks
... View more
09-06-2012
08:35 AM
|
0
|
0
|
2539
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 2 | 06-29-2026 01:08 PM | |
| 1 | 08-05-2025 10:53 AM | |
| 1 | 07-10-2025 05:23 PM | |
| 1 | 07-10-2025 10:43 AM |
| Online Status |
Offline
|
| Date Last Visited |
8 hours ago
|