|
POST
|
I set up a mosaic of the ecw imagery. I guess a raster catalog would work as well. Then set up an mxd viewing this. Previously set up a tiling scheme and also loaded that into the map scales in the mxd. Saved the mxd, then used that as input into the manage tiling tool to create a tile cache. The point is, that after this, you don't need the ecw anymore. The created tile cache is all in jpg. And can then be published.
... View more
04-18-2016
05:35 AM
|
1
|
1
|
4133
|
|
POST
|
Of course this would only work if all the CAD drawings have exactly the same page space coordinates so the the linkages specified in the wld file map correctly from page space to real world space. And, are you not then specifying what those coordinates represent, ie the projection?
... View more
04-17-2016
11:50 PM
|
0
|
0
|
1866
|
|
POST
|
Sounds like a bit of a nightmare. But deal with it logically. If all you require is a 2d representation of the drill path, all you need is TopOfHoleX, TopOfHoleY, BottomOfHoleX, BottomOfHoleY in the same table. Then you can use the XY to Line tool.
... View more
04-15-2016
08:19 AM
|
0
|
1
|
3333
|
|
POST
|
I had to get the time stamp of some photos a while ago. I used python os.stat. It would be fairly easy to modify this code to rename the photo file.. My original just wrote out to text. for fname in flist:
for ext in extension:
if fname.endswith(ext):
f = os.path.join(impath, fname)
st = os.stat(f)
dt = time.strftime('%d/%m/%Y %H:%M:%S', time.localtime(st[8]))
outstr = fname + ' ' + dt + '\n'
outfd.write(outstr)
outfd.close()
... View more
04-15-2016
05:40 AM
|
0
|
0
|
1477
|
|
POST
|
Ditto with Darren here. I am a bit confused. In the table you show, you have the XY coords twice. Why do that. Normally, a drilling collar table (the location of the hole) would have a format something like this : BoreholeID, CollarX, CollarY, CollarZ, Dip, Azimuth, EOHDepth.. maybe some other info here. Usually it is easy to import this table (usually from excel), into a geodb, then make a PointZ feature from it. I have a tool which can then generate a PolylineZM (the drill trace) from this. Its all done in python. Unfortunately (at 10.3.1), the XY to line tool (in the toolbox) doesn't include the Z coordinate, so no out of the box solution.
... View more
04-15-2016
12:51 AM
|
1
|
1
|
3333
|
|
POST
|
I really don't think that's possible. jpeg2000 came out (I think) after ArcView 3.x moved to ArcGISxx. Sorry. Google translate version : Realmente no creo que eso sea posible. JPEG 2000 salió (creo) después de ArcView 3.x movido a ArcGIS. Lo siento.
... View more
04-14-2016
09:43 AM
|
0
|
0
|
1371
|
|
POST
|
Much more detail required here... Data, tool inputs, context, what were you doing etc etc.
... View more
04-14-2016
09:35 AM
|
0
|
0
|
597
|
|
POST
|
Well that probably explains why the annotation changes size.
... View more
04-13-2016
07:39 AM
|
0
|
1
|
3374
|
|
POST
|
Shouldn't you be accessing portal through https:....
... View more
04-13-2016
07:38 AM
|
0
|
1
|
2796
|
|
POST
|
So, what's the error? Have you checked using the normal portal home page that you can sign in using this user?
... View more
04-13-2016
06:18 AM
|
0
|
0
|
2796
|
|
POST
|
Curtis has hit it right on the head.. Once a model gets too big to see without panning back and forth, export it to python and roll your own.
... View more
04-12-2016
11:37 PM
|
3
|
0
|
2333
|
|
POST
|
On the subject of the annotation changing size. Does the input CAD file have a known projection? normally this would mean you have a prj file next to the CAD with the same basename.
... View more
04-12-2016
11:32 PM
|
0
|
1
|
3374
|
|
POST
|
Thinking about it.... The loader wizard is probably a wrapper around the append tool.
... View more
04-12-2016
11:29 PM
|
0
|
0
|
1061
|
|
POST
|
Well, and AdminUser has administrative rights... Ie its got nothing to do with AD. What I do is then use portalpy to get_org_users, then cycle through all their content.
... View more
04-12-2016
11:28 PM
|
0
|
2
|
2796
|
|
POST
|
Similar I suppose. But load doesn't apply a schema test as far as I am aware. Well, only if you only load one file at a time. If you select multiple files, then they all have to have the same schema. Just gives you a dialog of source variables and what they might be mapped to. If you have a input attribute like "Myatt", but the target has "My_att", the right hand side (target) variable will be blank until you select it. Works pretty well.
... View more
04-12-2016
12:22 PM
|
0
|
1
|
1061
|
| 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
|