|
POST
|
I'm pretty sure this is what you want: Make Query Table. You need a many-to-one join between your map layer (many) and data driven pages (one), based on Global ID being equal.
... View more
07-19-2011
11:05 AM
|
0
|
0
|
2004
|
|
POST
|
I don't know of a way to apply a Page Definition to a field other than the Page Name, but you should be able to join the DDP Layer to the Map Layer table to access the matching Page Names. Example: DDP Layer: Field1 (PageName), Field2 (Global ID) Map Layer: Field1 (Map Reference), Field2(Global ID) JOIN -> Map Layer: Map.Field1 (Map Reference), Map.Field2 (Global ID), DDP.Field2 (Global ID), DDP.Field1 (PageName)
... View more
07-19-2011
07:28 AM
|
0
|
0
|
2004
|
|
POST
|
Buffer should work only on selected points, if there is a selection (I'm using ArcGIS 10 - not sure if this is true in 9.3 and less). I don't see any way to avoid creating an intermediate layer, though (I just read this post, which describes the in-memory workspace, which may be ideal for your intermediates). Also, I'd suggest creating a model (or script) to run your workflow since you'll be going through several steps. You can always build the deletion of your intermediate files into the model if you want to avoid accumulating files.
... View more
07-15-2011
02:11 PM
|
0
|
0
|
2577
|
|
POST
|
It works for me, so my suggestion is to post your SQL statement and a subset of your data.
... View more
07-14-2011
09:28 AM
|
0
|
0
|
2163
|
|
POST
|
Just FYI, the Spatial Join tool (but not spatial join from the layer's right-click menu) will produce the same result as Intersect, using the points as the target layer, polygons as the join features, and the JOIN_ONE_TO_MANY option.
... View more
07-13-2011
10:48 AM
|
0
|
1
|
1031
|
|
POST
|
As far as I know, there is no way to use LIKE on a date field in ArcGIS (correct me if I'm wrong). You can use BETWEEN though. This example will return all dates in 2005 (actually you probably need to adjust the final time to get records from the last day). This works for me, you may have to adjust the date format. "DateField" BETWEEN date '2005-01-01 00:00:00' and date '2005-12-31 00:00:00'
... View more
07-13-2011
09:31 AM
|
1
|
2
|
2163
|
|
POST
|
I guess I might be thinking about your data wrong, but this is what I'm picturing: a polygon shapefile or feature class (vector, not raster), with one attribute column containing the land classification each polygon belongs to, and another column with the area of each polygon. In the Summary Statistics tool, choose the area column as the statistics field, SUM as the statistic, and land classification as the case field. This will sum the area of each land classification.
... View more
07-12-2011
10:33 AM
|
0
|
0
|
8682
|
|
POST
|
You can use the Summary Statistics tool (statistics field = area, case field = land class). Or, in the attribute table, right-click the land class column, choose summarize. Expand the area field and choose SUM.
... View more
07-12-2011
08:48 AM
|
0
|
0
|
8682
|
|
POST
|
If your river is a line (not polygon), you can choose LEFT or RIGHT under Side Type in the Buffer tool..
... View more
07-08-2011
09:02 AM
|
0
|
0
|
1344
|
|
POST
|
SQUAREMETERS works for me the way you have it - but I'm using ArcGIS 10. Sorry to ask this, but you're not trying to calculate the area for a line feature class, are you?
... View more
07-08-2011
08:51 AM
|
0
|
0
|
2776
|
|
POST
|
If you have ArcInfo licensing, you can use the Feature to Line tool to make border lines, then Near to find the distances.
... View more
07-07-2011
07:34 AM
|
0
|
0
|
1251
|
|
POST
|
Doesn't the centroid give you the point object that you're looking for, which I assume you can access the coordinates by centroid.x, centroid.y?
... View more
07-06-2011
02:41 PM
|
0
|
0
|
1020
|
|
POST
|
If you want to access the actual cell values in the columns, use a cursor (like a SearchCursor).
... View more
07-06-2011
06:39 AM
|
0
|
0
|
2996
|
|
POST
|
The intersect tool takes multiple feature classes in the form of ["shapefile1.shp", "shapefile2.shp"] (quotes, brackets, and comma delimited). I'd try that.
... View more
06-29-2011
11:58 AM
|
0
|
0
|
598
|
|
POST
|
1.) Since tree.find('.//abstract').text is a string, I think you should be able to use the usual replace method. (totally untested) tree.find('.//abstract').text = tree.find('.//abstract').text.replace("%SITEDESCR%", thesubvalue) 2.) I think you want to use the getchildren() method to create a list of the subelements under the <place> tag. Then, you can reference the children by the new index number. (again, untested - you can find lots of great Elementtree methods here.)
... View more
06-29-2011
11:19 AM
|
0
|
0
|
5146
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 2 | 07-16-2020 11:31 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-15-2023
12:11 AM
|