|
POST
|
I'm not exactly sure where you're at with this, but are you aware of the Get Field Value tool? If you have a dataset with the FIPS code in the first row, you can collect it and use as an in-line variable for your output FC name.
... View more
12-18-2015
09:49 AM
|
1
|
2
|
1843
|
|
POST
|
The easiest way to do this is through a spatial join, although not using the Spatial Join geoprocessing tool (although you can get to it through the tool, followed by Summary Statistics). Instead, right-click the circle layer -> Joins and Relates -> Join... -> Join data from another layer based on spatial location -> choose points to join to -> choose sum -> add output feature class name -> OK. Your new circle layer will include the sum of all of the intersecting attributes.
... View more
12-18-2015
08:59 AM
|
2
|
0
|
1348
|
|
POST
|
Which tool exactly are you using (which toolbar is it on)? The Make Route Event Layer takes a route as input, but you only have a line. Have you tried Create Routes?
... View more
12-17-2015
03:19 PM
|
0
|
0
|
3147
|
|
POST
|
Not sure about deletion performance, but since you're at 10.3, you may want to use arcpy.da cursors which are much faster than old-school cursors.
... View more
12-16-2015
01:19 PM
|
0
|
1
|
6723
|
|
POST
|
Unfortunately, "thickly wooded area" automatically means that you're going to face additional challenges. I know they want to rely on GPS, but sometimes flagging is the best option. Some things you can try to improve your accuracy: - use GLONASS satellites, in addition to GPS (it looks like your unit does, but not sure if it does by default) - elevate the antenna As for the compass, you can get units with an internal electronic compass that does not require movement to work.
... View more
12-16-2015
01:05 PM
|
0
|
1
|
1149
|
|
POST
|
Hmmm... it works for me. Use MAX as the statistic type for each of the pop fields and AREA (the city names) for the case field. MAX should work regardless of whether it's a text or numerical field. If that doesn't work, how does it not work? Error, blank output, wrong output? 1.) 2.) 3.)
... View more
12-16-2015
11:51 AM
|
1
|
1
|
2036
|
|
POST
|
Summary Statistics, using AREA as case field and the other fields as statistics fields should do the trick.
... View more
12-16-2015
10:46 AM
|
0
|
3
|
2036
|
|
POST
|
You need two measurements: the scale bar at the bottom of the screen, and your distance away from the screen. For example, if I zoom in as far as it will let me go, the scale bar at the bottom reads from 0 to 1 m. I measure it with a ruler to determine that the scale bar is 2.55 cm long. Using math, I determine that this is equal to 0.000392156 km/cm. I measure my viewing distance as 100 cm from the screen. Using the formula from the blog post, I can calculate that the viewing distance is as if I were 0.0392156 km above the map, or 39.2 m.
... View more
12-15-2015
10:04 AM
|
0
|
0
|
2003
|
|
POST
|
I'm not sure I understand your problem. This is how I understand it: you are trying to run an interpolation tool like IDW. There is an optional parameter for cell size, in which you can select an existing raster to use its cell size. Since your output raster doesn't exist (yet), you can't select it. Can you please clarify what I'm missing here?
... View more
12-14-2015
12:08 PM
|
0
|
0
|
1782
|
|
POST
|
CRS = Coordinate Reference System. I just noticed that you're using ArcGIS Online, which I don't use. The process in ArcGIS Desktop would be to switch the CRS in the data frame properties, but I'm not sure how to do that in AGOL.
... View more
12-11-2015
12:15 PM
|
0
|
0
|
2217
|
|
POST
|
I've never worked with Mars data, but I suspect you need to change your data frame coordinate system to one of the Mars CRSes (e.g. Mars 2000 or Mars 1979), if you haven't done so already. These are both geographic, so they will report units of degrees. I do not see any projected CRS for Mars, at least not packaged by default in ArcGIS 10.2.2.
... View more
12-11-2015
11:43 AM
|
0
|
2
|
2217
|
|
POST
|
There are at least a few ways to do this. Zonal Statistics where zone is the size of the raster in question, with statistic type MAXIMUM, will return the maximum value in the raster. You could also convert to numpy array and find the maximum value in that array, if you want to incorporate Python. I wouldn't be surprised if there was function that reads from the raster statistics directly, but a quick search didn't reveal it to me. edit: the arcpy Raster object does contain a maximum property that you can read directly. edit 2: Get Raster Properties looks like the tool you're after.
... View more
12-11-2015
09:12 AM
|
1
|
1
|
1655
|
|
POST
|
There are more ideas here. Check that you have access to the rasters, and that the rasters haven't moved since building the mosaic dataset.
... View more
12-10-2015
10:39 AM
|
1
|
0
|
1369
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-25-2015 01:51 PM | |
| 1 | 08-30-2013 02:22 PM | |
| 1 | 04-12-2011 11:19 AM | |
| 1 | 09-17-2021 09:43 AM | |
| 1 | 04-04-2012 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-15-2023
12:11 AM
|