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

Arcpy scripts keep giving an error "TypeError: expected string or bytes-like object"

I am new to arcpy and most of python too. My new org has arcpy scripts (written by ex-employee) that would convert TAB files to shp and also create buffer zones in an shp. It was working great until we upgraded ArcGIS Pro to 2.8.3. With basic skills…
0
votes
2 answers

arcgis maps in flutter

I am trying to put an arcgis WMTS tile layer on top of openstreetmaps WMTS layer in flutter using the flutter_map plugin. Here is my code : Widget build(BuildContext context) { return MaterialApp( home: FlutterMap( options: new MapOptions( …
0
votes
1 answer

How to embedded user credentials on iOS for ArcGIS runtime SDK to access portal?

I try to build a native iOS access to access the ArcGIS webmap via our enterprise portal server. The webmap is secured and need to be authenticate. On the browser, it need to type the user id and password in order to access it. How can I embedded…
R.LI
  • 63
  • 6
0
votes
1 answer

What is the best way to find longitude and latitude at the last screen touch of the user?

I develop an android app with the use of ArcGIS map and what im trying to do is to get the lat and long of the last screen touch. I searched for information in the Esri forum and found a solution that advises to use it: fun getLocation() { …
nivnaory
  • 47
  • 5
0
votes
1 answer

Pip upgrading arcgis completely broke pip

Overview: While running Python 3.6, after upgrading my arcgis package, scripts no longer recognizes many packages and pip itself completely broke, making it impossible to upgrade or uninstall any packages. Background Info: Fairly recently, when I…
spareTimeCoder
  • 212
  • 2
  • 12
0
votes
0 answers

Internal Server Error for arcgis REST API in Basemap

when I use Basemap to visualize trajectory point based on arcgis REST API service, but there are always a urllib.error.HTTPError: HTTP Error 500: Internal Server Error, I do not know how to solve this problem, could someone give me some suggestions?…
0
votes
3 answers

Unable to Locate element in web map application using selenium

I am tried to locate an element on web application but its not working. below the code source for the web page and python script.
Aymen
  • 3
  • 1
0
votes
1 answer

Is it possible to integrate Arc GIS with Azure Data Factory or Azure Events Hub?

I am having a requirement to integrate Arc GIS application and Azure including location-based data collected from Arc GIS application into data warehouse. Are there any possibilities to use Azure Data Factory pipelines or Azure Events Hub to extract…
jsrathnayake
  • 139
  • 10
0
votes
1 answer

Leaflet - Is it possible to prevent a web map from changing the zoom of the map when it is first loaded?

When loading a web map via ID, part of the response has an extent which leaflet then calls fitBounds which ultimately zooms the map, overriding a default zoom that is set. Is there a way to prevent this zoom? I can override it but the map zooms in…
0
votes
1 answer

Unable to Retrieve ArcGIS Roles from ArcGIS API for Python

Using Notebook, I'm unable to list all the roles in the portal. When I tried I get this output which I'm aware but forgot to change this type to text. Appreciate your response in advance.
0
votes
2 answers

ArcGIS web map in c# winform

I want to implement an ArcGIS web map in my winform C# application. I have found a bunch of resources for doing this in a WPF application, but nothing for the winform platform. I have an API-Key from ArcGIS and have already made a webmap. Does…
lemaao
  • 21
  • 4
0
votes
1 answer

arcgis goTo feature and open popup

I am new to Arcgis maps and using ArcGIS Javascript 4.2 library. Currently the features are showing up on the map and I am trying to go to feature and open it's popup programmatically. below is my code to query the features which is working fine. …
Nalluri
  • 101
  • 1
  • 16
0
votes
1 answer

Is there a way to show on map only certain records in one layer that overlap with another layer in ArcGIS Pro?

I have a shapefile of all of the California Counties and another shapefile of the Central Valley (see pic). I want to only display counties if they overlap with the central valley - even if only a portion are in the Valley. So that would be 20 if…
BHope
  • 135
  • 9
0
votes
1 answer

ArcGis Rest API - How to get raster layer from MapServer?

I am trying to get a raster layer (5-metre Digital Elevation Model (DEM)) from the Australian government through the ArcGIS REST API url: https://services.ga.gov.au/site_9/rest/services/DEM_LiDAR_5m/MapServer/ I can perform a query for the boundary…
jorge
  • 3
  • 2
0
votes
0 answers

Automatically detect building intervals and roads from binary 2D digital surface data

Is there any smooth way to extract building intervals and roads from an image like this? Red lines was manually drawn. I've tried using OpenStreetMap to do the same thing, but it cannot give data for building intervals. Thanks! Building geometry…