Skip to main content

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.

arcgis
0 votes
0 answers
7 views

Timeout Error - Python script to update AGOL attributes

I'm trying to build a python script that will update attributes on feature layers on AGOL, end goal would be to have scheduled tasks to update the attributes nightly (without effecting geometry). My ...
eflam93's user avatar
0 votes
0 answers
16 views

Shapefile class is not coming arcgis pro sdk c#

I have added below namespaces though the Shapefile class is not coming in arcgis pro sdk c# code in ArcGIS.Desktop.Framework.Controls.ProWindow name spaces are using ArcGIS.Core.Data; using ArcGIS....
peter's user avatar
  • 8,558
0 votes
1 answer
36 views

Using Dojo with ArcGIS Map SDK for JavaScript 4.29

Error Screenshot Here, I want to use dojo in ArcGIS Api for JS , but it give me script error when i import dojo through cdn link. Added SS of the code and Error. I am using the ArcGIS Map SDK for ...
Ahsan Ali's user avatar
0 votes
0 answers
17 views

How to check radio button checked or not from prowindow XAML in to Maptool in arcgispro sdk

I have a radio button as shown below <controls:ProWindow x:Class="CalloutModule.cProWinCalloutMaker" <RadioButton x:Name="rbtWgs" Checked="rbtWgs_Checked" ...
peter's user avatar
  • 8,558
0 votes
1 answer
40 views

How to convert a start point and end point in Polyline to WGS84 in arcgis pro sdk

I have a code as shown below and co ordinates are in meter and need to convert to WGS system private async void ShowBalloonCallout(Geometry geometry) { if (geometry is ...
peter's user avatar
  • 8,558
0 votes
0 answers
8 views

ArcGIS Pro SDK 2.9 MapView object has no AddOverlay method

I have an ArcGIS Pro 2.9 Addin where I would like to put overlay graphic on the active mapview, according to ArcGIS Pro SDK documentation, there is AddOverlay method on the MapView object as below: ...
For Comment's user avatar
  • 1,233
0 votes
0 answers
24 views

Matching Terrestrial LiDAR with Bathymetric Data

We have aerial LiDAR data of an island at low tide, and bathymetric data taken with a fish finder around the island at high tide (with about 1m of error). Is it possible to combine these datasets? ...
user18273586's user avatar
-3 votes
3 answers
81 views

How to scrape a csv table contained within a JavaScript button using Python? [closed]

I am trying to pull a csv table from a webpage into a pandas dataframe within a Jupyter Notebook, a process I have successfully implemented several times for other websites in the past, but I am ...
gecco15's user avatar
  • 19
0 votes
0 answers
27 views

How to get the geojson of a layer from the ArcGIS API instead of PNG images?

I'm trying to get the geojson of the layers at this interactive ArcGIS map: https://cherwell.maps.arcgis.com/apps/webappviewer/index.html?id=c4ffa2d7d99949b185c6d622a0f9d8ab Looking at the network ...
Henry Dashwood's user avatar
0 votes
0 answers
52 views

Cannot delete an Excel file because it is locked during python script “[WinError 32] The process cannot access the file because it is being used..."

I am using Notebooks in ArcGIS Pro (v3.3) to execute a python script. The script downloads Excel data from a hosted feature service. Using the openpyxl library, the script opens an empty excel ...
Andrew's user avatar
  • 1
0 votes
1 answer
18 views

ArcGIS Pro 2.9 Addin popup windows form blocking map display

I have this arcgis pro 2.9 Addin that has its own user interface, winform, that will popup when activate, it will carry out work. But when I pop up another windows form from this Addin UI to interact ...
For Comment's user avatar
  • 1,233
1 vote
1 answer
27 views

Connection to Oracle database in QGIS analogous to ArcGIS

I'm trying to connect to an Oracle database in QGIS. It works perfectly with ArcGIS Pro, where I insert the platform, instance, authentication type, username and password. However, in QGIS, there are ...
MmVi's user avatar
  • 11
1 vote
1 answer
53 views

Convert well-known text or well-known binary into an ArcGIS Polygon

I have a geometry object in a database and I would like to render it on the front end using the ArcGIS JavaScript SDK. var srid = 4326; // or any other spatial reference var wkt = 'POLYGON (....
Alex Smith's user avatar
0 votes
0 answers
20 views

How to reguralize the building footprint with FME

I extracted the building footprint with from LAS Dataset in FME, but I could not find a Transformer who can straighten the outline of the buildings after the FME sequence (see capture). The equivalent ...
Robles Loup's user avatar
0 votes
1 answer
50 views

Downloading REST data which contains date_time attributes

I am attempting to download data from ArcGIS REST services in ArcGIS Pro using custom geometry. After some help, I've managed to get this to work and save the data as a shapefile. The data I'm ...
seak23's user avatar
  • 317

15 30 50 per page
1
2 3 4 5
188