Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
88 views

const polygonLayer = new FeatureLayer My service data is quite large, so I only want to load the features within a specified extent. I tried setting the fullextent but it didn't work. I can't use ...
BRZ owner's user avatar
  • 4,543
0 votes
1 answer
74 views

I am implementing ArcGIS Maps SDK for Flutter (version 200.8.0+4672) in my Flutter application. During runtime, I get the following unhandled exception related to HTTP header parsing: Unhandled ...
Ram's user avatar
  • 1,438
0 votes
0 answers
48 views

I’m trying to automate the selection of polygons from a feature layer based on polygon area. Specifically, I need to select only those polygons whose area is greater than or equal to the median area ...
fre1990's user avatar
  • 177
-1 votes
1 answer
46 views

I was reading a paper where they performed a dampened cubic spline of satellite derived ETrF. I'm trying to reproduce the example provided, for better understanding. I just want to locate this wheat ...
Waqas Ahmad's user avatar
1 vote
0 answers
42 views

I'm using ArcPy with ArcGIS Pro 3.3.1 to apply a graduated color symbology to a raster or feature layer, using custom class breaks and labels. According to the ArcGIS GraduatedColoursRenderer ...
Jack Arnett's user avatar
0 votes
0 answers
148 views

I am trying to insert data from a couple different tables in 2 different databases using database links. If I run the select query on it's own, it runs without error and returns the expected results. ...
CRayGo's user avatar
  • 21
0 votes
0 answers
44 views

I want to have dynamic symbology by manually assigning values for class breaks: ≤ min min - max > max I've come up with the function below, the issue is that it does not create the number of ...
jamesbondo's user avatar
0 votes
0 answers
35 views

I'm migrating from ArcGIS Enterprise to ArcGIS Online and encountering an issue with ObjectID field control during data synchronization. Problem: When inserting data from an FME workspace into ArcGIS ...
DHend's user avatar
  • 1
0 votes
0 answers
112 views

I'm working with ArcGIS Enterprise 10.9 and I've registered an application to obtain a client_id and client_secret. I’m using the following endpoint to generate a token: /sharing/rest/oauth2/token ...
user30706264's user avatar
0 votes
1 answer
216 views

I'm managing a Python project with Pixi, because I have both Conda and Pypi dependencies. I need to install arcpy, which is ArcGIS's Python API. It's a closed-source library, and it is only available ...
AJSmyth's user avatar
  • 468
0 votes
0 answers
31 views

I am trying to align a user-created centerline feature with the authoritative version of that same line. I need to keep the start and end points of the line sections generally where they are - aligned ...
user30525644's user avatar
0 votes
1 answer
123 views

I have a 7GB file with coordinates for observations of birds, which I downloaded here: https://www.gbif.org/occurrence/download/0020030-250402121839773 It's tab-delimited with a lot of columns that I ...
Adin Silverstein's user avatar
0 votes
0 answers
26 views

I want integrate arcgis as a service in Visual Studio 2022 in an ASP.NET MVC project, to convert address value into longitude and latitude. I tried too many thing that available online.but i didn't ...
SachinD's user avatar
  • 11
0 votes
0 answers
48 views

I'm working on a project in ArcGIS Pro that involves labeling parks. I have set the parks to display at a certain scale (1:10,000) that works for the majority of parks, but it doesn't work for a few ...
Neal Hicks's user avatar
0 votes
0 answers
18 views

Calling anyone familiar with mapping the state of Pennsylvania in the US! My map seems to be a bit distorted: the southern border curves slightly and the western border is slanted. I've seen maps ...
Rachel Hough's user avatar
0 votes
0 answers
36 views

Working on ArcGIS SDK for JS version 4.32.9 using React, facing issue import{_ as o}from"../chunks/ while importing Map ERROR in ./node_modules/@arcgis/core/views/MapView.js (./node_modules/css-...
Sagar Chougule's user avatar
1 vote
1 answer
99 views

