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.

0 votes
0 answers
10 views

Random forest_CSV_ArcGIS

I have a CSV file from ArcGIS Pro including 10 influencing factors on wildfire which I did train and test file already under ArcGIS as well. Now I want to fit random forest to export a susceptibility ...
Hiva Osmani's user avatar
1 vote
0 answers
15 views

Mask values outside a particular area using lat, lon, and data array

I have lon, lat, and data arrays, plotting of which gives the result in the attached picture. My main problem is I need to extract the grid points that has zero values from this data. However, I need ...
user27321's user avatar
0 votes
0 answers
5 views

ArcGIS Pro SPLIT BY that also joins the data of the split feature to the target feature

Layers: I have two features layers in ArcGIS Pro: a zoning base feature layer that is the target layer a zoning overlay feature layer that will be used to split the base layer Goal: to essentially ...
raygo's user avatar
  • 5
0 votes
1 answer
15 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
18 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
37 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
1 answer
13 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
29 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
54 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
19 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
28 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

15 30 50 per page
1
2 3 4 5
188