|
POST
|
"image service is not supported by the current license" seems to be the root cause, you had better check your licensing
... View more
04-08-2020
04:31 AM
|
0
|
0
|
1431
|
|
POST
|
I suspect it is the aggregation step what affect do you think that has on the output given your parameters How Aggregate works—Help | Documentation The change in cell size seems to be the issue
... View more
04-08-2020
04:24 AM
|
0
|
1
|
5463
|
|
POST
|
How Fill works—Help | Documentation Since I am not sure what your intent is in your workflow, then the comment from the above link may be pertinent to it. The Fill tool uses the equivalents of several tools, such as Focal Flow, Flow Direction, Sink, Watershed, and Zonal Fill, to locate and fill sinks. The tool iterates until all sinks within the specified z limit are filled. As sinks are filled, others can be created at the boundaries of the filled areas, which are removed in the next iteration.
... View more
04-08-2020
01:03 AM
|
0
|
6
|
5463
|
|
POST
|
probably because you bands aren't named as in that example '\Band_4' will therefore fail. Since you already have the spatial analyst extension there is no advantage to using numpy and unless you know how to account for nodata values which may exist, then your results may be suspect. I have several blog posts on using numpy with raster data which you might want to look at if you want to persist on using a non-SA solution
... View more
04-08-2020
12:59 AM
|
0
|
1
|
4717
|
|
POST
|
the statement that "new sinks can be created" during the process How Sink works—Help | Documentation And I am not sure why you would resample the Fill rather than the dem if you want the sinks at a coarser resolution
... View more
04-08-2020
12:34 AM
|
1
|
8
|
5463
|
|
POST
|
First, check the raster properties to see if the raster does have bands 4 and 5. Second, why don't you use... NDVI—Spatial Analyst module | Documentation
... View more
04-08-2020
12:29 AM
|
0
|
3
|
4717
|
|
POST
|
If it is a bug, it isn't in the posted bug list, so maybe it hasn't been reported https://support.esri.com/en/Search-Results#search?q=memory%20workspace&content-type=Bugs Kory Kramer 5000 sounds familiar, but not sure if it is associated with the memory workspace
... View more
04-07-2020
06:35 PM
|
0
|
0
|
3783
|
|
POST
|
What specifically are you using in the two toolsets? An overview of the Data Reviewer toolbox—Data Reviewer toolbox | Documentation
... View more
04-07-2020
06:28 PM
|
0
|
0
|
1259
|
|
POST
|
In fact, you indicated that the attributes are the same, which suggests that the fields are the same, so the code sample is much easier import arcpy
arcpy.env.workspace = "C:/path_to_your/data.gdb"
arcpy.Append_management(["featureclass1", "featureclass2"], "TEST")
... View more
04-07-2020
05:35 PM
|
2
|
0
|
4522
|
|
POST
|
also check that the field containing the dat is indeed Id and doesn't have any trailing space. And if you have any nulls in the field, you will have to edit your code OR, just query the field for all values no equal to None eg <null>
... View more
04-07-2020
02:22 PM
|
0
|
0
|
3600
|
|
POST
|
Append—Data Management toolbox | Documentation to an existing file Merge—Data Management toolbox | Documentation to a new file
... View more
04-07-2020
02:14 PM
|
0
|
0
|
4522
|
|
POST
|
have you inserted a map into the project? that is usually a start for most people, then adding some data to the map. Think of "insert" as project level functionality and 'add' as object level functionality.
... View more
04-07-2020
11:01 AM
|
1
|
1
|
4151
|
|
POST
|
Create Address Locator—Help | Documentation Create Composite Address Locator—Help | Documentation No pane, no view, there are these tools, just for you
... View more
04-07-2020
10:58 AM
|
1
|
0
|
2530
|
|
POST
|
The 'warning' could be corrected in the csv file prior to performing the join, if you can identify what field it is. The mismatch in records may indicate that more data is available than the number of locations in the destination table... that isn't an issue. The data in join fields are text-case sensitive if you have blank rows. Hope you got it done.
... View more
04-07-2020
02:23 AM
|
1
|
0
|
711
|
|
POST
|
def Reclass(Level): becomes def Reclass(Id): You need to replace Level by Id without the ! marks. or... replace all the Id 's in your code block by Level. If isn't a good idea to use the field name inside the def, but you did
... View more
04-06-2020
06:35 PM
|
1
|
2
|
3600
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|