Older versions of Spyder did not seem to have this problem but I'm currently running Spyder 6.0.6 and it does not let me run any files unless it has a recognized python extension. This is becoming an ...
Scott's user avatar
  • 11
0 votes
0 answers
34 views

I ran a script in Arc Pro which edits a lot of layer fields, labels, and symbology, from a lyrx. It tries to save the layout to a PDF but it turns out blank because the layer does not render until I ...
Ben Hendel's user avatar
0 votes
0 answers
30 views

I have a polygon layer with 10 features with unique IDs. I want to color them deterministically based on this unique ID values field and store the RGB values of their colors, like in a dictionary. ...
Ben Hendel's user avatar
1 vote
0 answers
47 views

I have been doing a spatial analysis. I have two regions, A and B, and I want to determine whether the roads crossing from A to B maintain the same classification or if the classification changes.I ...
Beatrix's user avatar
  • 11
0 votes
0 answers
28 views

12 years ago I wrote programs using argobjects 10.1 in c# in VS 2010. Those programs still work without problems. Now I'm trying to repeat from scratch to create a simple program on the same computer ...
А.Терентьев's user avatar
0 votes
0 answers
36 views

I use ArcGIS for slicing, cutting the dataset into tiles. But I don't understand how the default tiling scheme origin is calculated based on the coordinate reference system. If there is no coordinate ...
threecat's user avatar
1 vote
2 answers
183 views

I'm trying to import the GeoAccessor class so I can use it to convert a pandas dataframe, but I get a message saying ImportError: cannot import name 'GeoAccessor' from 'arcgis.features'. I have the ...
Ian Engelbrecht's user avatar
0 votes
0 answers
41 views

I was working on updating our older app to Arcgis Pro 3.3. The code is set of AddIns which are added to Arcgis Pro. Its set of like 10 addins. Across the whole solution, FrameworkApplication....
Vojtěch Mráz's user avatar
0 votes
0 answers
104 views

I am encountering 'Error 00211: Cannot Create Route Event Source' with the 'Make Route Event Layer' process in ArcGIS Pro ModelBuilder which I am unable to solve. I'm working with a very large dataset ...
Justine's user avatar
  • 21
0 votes
2 answers
1k views

I am trying to setup the Snowflake ODBC driver and get the following error when I test the connection: [Snowflake][Snowflake] (4) REST request for URL *** failed: HTTP error (http error) - code=404 ...
ray escobedo's user avatar
0 votes
1 answer
41 views

I have a series of instructions to solve a certain question using ArcGIS and Python. I have been a programmer with C# and node.js but I am absolutely zero knowledge about this ArcGIS Pro. Number 1 ...
user3856437's user avatar
  • 2,437
1 vote
1 answer
144 views

I'm new to working with the ArcGIS library. I've looked over the ArcGIS 2.4.0 documentation but still confused on how to plot coordinates onto a base map. I tried finding examples of implementing ...
pepe's user avatar
  • 11
2 votes
1 answer
51 views

Ref: https://developers.arcgis.com/javascript/latest/get-started-angular/ I am trying to implement Arcgis with angular, everything is working fine map is displaying and layers are working until Item-...
Hari's user avatar
  • 39
0 votes
1 answer
39 views

I am working on a project to show the traffic flow on the US-Mexico Border Entry Points. I have the latitude and longitude points and they are mapped on ArcGIS pro. However, I have the traffic flow ...
Anam Husain's user avatar
1 vote
0 answers
56 views

After working fine for the last couple of months I have encoutered a problem when loading the ArcPy and arcgisbinding packages in R simultaneously. The inital error message was returned when I ran ...
L.Thoma's user avatar
  • 33
0 votes
1 answer
65 views

So....NOAA used to host post-hurricane tiles in-house where they were really easy to download using a Python script and the appropriate tile index layer. Recently, NOAA has moved those imagery ...
Ken Gaines's user avatar
1 vote
0 answers
64 views

