There was a Live Training Seminar on Getting Started with ArcGIS Open Data. This was presented by Courtney Claessens and Daniel Fenton and was a great introduction to using and producing Open Data. Below are some of the questions and answers from that Live Training Seminar (LTS).
1. Does using ArcGIS Open Data use the hosting organization’s ArcGIS Online Credits?
- No. Organizations are never charged any credits for set-up or usage of their sites. The only way credits may be consumed is if you opt to host your data is in ArcGIS Online. Credit usage is based on the size of data stored, not on usage or number of downloads.
2. Are hidden fields included when users download datasets?
- No. Fields that are hidden in ArcMap before a layer is published will neither show up in the Open Data application nor in any downloaded files.
Caution: Do not hide the ObjectID field as this will cause errors in the Open Data application.
3. What is the output projection and can it be changed?
- The output projection for the map within the Open Data application is Web Mercator (EPSG: 3857), the same projection used within ArcGIS Online maps. The output projection for file downloads and APIs (where applicable) is WGS 84 (EPSG: 4326). At this time output projections cannot be changed. If you would like to provide users downloads in additional formats, we recommend placing a link in the description text for the dataset.
4. Can one organization have multiple Open Data sites?
- Yes. An organization can have as many Open Data sites as they desire. For example a state-level organization could create Open Data sites for each county or a city could create an event-based (e.g. hackathon) site for a weekend and then take it down.
5. Can you upload and share data that has no geospatial component?
- Yes. Currently Open Data supports tables published in services that run local on ArcGIS for Server, or hosted in ArcGIS Online. You can also upload and share CSV files in ArcGIS Online that are up to 5mb and comma separated.
Advanced users can leverage Esri’s Open Source Project KOOP to access non-spatial data from other sources, and provide GeoServices REST API to the data. There are currently connectors for data stored in Github as well as in Socrata. [AS1] (see more information here).
6. If my organization is using a different coordinate system, do we need to re-project it to Web Mercator before using it in Open Data?
- No. ArcGIS Open Data handles data re-projection for you in the background.
7. Should I re-project my data to Web Mercator before publishing in Open Data?
- You do not have to, but it can help. Re-projecting your data to Web Mercator can improve performance when viewing the map in Open Data, since the data needs to be in Web Mercator to be display on the grey basemap. When your data is in a local projection, it is requested from the application in Web Mercator and the server may need additional processing time to re-project the data and provide a valid response.
Note: Open Data will soon support custom base maps in local projections. In that case, if the projection of the data matches the projection of your basemap there will be no performance loss from re-projection.
8. Is there an Open Data site gallery to let users know what agencies have public Open Data sites?
9. Do you integrate with other platforms like CKAN?
10. If I am hosting data on my own ArcGIS Server, what is the best way to serve them for use in Open Data.
- If you are setting up services with the exclusive purpose of serving them on an Open Data site we recommend you create a single map service then register each individual layer as an item in ArcGIS Online. With a single hosted map service, you can more easily control resource utilization on your server. With each layer registered as an individual item, you have control over metadata related to each layer in ArcGIS Online.