-
Standard Deviation confusion
Hello, See the Histogram below. The Blue line is the Mean. The Grey line is supposed to be the Standard Deviation of 169. …I assume this is "1" Std Dev.? …Why is it sitting on the 254 value?
-
Add Relative Date Filters to Nearby Instant App
I’d like to request the option for relative date filtering in the Nearby Instant App, with options like: within the next X days/weeks within the last X days/weeks today / tomorrow / this week My use case is a scheduling map where I want Nearby to always show appointments in the next 14 days. Ideally, I could set: Scheduled…
-
Data Expression Help, created fields not showing in Data...Category field in serial chart element
Good afternoon, I am attempting to build a Data Expression for a serial chart in a Dashboard (Enterprise 11.5) using some code snippets produced from ChatGPT. I have beginner Arcade skills. I want to calculate miles of water main sorted in ten-year age bins from today's date. I have fields 'measuredlength' (feet) and…
-
Web app filtering not working correctly with read only branch versioning layers
After upgrading to ArcGIS Enterprise 12.1 we have a few layers that no longer filter correctly but only when viewed in web apps. What happens is only the first 2000 records are returned and then no further query requests are made to the service. The only common denominator that I have found is the problem happens with…
-
What is the best way to manage documents from a project
a { text-decoration: none; color: #464feb; Good afternoon. We have projects that contain multiple folders of documentation. For each project, we organize information into subfolders by year, properties, permits, or buildings covered by the project. What would you recommend as the best way to link all this information to a…
-
Migrating from ArcGIS GeoEvent Server to ArcGIS Velocity
This conversation has been popping up increasingly as more water utilities look to incorporate real time data. How can an organization migrate from ArcGIS GeoEvent Server to ArcGIS Velocity? Check out this Esri blog explaining how to do just that: How do I Migrate from ArcGIS GeoEvent Server to ArcGIS Velocity?
-
Pole-Conduit Connectivity
We are migrating data from GTech to Esri UN , In GTECH the Conduits are owned by Poles . How to replicate this in Esri . Is only the Junction -Edge connectivity is enough here , Or Do I need to create any structure attachment to the Pole . But we can't create a structure attachment from pole to Conduit as per feature…
-
Pull data from Location and Populate field with County Name
Usign Survey123 CONNECT….. I am trying to allow the user to create a point in a GEOPOINT type I have a text field that I am trying to pull the COUNTRY name from that geo locatrion above. I dont get any errors but nothing shows up in the COUNTRY text box after I add a location point… Do I have any syntax incorrect… I am on…
-
How to triage ArcGIS Enterprise Networking issues with Wireshark
The short version ArcGIS Enterprise is a distributed system that consists of multiple components: ArcGIS Web Adaptors, Portal for ArcGIS, one or more ArcGIS Server sites, and ArcGIS Data Store, often spread across many machines and, in production, doubled up for high availability. When something breaks between those tiers:…
-
filter map by related data
Hello, I have a map widget that I want to filter by several related tables to the polygon feature layer in the map. I have been trying to do this by using filter widget. It will only work on one of the filters I add in widget. I am not sure why this is, I have tried using a group filter but that doesn't work. So to clarify…
-
Feature Service with Create and Geometry Edits Disabled, Allows new Features to be Created
Confused and I think I have found a bug in ArcGIS Enterprise 12.1. All patches for ArcGIS Portal, Server and Data Store are applied. I have published a feature service from ArcGIS Pro v3.7 to a federated ArcGIS Server 12.1 without Create capabilities nor Geometry edits - the intent is to have this feature service allow…
-
Editor Component & .layerInfos
This is to freshen up the 'solved' question, here: Editor Component and layerInfos - Esri Community And in particular, reviewing the suggested pattern at that time, **Set layerInfos on Editor component —————- Context: The issue (from Javascript through to ExpBuilder): our Services include multiple editable layers that…
-
Gaussian Splat Projection Tool
I've been experimenting with Gaussian Splats from Reality Extension and Drone2Map and noticed that the Project tool in ArcGIS Pro doesn't currently support Gaussian Splat outputs (3d_tiles or 3tz). I've put together the following tool to project a Gaussian Splat in 3D Tile format from one coordinate system to another using…
-
Allow Arcade editor window to be made larger when editing existing Arcade code
When you add data via Arcade, you get a basically full-screen window to work in: However, if you need to edit that Arcade code afterwards, you're limited to this smaller window: I would love to be able to edit in that same larger window to minimize horizontal scrolling.
-
Allow inclusion of dynamic attribute values from fields in Dashboard element titles and/or captions
It would be great if we could include field values (or statistics) in dashboard element titles and captions. Currently, we can pull in dynamic source data, like title, summary, and view count, but no actual data. I realize that if multiple features with different values are selected, this would not work, but that's easily…
-
Spectral indices fall outside the normal range
Hi everyone, I'm a beginner in GIS and remote sensing, and I'm currently using ArcGIS Pro to calculate NDVI from Landsat imagery. However, I'm having a problem with the NDVI calculation. I first convert the DN values to surface reflectance using the formula: Reflectance = DN × 0.0000275 − 0.2 Then, I calculate NDVI using…
-
Changing the series style for multiple series in a graph
Hello, I have a line graph with survey scores on the y-axis and date on the x-axis, in Experience Builder, that I am wanting to present as a scatter plot but am unable to due to Experience Builder not allowing dates on the axes of scatter plots. I know I can get around this issue by changing the series style of my line…
-
oriented imagery dataset: red 3D frustum cone not on height with camera in local scene
Hi, Anyone has the same experience and has a solution? I created have 360 oriented imagery datasets and published to arcgis online. I work in a local scene and have an elevation layer in the local coordinate system. When elevation layer is published, the vertical wkid is stripped. Unfortunately, the 3D frustum cone is…
-
ArcGIS Pro Reports "COM Port Already in Use": GPS Receiver Only accessible from one machine
Hi all! We have a GNSS receiver connected to a field laptop via RS-232, and we need to feed its NMEA data into ArcGIS Pro running on the same machine. The issue is that the receiver's vendor software needs to keep the COM port open to log raw data. As soon as it does, ArcGIS Pro can't access the port and reports that it's…
-
Npm app with React template, calcite panels not working
Hello, I have followed the guide here https://developers.arcgis.com/javascript/latest/get-started/#create-an-app-with-npm choosing the React template, I fix some errors on the install and launch the template, which is working as expected. When I try to add calcite components, in particular when I try to follow this guide…