|
POST
|
I always click the box. The only thing that makes it work is saving to a shapefile first, which shouldn't be necessary, right?
... View more
02-03-2020
11:34 PM
|
0
|
1
|
4369
|
|
POST
|
Thanks. I don't normally work with raster data, so this was probably a very basic question. I was just expecting the ability to export selected data using Data>Export Raster. Extract by Attributes seems to be having an issue extracting the data I'm asking for. In the gif below, I select several land cover classes, but when I go back in, they're unselected. Yet, when I enable the SQL slider, they are in the statement box. When I run this (regardless of the SQL slider's state), only one class is missing from the output. Is this a bug? I'm running 2.4.3
... View more
01-30-2020
03:51 PM
|
0
|
1
|
9790
|
|
POST
|
Hi. I have a 2016 NLCD raster layer that I selected certain NLCD Cover Classes from. I wanted to export the selected items to a new raster. After I select the cells, I then go to Data>Export Raster and export. However, the new raster is the same as the previous raster. Is there no way to export selected cells from a raster?
... View more
01-29-2020
05:38 PM
|
0
|
3
|
10073
|
|
IDEA
|
Well that's awesome. Thanks Kory! I did know about this screen, but I didn't think it was configurable. I'd still like to have an option of no degree symbol. Am I missing that somewhere?
... View more
01-28-2020
09:20 AM
|
0
|
1
|
1389
|
|
IDEA
|
I copy coordinates from ArcGIS Pro and paste them into other files, websites, etc (as I am sure many do). While we can currently configure the number of digits and directional letters (N, W), there is no way to remove the degree symbol. I would like to suggest the option to remove the degree symbol from the output. Also, I would like an option to have the coordinates have a separator, such as comma between each.
... View more
01-27-2020
01:48 PM
|
6
|
6
|
1455
|
|
IDEA
|
Can a search box for the ArcGIS Pro "Options" screen be added, similar to the search box in "Environments"? It would help me find the appropriate option as opposed to trying to determine if it was under "General" vs "Layout", etc.
... View more
01-27-2020
12:39 PM
|
21
|
11
|
3260
|
|
POST
|
When attempting to click a point layer with a pop-up enabled, I occasionally mis-click and don't hit the point. The "Identifying...." window comes up for 7 seconds trying to find a point to identify. I'd like to stop this behavior. I've tried: Turning off the pop-ups on the base layer. Choosing every option under the "Explore" tool. Every option triggers the "Identifying..." window except "No popups", Last I tried turning all other layers off aside from one. I then turned them all back on again and that seems to work. Is anyone else experiencing this? Some files were from an ArcGIS server and others were from .shp and GDB.
... View more
01-14-2020
04:09 PM
|
1
|
0
|
471
|
|
POST
|
Hi. I don't normally use pop-ups, but today I had the need to. I'm experiencing the same issue. Did you ever get it resolved?
... View more
01-14-2020
03:35 PM
|
0
|
4
|
3762
|
|
POST
|
I created a python script to download satellite fire detection hotspots and do some various things to them. Today, I wanted to run it within Visual Studio to use the debugger. I referenced an arcPy book for steps required to change the script to remove errors when running from an IDE verus the ArcGIS Pro Python window . The only requirement that I found mentioned appears to be changing the argument from "CURRENT" to the full path of the .aprx file. I changed the line: aprx = arcpy.mp.ArcGISProject("CURRENT")
aprxMap = aprx.listMaps()[0] into aprx = arcpy.mp.ArcGISProject(r"C:\Users\gmarcus\Documents\ArcGIS\Projects\MyProject8_del6\MyProject8_del6.aprx")
aprxMap = aprx.listMaps()[0] I experienced no errors when executing the script from within the Python window in ArcGIS Pro. When running from Visual Studio or PyCharm, the .aprx file acts as if the script is operating on a different file. (It isn't.) To investigate this further: I set several breakpoints to investigate the state of different variables. Using the Immediate Window , I was able to addDataFromPath, and get it to list the layer names that the script adds, but the layers don't appear in the ArcGIS Pro map window. Applying symbology from a layer file fails as if the target layer wasn't added. I was able to add data manually from manual arcPy commands issue from the Immediate Window. I saved the .aprx file as a different file, opened it and verified that the data layers were added. Yet, I still couldn't apply symbologyFromLayer. I appreciate the recent mention from Leslie on 1/7 and I re-wrote this to make my issues more clear. Having this post be seen over 80 times with zero responses is frustrating. I'm not looking for help on the script itself (I'm not a sadist), but I am hoping someone can post pre-existing documentation, if it exists. Are there any documented steps that describe what must be changed in a script to transition from running in the ArcGIS Pro Python window to running from an IDE? I must be missing something else, but I couldn't find the answer. I'm including my script.
... View more
12-26-2019
06:27 PM
|
0
|
0
|
666
|
|
POST
|
Jacob, Thanks for the response. I was creating and editing a FC and most of the symbolized attributes were null at the time. I know how to fix this issue, I just didn't recall symbology behaving in that manner. My question was more of "is this normal" versus how to fix it. I guess the answer is "yes". Thanks again! Gabe
... View more
12-19-2019
09:16 AM
|
1
|
0
|
790
|
|
POST
|
I recently edited a poly FC. When halfway done, I imported symbology from another layer to help me guide how my edits were coming along. I had "show values out of range" on initially, but turned it off because it was distracting. After turning it off, I noticed I wasn't able to select any polygons that were out of range. I could select the polygons that had symbology defined. Is this normal behavior, or should I report a bug? I'm using Pro 2.4.2.
... View more
12-18-2019
04:50 PM
|
0
|
2
|
840
|
|
POST
|
The MODIS layer isn't imagery. It's Feature Service Feature Class from ESRI. Regardless, when I opened this project again, the problem went away. I'll see if I can get it to reproduce later.
... View more
10-11-2019
02:32 PM
|
1
|
1
|
775
|
|
POST
|
Anyone experiencing an issue with the triangle not collapsing group layers after upgrading to 2.4.2?
... View more
10-11-2019
12:22 PM
|
0
|
3
|
834
|
|
POST
|
I am using an NetCDF file with temperature forecasts for CONUS. I added each raster as a separate file for each valid time of the forecast. I have a point file in my GDB and am trying to extract temps for each forecast period for each point. I'm using the Extract Multi Values To Points (herein EMVTP). Here's where something seems off: 1) When setting up the EMVTP: I add the input rasters and the default field names appear. I change the output field names from the default entries. After I ran the tool, the output field name changed. Why? The names were unique and valid. F19_06 F19_12 F19_18 was changed to F19_067, F19_12_13_14 and F19_18_19_20 When I go into History, the new wrong field names appear. 2) When I examine the output, entries are the same in the different fields. For one point in VA, the forecasted temp should be 06Z 84 12Z 77 18Z 94 but the values are 84 in each field. It seems like something is amiss. Can anyone shed some light on the matter? Thanks!
... View more
07-19-2019
03:33 PM
|
0
|
0
|
724
|
|
POST
|
AGP 2.3.3 I ran Extract Values To Points, then renamed the RASTERVALU field and alias to something else, and used the output of the first run as the input for the second run. I renamed the field and the alias again, verified that the changes were saved and repeated the process. Now that I have 3 sets of extracted values, I see that there are 3 fields with an alias of "RASTERVALU". The field names retain the name I chose for them. I didn't see anything mentioned about this in the documentation. Is this expected behavior?
... View more
05-31-2019
11:40 AM
|
0
|
0
|
551
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-08-2019 04:16 PM | |
| 1 | 01-14-2020 04:09 PM | |
| 4 | 08-26-2021 09:00 PM | |
| 1 | 01-24-2019 10:20 AM | |
| 1 | 04-16-2019 02:39 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-01-2023
07:29 PM
|