This GIS does not support spatial analysis

1308
3
12-21-2016 05:22 AM
AlinPlesoianu
New Contributor II

Hi,

I tried to follow the example notebook (04 GIS Analysts and Data Scientists - Chennai Flood Analysis) from the official sample examples of the Python API, but I cannot create buffers around feature layers. I get this error:

I am logged in with my developer account. I also tried to see if my GIS is supported, by running the command:

arcgis.geoanalytics.is_supported(cont), and the result is False.

Is the error caused by the account type, or by my  Python API library installation (arcgis)?

Thanks for any help!

Alin

0 Kudos
3 Replies
RohitSingh2
Esri Contributor

Hello Alin,

What GIS are you using to try this out?

If you're using ArcGIS Online org account, the page at Frequently asked questions—ArcGIS Online Help | ArcGIS  states that a Level 2 account is required for spatial analysis:

Privileges to use geoenrichment and spatial analysis can be assigned to members with level 2 accounts only.

If you're using a Portal/ArcGIS Enterprise, the interpolate points tool requires spatial analysis to be configured with your Portal, and your account to have privileges to run the spatial analysis tools.

The Configure the portal to perform analysis—Portal for ArcGIS (10.5) | ArcGIS Enterprise page has steps on how to do this:

The spatial analysis tools are hosted as a series of tasks in ArcGIS Server. For members of your organization to use these tasks to perform analysis in Portal for ArcGIS, you'll need to set up a base ArcGIS Enterprise deployment and grant members privileges to perform analysis

Hope this helps,

Rohit

AlinPlesoianu
New Contributor II

Hi, and thank you for the reply!

I am using a developer account that has level 2 privileges and 45 available credits. I am not using a Portal/ArcGIS Enterprise account.

Thanks again!

Alin

0 Kudos
RohitSingh2
Esri Contributor

Can you query the following:

gis.properties.helperServices.analysis

I created a free developer account and I see that it includes the analysis service. The output of the above command with my account is:

{   "url": "https://analysis7.arcgis.com/arcgis/rest/services/tasks/GPServer" }

Thanks,
Rohit
0 Kudos