My company has a AutoCAD Map 3D addin written in C# which is loaded when AutoCAD starts up. It has capabilities like linking a map object with actual SQL Database records. We had a legacy application ...
Professor's user avatar
  • 628
0 votes
1 answer
310 views

We have a web app (SPA + ASP.NET Core 6) using ArcGIS Portal configured with Microsoft Entra Id via SAML for authentication. ASP.NET Core uses the ArcGIS provider from AspNet.Security.OAuth.Providers ...
Ryan Taylor's user avatar
  • 8,922
0 votes
1 answer
108 views

I am using a third-party application which allows the user to add custom map layers to a Leaflet map. All I am able to input is a url to the map layer. I've taken a look at the source code and they ...
Datguy's user avatar
  • 169
0 votes
0 answers
118 views

I have two GeoDataFrames, one is composed of LINESTRINGs ('orig_layer'), and the other of MULTILINESTRINGs ('model_layer'). Both are completely overlap each other - only their line attributes are ...
Ravid's user avatar
  • 1
0 votes
1 answer
128 views

Failed to build iOS app Error (Xcode): Undefined symbol: _RT_GeoView_draw Error (Xcode): Undefined symbol: _RT_GeoView_hasValidSize Error (Xcode): Undefined symbol: _RT_GeoView_pause Error (Xcode): ...
anil kr maurya's user avatar
2 votes
3 answers
562 views

I have a polygon shapefile which was vectorized from a raster layer (second image). This shapefile contains thousands of features with just one column which represent polygon level (ranging 1-5). The ...
Naama's user avatar
  • 63
0 votes
2 answers
61 views

Trying to convert GPS times to a date and time of day in UTC. Inputs are space separated stream of x y seconds and output is a stream of x y z date time This was designed to work with lidar data and ...
Garret's user avatar
  • 1
0 votes
1 answer
190 views

I am attempting to use the ArcGIS Javascript SDK. I am following the documentation outlined here: https://developers.arcgis.com/javascript/latest/get-started-angular/ In doing so, I keep getting the ...
thxmike's user avatar
  • 678
1 vote
1 answer
113 views

Currently I want to edit the dropdown source, and add a check box to select as shown, instead of displaying it as default. Anyone who knows please help me. const searchWidget = new Search({ ...
Minh Yến's user avatar
1 vote
1 answer
66 views

In the official documentation, detect_object said to be able to use existing Feature Service for the output_name variable. output_name Optional. If not provided, a FeatureLayer is created by the ...
Amri Rasyidi's user avatar
1 vote
1 answer
220 views

Problem: I have a data frame containing GPS coordinates where instead of using the symbols for degrees and minutes, they are written in the format where decimal points have been used instead, which is ...
Alice Hobbs's user avatar
  • 1,247
1 vote
0 answers
47 views

I have a library and associated ArcGIS Toolbox set up such that: /root ├── Toolbox.atbx ├── mylib │ └── my_function.py ├── my_tools │ └── my_gp_script.py I keep my development clone of the code ...
user205308's user avatar
0 votes
2 answers
62 views

With ArcGIS Pro, I am creating a customized geoprocessing tool with python script and the PostgreSQL database connection is required. I could set four parameters to input string for "host", &...
Tonghe Liu's user avatar
0 votes
1 answer
171 views

I have created an Add-in - In which whenever the button is active, when you create a polyline(Plan_Kabler) point features are placed along the line alongside with polygons. These are directional ...
GobiGobletsson's user avatar
0 votes
1 answer
65 views

I'm assigning an incremental rank based on a value, but need to assign the same rank to duplicate values and maintain the overall sequence. Instead of this: Value Rank 400 1 500 2 175 3 250 4 120 5 ...
map cowboy's user avatar
0 votes
1 answer
198 views

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
1 answer
419 views

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
1 answer
95 views

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,714

1
2 3 4 5
56