|
POST
|
It depends where is your study area. But generally you will need a dem (digital elevation model) from which slope and aspect can be derived. A common source is the aster dem. Widely available for download. Do you have spatial analyst?
... View more
05-09-2016
11:32 PM
|
1
|
0
|
2517
|
|
POST
|
Yes, I agree. Publishing with Image Server isn't necessary for background imagery. Probably a published tile cache is the way to go for speed purposes.
... View more
05-09-2016
09:04 AM
|
0
|
0
|
2615
|
|
POST
|
Firstly, use the advanced editor and the highlight python syntax -Click on that button which looks like ">>". That would make your code easier to read. Any errors messages? Have you tried getting rid of the try/except blocks to see if it just errors out somewhere? When you look at the data in the table, is "CONFIDENCEVALUE" how you expect it? Numeric?
... View more
05-09-2016
04:02 AM
|
0
|
1
|
1088
|
|
POST
|
What Melita is saying that that you should have only changed the underlying GCS of your existing coordinate system, scoot down using the arrow to the bottom half of the edit window. (picture 2 below).
... View more
05-08-2016
11:52 PM
|
0
|
2
|
2719
|
|
POST
|
Ditto, works wonderfully. That is an amazing resource you have there in NJ.
... View more
05-06-2016
07:47 AM
|
1
|
4
|
4017
|
|
POST
|
And, if this data is coming from CAD..... Run a mile.
... View more
05-04-2016
09:11 AM
|
0
|
0
|
4932
|
|
POST
|
Be interesting to hear the feedback from that exercise.
... View more
05-04-2016
09:10 AM
|
0
|
0
|
4932
|
|
POST
|
"We will create our own network dataset" Easier said than done....
... View more
05-04-2016
04:32 AM
|
1
|
4
|
4932
|
|
POST
|
I have used access as a data store with tables over 1mill rows. One has to be aware of the mdb file size limit as mentioned by Curtis. But, create a new mdb, import one or more data tables into to it. Then build a make table query and add only those fields you need. That way, you still have all the original data, and you have some data you can use in ArcMap.
... View more
05-02-2016
11:34 PM
|
1
|
0
|
2693
|
|
POST
|
Could you give us a clue as to why you would want to do this? It sounds like a strange requirement, especially the truncation rather than rounding. If you have some experience with python, you could read the existing polygon geometries and write out another set of coordinates which have been truncated to the precision you require.
... View more
05-02-2016
11:28 PM
|
0
|
0
|
1547
|
|
POST
|
Export to pdf seems to default to making a multipage pdf. So, don't change the filename in the loop.
... View more
05-01-2016
11:42 PM
|
1
|
1
|
2247
|
|
POST
|
When doing something similar I found it necessary to check disjoint & touching... # if not disjoint and not touching, must intersect
if not geom1.disjoint(geom2) and not geom1.touches(geom2):
... View more
05-01-2016
11:26 PM
|
1
|
0
|
3131
|
|
POST
|
And if you want all the history of survey in Honduras, se Clifford Mugnier's Grids & Datums from ASPRS.
... View more
05-01-2016
11:05 PM
|
2
|
0
|
2119
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-08-2015 11:28 PM | |
| 1 | 12-20-2013 08:59 PM | |
| 1 | 05-14-2014 10:38 PM | |
| 1 | 12-16-2013 09:05 PM | |
| 1 | 05-31-2019 02:50 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|