|
POST
|
Hi Devlyn, what exactly are you referring to, when you say the "details" of the transformation? In 10.2 no more details are shown, although the interface has a slightly different look:
... View more
06-10-2015
08:18 AM
|
0
|
0
|
1853
|
|
POST
|
Yeah, I really would recommend checking and the Projecting anything that is different as the first step. Sometimes there can be subtle effects you may not realize.
... View more
06-09-2015
11:38 AM
|
2
|
0
|
4658
|
|
POST
|
Do you mean the output from buffering? Honestly, you're playing with fire anytime you start with data that is not all in the same projected coordinate system. For instance, your buffers are being created from shapes that are in a different CS, so there could be unexpected results. It's best practice to get everything into the same PCS before you start any geoprocessing, and the Project tool is the only sure way to do that correctly.
... View more
06-09-2015
11:27 AM
|
0
|
2
|
4658
|
|
POST
|
Well, want your data to be in projected coordinates rather than geographic, so I would start by reprojecting the original outline shapefile, before buffering, using the Project tool. # project data arcpy.Project_management(infc, outfc, outCS) Help file here: ArcGIS Desktop
... View more
06-09-2015
11:20 AM
|
1
|
4
|
4658
|
|
POST
|
Is it possible that your outline shapefile is in a different projection than your DEM?
... View more
06-09-2015
10:51 AM
|
2
|
7
|
4658
|
|
POST
|
Of course, there are several other ways to make your labels show up, including offsetting the labeling from the line, or even giving the label itself a white halo.
... View more
06-09-2015
10:48 AM
|
0
|
0
|
1842
|
|
POST
|
Go to the symbology for the line layer, click the symbol to edit it, and then select Edit Symbol. Click the Type drop-down arrow in the Symbol Property Editor dialog box and click Cartographic Line Symbol. Set the Units to Points. Click the Color drop-down arrow and click black. Set the Width to 3.4 points. Click Butt for Line Caps and Round for Line Joins. Click the Add A New Layer button . Cartographic Line Symbol should already be selected as the Type. Click white from the color palette. Set the Width to 2.6 points. Click Butt for Line Caps and Round for Line Joins. Click OK.
... View more
06-09-2015
10:46 AM
|
0
|
1
|
1842
|
|
POST
|
http://www.arcgis.com/home/item.html?id=91501d56a92e4534a16054554ac9f6d1
... View more
06-09-2015
10:07 AM
|
0
|
1
|
1438
|
|
POST
|
It is not necessary to convert to integer when calculating the long type field equal to the double or float field. In fact, if you simply calculate it as Field_long = Field_double, the numbers will be rounded correctly..
... View more
06-09-2015
08:36 AM
|
2
|
1
|
1982
|
|
POST
|
Hi Ahsan, what exactly are you trying to achieve with the data you have? What do you want your model to do?
... View more
06-09-2015
08:27 AM
|
0
|
0
|
1453
|
|
POST
|
Oh ok, this is not possible in ArcGIS Pro. In fact, the help file states "ArcGIS Pro does not support adding folder connections to the project that access the root node of any disk, for example, C:\ or D:\."
... View more
06-09-2015
08:06 AM
|
6
|
21
|
5527
|
|
POST
|
Right, I see that you have created a project, but have you added a map to it? You won't be able to drag and drop feature classes unless you have a map in your project. Try selecting New Map on the Insert tab.
... View more
06-09-2015
08:02 AM
|
3
|
0
|
2651
|
|
POST
|
Well that kind of depends how your getting it printed. If at a print shop, I would ask the printer how they prefer your file to be laid out.
... View more
06-08-2015
07:52 PM
|
2
|
0
|
3342
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-15-2015 11:16 AM | |
| 1 | 05-08-2015 09:21 AM | |
| 1 | 06-17-2015 06:53 AM | |
| 1 | 06-16-2015 09:39 AM | |
| 1 | 05-29-2015 10:34 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|