POST
|
I have a dataset with co-located points (e.g. "Site 1" has 3 rows with different numbers in the Value field). I need to label the site with the max value of the set (the highlighted values below).
... View more
01-16-2020
12:17 PM
|
0
|
2
|
158
|
BLOG
|
I agree with Robert. I think Story Maps lend themselves much better to creating an online portfolio, rather than a resume, but maybe that's just being pedantic. Here's mine for an example: https://www.arcgis.com/apps/MapSeries/index.html?appid=9140e66da35e45ee90f571f03cdd760d
... View more
01-14-2020
06:21 AM
|
0
|
0
|
1813
|
POST
|
Thanks Darren! This worked on my first try for me. WOOO!
... View more
04-05-2018
07:10 AM
|
0
|
0
|
279
|
POST
|
Thank you for finding this for me! I think this solves it.
... View more
03-28-2018
12:46 PM
|
0
|
0
|
27
|
POST
|
Correct, the info tool shows "No Data" in the white area.
... View more
03-28-2018
12:46 PM
|
0
|
0
|
27
|
POST
|
The environment settings haven't been changed and the layer isn't symbolized based on another; those images are the direct outputs of running the tool. I ran Kriging (3D analyst), spherical and varied the output cell size. One is 16 and the other is 25. Here is the legend from the first image:
... View more
03-26-2018
10:40 AM
|
0
|
2
|
27
|
POST
|
Hello! I have run this Kriging tool multiple times, varying the cell size and number of points. Are the white areas a bug? There is no white in the legend, so it makes me think so. I'm mainly curious what they are, but also, how do I fix them. Thank you!
... View more
03-26-2018
10:14 AM
|
0
|
6
|
176
|
POST
|
Thanks Dan! That worked. Cheers! So the final answer was: import arcpy ds = arcpy . env . workspace = "M:\CPS\DO\GIS_TR\Floodplain.gdb\Sample" targetMeta = "M:/CPF/DO/GIS_TR/Floodplain.gdb/Sample/Sample_S7DU05" for fc in arcpy . ListFeatureClasses ( ) : arcpy . MetadataImporter_conversion ( targetMeta , fc ) print "done with " + fc print "TOTALLY DONE NOW"
... View more
02-21-2018
05:46 AM
|
1
|
0
|
48
|
POST
|
I want to apply the metadata of one feature class I created to 60 others in the same dataset within a geodatabase. When I use this code, ArcCatalog freezes for a while and then prints "TOTALLY DONE NOW". However, the feature classes in the dataset do not have any metadata added and it appears like nothing happened. What could be going wrong? import arcpy ds = arcpy . env . workspace = "M:\CPS\DO\GIS_TR\Floodplain.gdb\Sample" targetMeta = "M:/CPF/DO/GIS_TR/Floodplain.gdb/Sample/Sample_S7DU05" for fc in arcpy . ListFeatureClasses ( ds ) : arcpy . MetadataImporter_conversion ( targetMeta , fc ) print "done with " + fc print "TOTALLY DONE NOW"
... View more
02-20-2018
11:34 AM
|
0
|
2
|
284
|
POST
|
This is great to know! Thanks, Kory. Definitely looking forward to having this integrated.
... View more
01-16-2018
01:26 PM
|
1
|
0
|
438
|
Online Status |
Offline
|
Date Last Visited |
11-13-2020
01:23 PM
|