|
POST
|
Hi, I changed the title to better describe the issue. As far as I can tell, the width of the WBID column in the dbf header is undefined. This is how the dbf header looks in Notepad++: Attached is a selection of some features with low and with high WBID and the issue persists: In 10.1 and 10.2.2, it loads as Long Integer with only positive values. In 10.3.1, it loads as a Short Integer with some values positive and some negative. To get around the issue I imported it to FGDB in ArcGIS 10.2.2, moved the FGDB to machine with 10.3.1 and exported it to Shapefile. That shapefile then worked correctly in 10.2.2 and 10.3.1. (Which partly addresses Xander's suggestion). Can you see any problem? Filip
... View more
06-05-2015
06:25 AM
|
1
|
11
|
4723
|
|
POST
|
Hi, I'm going through a puzzling experience with a shapefile that behaved as expected in 10.2 and which has a WBID column of type Long Integer storing values from 1 to 50235. In ArcMap 10.2.x on another machine and in Quantum GIS 2.2.0 this column loads as expected (Long Integer 1 to 50235). However, In ArcMap 10.3.1 (on another machine) I can see the WBID column as Short Integer with values from -32767 to +-32767 (containing numbers from -32767 to -15301 and from 1 to 32767). Have you ever experienced similar behaviour? I'd be grateful for any hints. Filip. Message was edited by: Filip Král: Changed the title to better describe the issue.
... View more
06-03-2015
09:05 AM
|
0
|
18
|
18753
|
|
POST
|
Hi Jeffrey, We need to do the same thing and so far the only reasonable solution we came up with is the one you suggest, i.e. having multiple copies of the same feature class with different levels of generalization and making layer visibility sensitive to map scale. I was hoping that some cartographic representation magic would help, but it turned out to be quite complicated. Can anyone recommend cartographic representation as a way forward? In some scenarios, it might be possible to use the geometryPrecision parameter of a query REST end point implemented in ArcGIS for Server since 10.1. However, based on my experiments, it only helps if your geometries are in decimal degrees, otherwise it makes hardly any difference. Also, as far as I can tell, one would have to use the query end point and add features as graphics into a graphics layer, which is far more involved than just adding some kind of layer. Filip.
... View more
06-02-2015
03:22 PM
|
0
|
1
|
1210
|
|
POST
|
Good question. Does the help topic on server directories explain it? Check out the Server Directory Cleaning section. Looks like the default is 6 hours for jobs and 10 minutes for outputs (from the last-modified time). Please post back if you manage to change the settings and achieve what you intended. Best regards, Filip.
... View more
06-02-2015
01:18 PM
|
1
|
1
|
1174
|
|
POST
|
Interesting, I wouldn't expect this to happen either. Looks like you used Geostatistical Analyst to get the surface in your first image. Outputs of Geostatistical Analyst tools are not a rasters as such, but geostatistical layers. For further processing with Spatial Analyst tools it is better to export this layer to an actual raster. Then you can use whatever tools you need (although which tools to use a question in itself) and possibly Reclassify and eventually run Raster to Polygon with simplify="NO_SIMPLIFY". This should produce polygons with boundaries following cell edges exactly. Then you can Smooth Polygon or Simplify Polygon for better cartographic representation. Forgive me if you have done all that and your results are as you posted. Hope this helps, Filip.
... View more
05-29-2015
02:57 PM
|
1
|
0
|
1160
|
|
POST
|
Hi all, after some more thinking and digging around in the server configuration files we went ahead and changed the IP address. After rebooting the machine and configuring the Web Adaptor again everything worked as expected. I think that because we used computer names while installing the ArcGIS Server and creating ArcGIS Server site, we didn't run into any problems. The only config file where I found the IP address was related to Web Adaptor and that file was updated with the right details after Web Adaptor was configured again (as if it was after fresh installation). Before changing the IP, it is very important to consider the point raised by Patrick Jackson above, that in some virtual environments DNS and IP settings may affect machine IDs and MAC addresses. That would indeed break the installation but luckily it was not our case. Suggestions to re-run post installation appear often forums, but I think that is relevant only for versions prior to 10.1 because, as far as I know, 10.1+ have no such post installation process. Note that this does not answer questions around changing the computer name, I think that is a different matter since computer name appears in several places in the config files. Regards, Filip.
... View more
05-26-2015
03:46 PM
|
3
|
1
|
4336
|
|
BLOG
|
This it is such a major break through!!! Oh my, oh my, I cannot wait for Server to support f=geojson too. Huge thank you and lots of respect! Filip.
... View more
05-19-2015
03:26 PM
|
0
|
0
|
2347
|
|
POST
|
It seems this changing of server IP address when going live is a fairly common thing and yet any response or help I found so far is inconclusive. Thanks for the links, Daniel. I wouldn't expect version 10.2.2 work like 9.2 but it is at least some indication. More importantly though, it all talks about machine name, not an IP address. Has anyone swapped the IP address before without any problems? I haven't used the IP address myself while installing and configuring the server. Filip.
... View more
05-14-2015
04:12 PM
|
0
|
0
|
4336
|
|
POST
|
Hello, we need to do a similar thing: We want to make one of our internal Windows servers with ArcGIS 10.2.2 and WebAdaptor on virtual machine public. To do that, we need to change the IP address because only certain range of IP addresses can be public in our organization. Some time ago we destroyed one of our ArcGIS Server sites by changing the computer name. Long story short, we were unable to recover the site on that machine despite our attempts based on existing forum threads. Can this happen again when we change the IP address? Do you have any advice for me? Filip.
... View more
05-14-2015
08:37 AM
|
0
|
0
|
4335
|
|
POST
|
Hi, thanks for your responses. Tim, the legend widget is really impressive and I did find it before I posted the question. I was looking for a more lightweight and out-of-the-box solutions and I just overlooked the autoUpdate parameter of the esri legend dijit. That should do the trick for me, although setting it to true means the legend is not sensitive to map scale any more so one would somehow need to refresh the legend in map.on("extent-change", ...) using map.getLayersVisibleAtScale(). Filip.
... View more
05-14-2015
12:50 AM
|
0
|
0
|
811
|
|
POST
|
Hello, I am writing a web application using ArcGIS JavaScript API (>=3.13) and I need the legend to stay on all the time even if the layer is off because other elements on the page use the same symbols. Is that possible? If I read it right the documentation only describes how to override sensitivity to map scale. What do you think would be other options for doing that? Filip.
... View more
05-13-2015
09:23 AM
|
0
|
3
|
4238
|
|
POST
|
Hi Scott, I know very little about samba drives so I'm not able to tell you whether there is anything special about our configuration, sorry. F.
... View more
05-07-2015
01:17 PM
|
0
|
0
|
2598
|
|
POST
|
Hi Scott, Yes, I can import or copy feature classes successfully. Can it be something about your privileges on the drive you are trying to write to? The `ls -l` command shows me that I am the owner and that I can do the following with the .gdb folder on samba: drwxr-x--- and I can do the following with the files in the geodatabase folder: -rw-r----- I can even see the .lock files when ArcMap session is using some data from there and the lock files disappear when I close ArcMap. F.
... View more
05-07-2015
12:48 AM
|
0
|
2
|
2598
|
|
POST
|
Hi, I created a file geodatabase on our shared samba drive with ArcGIS 10.1. Then I created a polygon feature class in the geodatabse, added some columns and edited a polygon feature. In the end I deleted the whole geodatabase again from ArcCatalog window in ArcMap. The only problem I encountered what that it was very slow to respond (perhaps due to network speed) but eventually everything worked fine. I cannot tell you any details about our samba setup though. Filip.
... View more
05-06-2015
04:09 AM
|
0
|
6
|
2598
|
|
POST
|
Hi Ryan, Xander Bakker points to a good place where it is also explained that you can connect to sqlite database directly from ArcGIS (from about 10.2 above). Once you establish connection I imagine you could simply use the Copy Features tool. If for some reason you want to do it in a different way, something like arcpy.FromWKT should help. Say you have an SQLite table with a polygon column 'geom' and other integer column 'col1' and varchar column 'col2'. I would try something like this: import arcpy, sqlite3, os
from contextlib import closing
# create spatial reference from well known ID
wkid = 4326 # you need to know the well known ID
sr = arcpy.SpatialReference(wkid)
# create feature class and add columns
fc= r'c:\path\to\file.gdb\featureclass'
fc = arcpy.management.CreateFeatureClass(os.path.dirname(fc), os.path.basename(fc), "POLYGON", spatial_reference=sr).getOutput(0)
arcpy.management.AddField(fc, "col1", "LONG")
arcpy.management.AddField(fc, "col2", "TEXT", field_length=100)
# insert rows from sqlite to the feature class
with arcpy.da.InsertCursor(fc, ["SHAPE@", "col1", "col2"]) as ic:
with closing(sqlite3.connect(r'c:\path\to\database.db')) as conn:
cr = conn.cursor()
for row in cr.execute("select AsText(geom), col1, col2 from mytable;"):
shape = arcpy.FromWKT(row[0], wkid)
ic.insertRow([shape] + row[1:])
del cr
del ic You'll probably need to tweak this because I haven't tested this really but I hope it gives you some pointers. Let us know how you get on. I'd quite like to know what works best for you in the end. Filip.
... View more
05-05-2015
03:24 PM
|
0
|
1
|
2840
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-05-2014 04:40 AM | |
| 1 | 02-08-2015 12:49 PM | |
| 1 | 07-20-2014 12:41 PM | |
| 1 | 03-23-2017 01:48 PM | |
| 1 | 08-18-2014 04:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|