Skip to main content
Solved

What is the best way to download data from an Open Data ArcGIS Site that does not require a login?

  • November 15, 2022
  • 7 replies
  • 80 views

tcronin
Contributor
Forum|alt.badge.img+4
What is the best way to download data from an Open Data ArcGIS Site that does not require a login?

Best answer by evieatsafe

Trying the URL triggers an error.

Hi @tcronin​ I was able to load this data into FME using the URL found at the bottom of your feature service (https://gis.countyofriverside.us/arcgis_public/rest/services/OpenData/ParcelBasic/MapServer/) I used the ArcGIS Server Feature Service Reader.

 

Under the parameters I made sure to choose the Authentication type 'None' and populate the Layer that you wish to use (in the red box).

image 

If you are still receiving errors after this please let us know!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

7 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • November 15, 2022

This is a very broad question. Are you talking about a webmap, web viewer or arcgis service? What kind of service? Sample site?


tcronin
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 19 replies
  • November 15, 2022

Sorry, learning all this. The Link I am trying to setup is here. https://www.arcgis.com/home/item.html?id=47ad3e55e5c94243b1ecf1629d210452, should be a feature service.


michiedem
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 52 replies
  • November 15, 2022

Sorry, learning all this. The Link I am trying to setup is here. https://www.arcgis.com/home/item.html?id=47ad3e55e5c94243b1ecf1629d210452, should be a feature service.

Left bottom of the website in your link you can see an URL, copy the URL and paste in an Esri ArcGIS Server Feature Service reader. Done, that is all you need to do.


tcronin
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 19 replies
  • November 15, 2022

Are you talking about the Link for the URL pointing to the Rest Endpoint?


tcronin
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 19 replies
  • November 16, 2022

Trying the URL triggers an error.


evieatsafe
Safer
  • Safer
  • 295 replies
  • Best Answer
  • November 16, 2022

Trying the URL triggers an error.

Hi @tcronin​ I was able to load this data into FME using the URL found at the bottom of your feature service (https://gis.countyofriverside.us/arcgis_public/rest/services/OpenData/ParcelBasic/MapServer/) I used the ArcGIS Server Feature Service Reader.

 

Under the parameters I made sure to choose the Authentication type 'None' and populate the Layer that you wish to use (in the red box).

image 

If you are still receiving errors after this please let us know!


tcronin
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 19 replies
  • November 17, 2022

Very Helpful. I hadn't used the Server Service Reader, in fact did not even know it was there, thank you.