|
POST
|
Is it possible to create group layer animations in ArcGIS Pro like in ArcMap? I have time lapse imagery (24h) that I want to cycle through flip book style so you can see the trends in change. I know you can do that in ArcMap, you just add all the images in a group, you order them and create a group layer animation very simply and quickly. This is something done very often by different people with new images every time. I am looking for a ArcGIS Pro way to do that.
... View more
03-22-2017
07:29 AM
|
1
|
2
|
1814
|
|
POST
|
I am making a raster function using some band arithmetic and then applying a stretch the max is 162 and the min is -190, the mean is 0.18 and the std dev is 1.87. I want to stretch those values between 0 and 255 to do more functions on this band. The problem is when I do a stretch with 2 std dev all values go to 127.5 everywhere. There is a large area in the centre of the image that pixels are all zero... It looks like the lack of statistics on the band calculation is preventing the stretch from being applies.
... View more
03-20-2017
12:44 PM
|
0
|
0
|
858
|
|
POST
|
Yes I can do it in a python script but in model builder not really... I think.
... View more
02-10-2017
11:19 AM
|
0
|
0
|
2177
|
|
POST
|
No project is a means to an end which is convert features to polygons. The problem arises with the clip with featureclasses of different projections.
... View more
02-10-2017
11:18 AM
|
0
|
0
|
2177
|
|
POST
|
If I make a model parameter the user can change it. I want it to match one of the other parameters. The reason is I am getting problems with clip where the two feature classes have different projections, the clip is way off (100+m) If I project one or the other of the inputs to clip it works. So I want to project the clip features to the projection of the clipper features. I don't want users touching this.
... View more
02-09-2017
01:29 PM
|
0
|
2
|
2177
|
|
POST
|
I have a model builder model. For the model to run correctly all the inputs have to be in the same coordinate system. The first thing I want to do is project all feature classes to the same projection as one of the inputs. How to I make the coordinate system of on parameter the input to the project tool?
... View more
02-09-2017
12:43 PM
|
0
|
7
|
3323
|
|
POST
|
I have a feature class with no features in a map. It has many fields. If I open the table view, I can't see all the fields because they don't all fit in the dockable window. I can't scroll right the see the fields because there is no horizontal scrollbar. The horizontal scrollbar only shows up when there are rows in the table.
... View more
01-19-2017
11:55 AM
|
0
|
1
|
1011
|
|
POST
|
This thing keeps moving around and the links disappear. I know esri wants us off of it but I still need it. The locally installed one won't work because of security policies on my workstation. Can only find the java or 9.2 googling.
... View more
11-30-2016
07:42 AM
|
0
|
1
|
1104
|
|
POST
|
Thanks Joshua, it was the double bracket that got me when I first tried it. The st_transform example only had linestring, linestring works with single brackets. Everything except shape.area looked ok. for the record insert into mytable_evw (begdate, globalid, shape) values( sysdate +3, sde.gdb_util.next_globalid(), sde.st_transform(sde.st_geometry('POLYGON((104 87, -47 71, -93 64, -148 72, 104 87))', 4326), (select srid from sde.st_geometry_columns where table_name='MYTABLE')) ); Commit;
... View more
10-27-2016
12:27 PM
|
0
|
0
|
949
|
|
POST
|
I have a versioned (not move to base) polygon feature class in oracle. I do an insert to the versioned view to create a new feature. The result looks valid, there is a feature, it has a polygon, it works in ArcMap but looking at the table the shape.area is zero, the shape.length has a value. Versions are Oracle 11gR2 and Geodatabase 10.3.1. This is the code in oracle: insert into mytable_evw (begdate, globalid, shape) values( sysdate +3, sde.gdb_util.next_globalid(), sde.st_transform(sde.st_geometry('linestring(104 87, -47 71, -93 64, -148 72, 104 87)', 4326), (select srid from sde.st_geometry_columns where table_name= ‘MYTABLE’)) ); Commit; Another thing I found strange is that if I didn't provide the last coordinate pair matching the first, the polygon didn't form porperly contrary to the documentation I read.
... View more
10-27-2016
09:59 AM
|
0
|
2
|
1366
|
|
IDEA
|
Don't hold your breath, this is much improved in ArcGIS Pro so I doubt esri's going to double back and change this in ArcMap.
... View more
08-02-2016
10:21 AM
|
0
|
1
|
6405
|
|
POST
|
I think you would need to ask someone that has basic gis knowledge but no experience with either ArcMap nor Pro to compare the two fairly. ArcMap is familiar, I know where the tools I need are, I understand the concepts well enough to find the tools that I don't know where they are.. Pro is the new thing... The asynch is interesting but I find pro (at least 1.2) quite slow. I have a decent laptop, not top range but not bottom either. I don't do 3D stuff. The hiding of the edit session to make it look always on is kind neat but when you have a lot of layers loaded in different maps, clicking on the edit tab to edit a small feature in one layer can take 10 minutes to complete asynch because it is opening a session on everything. 64 bit is long long overdue and so is Python 3. I am surprised it is a windows only product, my understanding was the new graphic engine would work on other platforms... Ribbons are ok, sure beats the 30+ toolbars in ArcMap... Turn them all on and fill the screen. Some key pieces missing, like annotation on the map not just the layout. The ability to create graphic elements in python. Also integration with ArcGIS server. I would like to run pro specific scripts (with arcpy.mp) through ArcGIS Server published toolboxes to publish pdfs with a server license on a linux platform...
... View more
07-20-2016
10:09 AM
|
4
|
0
|
3598
|
|
IDEA
|
When viewing locks on in Geodatabase administation, i shows the object name, type, lock type, owner mode and date. It however does not show the workstation that has the lock. If a user leaves an ArcGIS desktop application open somewhere it can be difficult to track down which workstation has the lock open.
... View more
06-23-2016
08:19 AM
|
0
|
1
|
654
|
|
POST
|
You are talking about a replica correct? There are various types of replicas but essentially it allows a mechanism to move the data to a local database for editing and then post it back to the database. Replicas are not available in ArcGIS pro 1.2. Cross your fingers for pro 1.3... Tools that are not available in ArcGIS Pro—Appendices | ArcGIS for Desktop
... View more
06-20-2016
05:51 AM
|
0
|
0
|
2320
|
|
POST
|
I am trying to update layer connection from one oracle geodatabase to another oracle geodatabase. I also tried with the same geodatabase with different versions but none of it works. I tried in the pro python window with the arcpy.mp.ArcGISProject("current") and from my python ide (VS) which runs idle. I would like to use this to change the version of some layers (change version does the whole aprx, not what I want) or the database dev, staging, uat, training, production. What am I doing wrong? This is the code import sys import arcpy #test project with a single map and a single layer apr = arcpy.mp.ArcGISProject(r"C:\xxx\ArcGIS\Project\testChangeConnection\testChangeConnection.aprx") map = apr.listMaps()[0] lay = map.listLayers()[0] #development geodatabase 10.3.1 using an easy connect devDb = r"C:\xxx\ArcGIS\Project\testChangeConnection\dev.sde" #staging gdb is also 10.3.1 TNSNames connection because of TAF but also tried with easy connect to another db. #featureclass with same name, type, schema, coordsys and data exists in both databases stgDb = r"C:\xxx\ArcGIS\Project\testChangeConnection\stg.sde" print(lay.connectionProperties) #prints connection to dev apr.updateConnectionProperties(devDb ,stgDb, True, True) apr.save() print(lay.connectionProperties) #prints connection to dev lay.updateConnectionProperties(lay.connectionProperties ,stgDb, True, True) #prints connection to dev print(lay.connectionProperties) #prints connection to dev apr.save del apr print("done") I open the aprx and the source of the layer is indeed not changed.
... View more
06-13-2016
08:53 AM
|
1
|
0
|
3765
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-02-2024 10:26 AM | |
| 1 | 07-05-2024 08:45 AM | |
| 1 | 10-05-2022 02:19 PM | |
| 6 | 03-27-2017 01:16 PM | |
| 1 | 05-05-2016 05:46 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-28-2025
07:37 AM
|