POST
|
Searching within a place within Community for similar questions would be a good start. For example if you have a particular problem with an aspect of coding, you could do a general search on this site do a targeted search for on a place within Community (eg maybe it is a python question, hence, target your search here Python - Esri Community ) search for bugs/issues on the public facing Support Site ( Esri Support | ArcGIS Technical Support ) since your "issue" may not be unique, it could be a bug, or it could have workflow suggestions the AI/Chat things are just going to quasi-automate the above, obviously with mixed results as a last resort, do the "Google " thing A good list of the things you have tried and what you have examined goes a long way to getting closer to a solution. Lastly, if you have a particular issue/question post in Community. There is probably someone here that has experienced the same problem... a related problem... or at least some potential avenues of investigation for you to consider. Good luck
... View more
3 hours ago
|
0
|
0
|
15
|
POST
|
Clip Raster (Data Management)—ArcGIS Pro | Documentation I would just try unchecking the second last parameter to avoid any changes to the pixel type as indicated in the help, and specify the nodata value used by the input raster Clipping a raster shouldn't take that long unless some background processing is required to realign cell position and/or output pixel type. Get a simple rectangular clip to work first, then worry about an non-rectangular clip extent.
... View more
yesterday
|
0
|
0
|
56
|
IDEA
|
Directly no, as I indicated, but from the papers you read what processes were they using there? mathematical equations can be readily implemented if the data are in raster format. Perhaps citing some specific examples, rather than referring to papers, for us to look up would help. Also, points and rasters.... sometimes getting a common data format will open up possibilities or simplify processes, for example Zonal Statistics (Spatial Analyst)—ArcGIS Pro | Documentation may be a preliminary step Or maybe the points could be converted to clusters/zone. And producing unique map combinations of areas in rasters is just a "Combine" in the Spatial Analyst extension, and condition checking is via "Con" plus other options. Then of course, there is always coding
... View more
yesterday
|
0
|
0
|
23
|
POST
|
it is a "picture"/image so changing the nodata value isn't going to help, I would leave it at 256 How the Snap Raster environment setting works—ArcGIS Pro | Documentation How the Cell Size Projection Method environment setting works—ArcGIS Pro | Documentation are two things to consider if a projection is being used during the process. It is too hard with all the scrolling to figure from your images if that is the case. If not, use Extract by Mask (Spatial Analyst)—ArcGIS Pro | Documentation with a raster mask with the same cell alignment and coordinate system of the raster being reduced in size
... View more
yesterday
|
0
|
1
|
77
|
IDEA
|
An overview of the Spatial Statistics toolbox—ArcGIS Pro | Documentation would be a good extension to examine, otherwise the tools exist to put together many spatial statistical analyses. They may not be in a "one button press here" but the Analysis toolset as well as the Spatial Analyst extension have been used for years for many of these workflows.
... View more
Saturday
|
0
|
0
|
56
|
POST
|
BUG-000173357 for ArcGIS Pro is the only publically posted bug for 3.4 for 3.2, neither seem directly related BUG-000164151 for ArcGIS Pro BUG-000163933 for ArcGIS Pro so if you can't find the bug list on the support site, then you would be advised to contact Tech Support since it could be a variant of one or more issues
... View more
Saturday
|
0
|
0
|
62
|
POST
|
your instance of python isn't connected to Pro if you aren't running the script from the python window or a tool being run from within Pro, so your map has no clue what is going on around it. Either attach the script to a tool in Pro and and run the tool, or try running your code from within a Pro notebook or the python window in Pro
... View more
Saturday
|
0
|
0
|
47
|
POST
|
ArcGIS Instant Apps | Create Web Apps to Share Your Maps if you don't have arcgis online Download instant app and deploy to web server - Esri Community read the first answer
... View more
Saturday
|
0
|
0
|
42
|
POST
|
If you are doing this with pro open, did you try refreshing the map? If you are just running the script with pro closed, nothing will happen since the project would have to be saved with the changes. A bit more discussion on the surrounding methodology you are using might help narrow down other issues
... View more
Saturday
|
0
|
1
|
104
|
POST
|
well at least you have the brilliant guy with the extract by mask idea going for you. Now back to the geometry. The original featureclass should be check for geometry errors, that is the one first used in the project. No clipping, messing with borders etc. ....ssurgo data that i have edited down to a single sand type.... if you are only interested in one sand type, then do a Select By Attributes to get all the records for that type, then Copy Features to get a "clean" (hopefully) featureclass of just that sand type. No editing geometry Run a Check Geometry on that file. If it needs to be repaired, run Repair Geometry. once you get a clean file with the one sand type, clip it so size or whatever. and proceed from there. I would review your notes if that doesn't give you a starting point.
... View more
Friday
|
0
|
0
|
139
|
POST
|
Repair geometry works on vector geometry, to ensure that is what you are trying to do first. Repair geometry does not work on raster data. If what you are trying to "repair" is indeed vector-based, what type of data is it? A featureclass in a file geodatabase? So web-based thing? Cad data? etc etc
... View more
Friday
|
0
|
1
|
153
|
POST
|
If things are taking long to process, open up a new project and just add the two layers. If you can, save them locally. And in a perfect world they would be in the same coordinate system. Examine their properties and report (extents, raster type and anything pertinent) Nothing should take a long time in Pro unless you are forced to used data offsite (eg web-based), which introduces a whole new set of issues. Work local... thing global 😉
... View more
Friday
|
0
|
1
|
87
|
POST
|
Could it be that what appears to be a seamless raster, is actually composed of adjacent rasters? Or, what is the source for the clip raster? is it a vector featureclass or a raster? Examine the extent of both to ensure that the clipper covers the extent of the raster you are trying to clip You could also try Extract by Mask (Spatial Analyst)—ArcGIS Pro | Documentation
... View more
Friday
|
0
|
3
|
120
|
POST
|
Not according to the documentation Write geoprocessing output to memory—ArcGIS Pro | Documentation Memory-based workspaces do not support geodatabase elements such as feature datasets, relationship classes, attribute rules, contingent values, field groups, spatial or attribute indexes, representations, topologies, geometric networks, or network datasets. More memory or freeing up memory by doing your processing in a trimmed down project with minimal other applications open and running
... View more
Friday
|
1
|
0
|
49
|
POST
|
The basic description of Scene vs Map Scenes—ArcGIS Pro | Documentation The functionality matrix describing what you require the 3D analyst extension for 3D Analyst toolbox licensing—ArcGIS Pro | Documentation Also, some other toolsets may require the 3D analyst extension in order to get full functionality AllSource toolbox licensing—ArcGIS Pro | Documentation so you might want to examine if you want to do anything with the data in a scene other than look at it
... View more
Friday
|
0
|
0
|
41
|
Title | Kudos | Posted |
---|---|---|
1 | Friday | |
1 | Tuesday | |
1 | Tuesday | |
1 | Tuesday | |
1 | Monday |