ESRI Collector: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with " # Create a file geodatabase. # Create a small map in Web Mercator projection. Put data for the map into the geodatabase; clip and project all the data. You want it small sinc..."
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
General overview of working with ESRI Collector
== Create a map ==


# Create a file geodatabase.
# Create a file geodatabase.
Line 7: Line 10:
## Run the tool to add the fields.
## Run the tool to add the fields.


== Publish the map ==
Use the publish feature to push the map up to ArcGIS Online.
I assume I could use ArcGIS Enterprise for this but my copy is not running.
== Collect some data ==


When Collector syncs to ArcGIS Online, the data becomes available for viewing or downloading.


[[Category: GIS]]
[[Category: GIS]]

Revision as of 16:10, 6 January 2018

General overview of working with ESRI Collector

Create a map

  1. Create a file geodatabase.
  2. Create a small map in Web Mercator projection. Put data for the map into the geodatabase; clip and project all the data. You want it small since you will be uploading it.
  3. Create a point feature class in WGS84.
  4. If you are using a fancy GPS such as the EOS Arrow 100, you need to add fields so that metadata gets saved.
    1. Set up tools to add proper attributes to your point file: https://github.com/Esri/collector-tools
    2. Run the tool to add the fields.

Publish the map

Use the publish feature to push the map up to ArcGIS Online. I assume I could use ArcGIS Enterprise for this but my copy is not running.

Collect some data

When Collector syncs to ArcGIS Online, the data becomes available for viewing or downloading.