Questions tagged [arcgis]

ArcGIS is a platform consisting of a group of geographic information system (GIS) software products produced by Esri. The GIS Stack Exchange should be considered for questions with this tag.

Overview

ArcGIS consists of products, versions, applications, license levels and components.

ArcGIS was first launched in 1999 and excepting server offerings is available on Microsoft Windows only. Prior to 1999 Esri had a number of different product lines (ArcView3, ArcInfo Workstation, MapObjects, ArcSDE) on Unix and Windows that were loosely integrated and sometimes incompatible. Many of these products can be interacted with via programming languages, such as VBA, .NET languages, and Python.


Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE which has separate tags for its products and components e.g. arcgis-desktop, arcgis-server, arcpy, arcsde, etc

2794 questions
0
votes
2 answers

Why do I get different values when I extract data from netCDF files using CDO and ArcGIS for a same grid point?

details of the raw data (Mnth.nc) netcdf Mnth { dimensions: time = UNLIMITED ; // (480 currently) bnds = 2 ; longitude = 25 ; latitude = 33 ; variables: double time(time) ; time:standard_name =…
Soumik Das
  • 9
  • 2
  • 5
0
votes
1 answer

Cannot import seaborn [WinError 126] The specified module could not be found

I am trying to import seaborn in my notebook [part of ArcGIS Pro] and I get [WinError 126] The specified module could not be found error. --------------------------------------------------------------------------- OSError …
user1521336
  • 89
  • 3
  • 9
0
votes
1 answer

How to access ArcGIS JavaScript API outside of require callback?

I am trying to figure out how I can access the ArCGIS JS API from a map after the map has been rendered, outside of require (ArcGIS JS API uses Dojo). For example, so I can do stuff like add (or remove) points, and perform other operations on the…
JoshG
  • 6,472
  • 2
  • 38
  • 61
0
votes
1 answer

Change search result marker icon to a custom

I have the following code that is currently working. I have been looking all over and cannot find how to change the icon way from the tiny dot that defaults on the location. The code below is set to a specific address on page load. I have tried…
Eric
  • 13
  • 2
0
votes
1 answer

Issues with outStatistics param of feature layer queries

Problem When trying to query a hosted feature layer using the outStatistics parameter, I get a failed response, whereas spatial queries on the same feature layer return features. The app is trying to query a feature layer with well data from…
drm1217
  • 105
  • 7
0
votes
0 answers

Arcgis Add feature task got cancelled

We were trying to add a feature to the feature server using following snippet, // Add the feature to the table. await serviceFeatureTable.AddFeatureAsync(feature); // Apply the edits to the service. await…
Riyas
  • 475
  • 1
  • 8
  • 27
0
votes
1 answer

How to point MSI to license server?

I have an ArcGIS Desktop 10.8.1 msi which installs however I receive an error when I test the app as it needs to be pointed to the license server: Current command: msiexec /i "setup.msi" /q For Example, say my server is named BC-FF12 Which parameter…
Codecode1
  • 15
  • 5
0
votes
1 answer

how to create a negative buffer distance

I want to create a negative buffer distance by adding a inner buffer zone inside the polygons;but when i use qgis to create this buffer with negative value the output layer don't display anything like show you this screenshots: who have any idea…
user1
  • 17
  • 4
0
votes
1 answer

Iterating variable through a string

I am working with ArcGIS, but this should be applicable to any situation with an iterator and a string. I have pairs of images which I want to run through this function, which have the same name and then increasing numbers within parenthesis. I am…
calmacc
  • 1
  • 1
0
votes
2 answers

How to transform a column field into a list

I'm trying to make a simple field calculation with ArcGIS 9.3: New field = Old field - Old field(first value) which in Calculate Field with python code should be Expression: !Old field! - first Code Block: list= [AngOriz] first = list[0] The error…
0
votes
1 answer

ArcGIS ADF - how to click and bring up a popup with informations on the feature selected?

I have an asp.net ADF application with a map, I need to bring up a small tooltip window or a popup window with feature information when a user clicks on one I need to retrieve all features in all layers under the clicked point and display their…
Marco A.
  • 43,032
  • 26
  • 132
  • 246
0
votes
0 answers

plotting location points over arcgisimage

I'm trying to plot locations over a map using arcgisimage. I have used basemap to plot some data but the image becomes pixelated at a close range. Using arcgisimage I have generated an image of the area - but I am not sure how to plot points over it…
0
votes
1 answer

SSL Error on using ESRI arcgis python api

For my company's project, i need to use ESRI arcgis python API to access the data in our Enterprise ArcGIS portal. After installing the arcgis library, i did a test of the connection via GIS(). the code looks as below gis = GIS( profile="link to the…
mumulin96
  • 1
  • 1
0
votes
1 answer

ArcGIS Online Dashboard not loading when using its API for Python

I am trying to create a WebMap that will be used as a widget in an ArcGIS dashboard. I am doing this through the ArcGIS API for Python. I successfully created the dashboard, and I can see it in my content in ArcGIS online. However, when I click on…
avinator
  • 118
  • 2
  • 9
0
votes
1 answer

How do you figure the solar diffuse proportion and transmissivity value from data?

The data can be found here: http://rredc.nrel.gov/solar/old_data/nsrdb/bluebook/data/24283.SBF How do I figure the solar diffuse proportion and the transmissivity value from what's there? Anyone know? Thanks!
Joseph
1 2 3
99
100