Suggested workflow for ArcGIS Pro Users to process UKHab data exported from the UKHab Survey App 1. From the Coreo dashboard, select the data required from either UKHab Survey or UKHab Pre-Survey. 2. Download the selected data as a CSV file. A 3. Download the selected data as a GeoJSON file. B 4. In ArcGIS Pro select the tool “JSON to feature” from Geoprocessing Tools, Conversion. 5. Convert the GeoJSON file B to a feature class C in a File Geodatabase. 6. Select the tool “Delete field” from Geoprocessing Tools, Data Management. 7. Delete all fields in the feature class EXCEPT “id”. D 8. Open an attribute table for the feature class. 9. Add a field “RecordID” as a Long Integer type. 10. Using field calculator, populate this field from “id”. 11. Use the Data Conversion Tool (https://ukhab.ecountability.co.uk/) to convert the CSV file A to the UKHab data model E. 12. In ArcGIS Pro, join the feature class D on the attribute RecordID to the CSV file E (use the file “Combined”). 13. Save the joined feature class to a new feature class F. Result You now have the downloaded data as a feature class in a file geodatabase with the attributes in the UKHab Data Model F. This can be edited and symbolised in GIS in the usual way. Area, linear and point features If your data exported from the App contains more than one feature type (area, linear, point) then the GeoJSON will produce more than one feature class at step 5. Subsequent steps 6-13 will need to be repeated for each feature type. At step 12, the CSV file “Combined” can be used for all feature types.
Page 1 of 2