|
POST
|
Did you rule out the Origin Destination Matrix? from the help files "The OD cost matrix finds and measures the least-cost paths along the network from multiple origins to multiple destinations."
... View more
08-04-2014
07:54 AM
|
0
|
0
|
1777
|
|
POST
|
The 9.2 help file is hard to find, so this is Extract by Points from 10.2. You could densify your polyline then use this tool since there is no extract by polyline tool. In any event, the spatial analyst extension is required.
... View more
08-04-2014
07:13 AM
|
0
|
0
|
1610
|
|
POST
|
This type of shift is normally associated with a datum shift. Are you sure that the datums are the same?
... View more
08-04-2014
02:23 AM
|
0
|
1
|
5466
|
|
POST
|
Full details: "What is the path to the source and destination filename?" "What type of file were the source and destination (DEM can mean anything just about". Anything that you used in the tool or Environment settings that you made within the tool itself may also narrow down potential problems
... View more
08-03-2014
09:58 PM
|
0
|
0
|
1003
|
|
POST
|
strange behaviour...it doesn't exist in the original copy and it can't be fixed or deleted within GeoNet...
... View more
08-03-2014
09:56 PM
|
0
|
0
|
3194
|
|
POST
|
What tool are you using in Arctoolbox? What is the path to the source and destination filename? Are the data projected? More information is required on your part.
... View more
08-03-2014
09:46 PM
|
0
|
2
|
1003
|
|
POST
|
A very similar post to this allows you to determine the index numbers between ordered and unordered lists to permit classification as to the index number that an unordered list falls with respect to the ordered list. From here you can follow the logic to see if it applies to your case.... """
ClassifyData.py
Source: http://stackoverflow.com/questions/25081644/check-between-which-floats-in-a-list-a-given-float-falls
"""
# Ordered list of class breaks
a = [0.1, 0.3, 0.4, 0.5, 0.6, 0.7, 0.9]
# Unordered list or values to put into classes
b = [0.12, 0.53, 0.30, 0.03, 0.77, 0.62, 0.98, 0.01, 0.42, 0.33, 1.3]
#two options: bisect module and numpy module
#option 1
import bisect
indices = [bisect.bisect(a, x) for x in b] #should return [1, 4, 2, 0, 6, 5, 7, 0, 3, 2, 7]
print "bisect: ", indices
#option 2
import numpy as np
indices = np.searchsorted(a, b, side='right') #should return array([1, 4, 2, 0, 6, 5, 7, 0, 3, 2, 7], dtype=int64)
print "numpy: ", indices
... View more
08-03-2014
09:43 PM
|
1
|
1
|
3194
|
|
POST
|
If you do a search on that topic on this site, you will see that there are, and have been, issues with both formats. What formats are available for export? If *.png, try to give it a shot, it is lossless. This issue may not be able to be resolved. You should also specify your software version etc for future posts.
... View more
08-03-2014
01:59 AM
|
0
|
1
|
2726
|
|
POST
|
Were you using the default option when creating the flowdirecion or did you change one of the parameters? And again, you are using projected data (eg. UTM) At this stage you can only produce a list of the input and output filenames, the coordinate system, the Environment settings for grid cell size and extent and the options you used in the Flowdirection tool in ArcToolbox
... View more
08-03-2014
01:52 AM
|
0
|
2
|
1448
|
|
POST
|
...I just installed pyscripter for python 2.7 after ArcGIS was installed !? (who knows) ...but I have found a workaround which I am still testing and it works. pyparser is installed in two directories in my installation .... c:\python27\ArcGIS10.2\site-packages\pyparsing.py and... c:\python27\ArcGIS10.2\site-packages\matplotlib\pyparsing.py both are the same installation date and for python 2.7 I find this strange, but I have two workarounds, both of which I don't like because I prefer not to use the... >>>from somemodule import * but prefer to use the syntax... somemodule.something when coding i.e. import pylab pylab.title("Sample title") yet pylab is part of matplotlib which I didn't import directly. So when I am done tinkering and checking on whether the installation is OK, I will report back.
... View more
08-02-2014
09:26 PM
|
0
|
1
|
2947
|
|
POST
|
Thanks Xander Great (not)...How can a flawless installation become flawed . I guess an uninstall and reinstall is in order
... View more
08-02-2014
08:38 PM
|
0
|
3
|
2947
|
|
POST
|
Thanks Robert for the test and confirmation of my sanity.
... View more
08-02-2014
07:45 PM
|
0
|
0
|
2947
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-03-2017 11:39 AM | |
| 1 | 08-05-2019 05:21 PM | |
| 1 | 09-02-2016 08:05 AM | |
| 1 | 01-15-2018 01:10 PM | |
| 1 | 09-17-2018 12:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|