IDEA
|
This would be a great enhancement to Dashboards series!
... View more
05-06-2020
05:52 AM
|
1
|
0
|
5155
|
IDEA
|
Same as the function i Operations Dashboard: Click an object in the map and set the map to Follow the object -> The map centers on the object as it moves.
... View more
04-26-2017
05:09 AM
|
1
|
0
|
469
|
POST
|
We're trying to get the new cool Join Tool in Geoanalytics (ArcGIS GeoAnalytics Server - YouTube ) to work, but we're running into some errors. When we try to use a service that's stored in Big Data store we end up getting error with some of the Geoanalytics Tools. This seems to be because of the services being WGS84 geographic coordinate system. When we try to run the join tool with a normal projected feature service we get it to work, but only if we don't set a temporal relationship in the tool. We get an error when we set a temporal relationship Anyone else getting these errors or have a workaround?
... View more
02-02-2017
01:32 AM
|
0
|
2
|
1518
|
POST
|
We have a support case logged with Esri now, they get the same error in Pro. The case was logged one week ago. Since this is an error that multiple users are getting, I hope this will get some extra attention @Sarah Ambrose Tried restaring the GeoAnalytics server, but no change. Could you post a picture of how the REST endpoint should look like?
... View more
02-01-2017
02:01 AM
|
0
|
1
|
1657
|
POST
|
We have just installed ArcGIS Enterprise with GeoAnalytics. In the Portal web map the GeoAnalytics tool is working great, but when we try to run it from ArcGIS Pro 1.4 none of the tools are working. We get the same error message for all tools CreateBuffers(), CalculateDensity() or AggregatePoints() "..got an unexpected keyword argument". Which argument this is change all the time, so it seems like the parameter format for the tools is wrong? Do anyone get the same error, or get the GeoAnalytics tools to work i ArcGIS Pro 1.4?
... View more
01-16-2017
01:29 AM
|
0
|
7
|
3423
|
POST
|
I have an input data stream without geometry information. I have a Feature Service with a matching IDs for the data stream, and want to add the geometry to the events. I'm trying to a use the Field Enrichment (Feature Service) to enrich the events with the Geometry/Shape from the feature service, but this isn't working. Have anyone tried this before? is it possible, or am I doing something wrong? I have tried to write to a file also, the field is always blank. I need to add new points from every event since I'm planning to use the output service in an Operation Dashboard where I select the point for use in a Bar chart Widget for displaying historic values for the point. I also have an "Update feature service" showing the current status of the points. I tried making a SDE view which joinen an output table with the Feature with the geomtry that I'm trying to enrich. This didn't wortk since Operations Dashboard must have a feature service ( Spatial Views can not be published with feature access). Any other ideas on how I can solve this? Best regards Sindre Engh Geodata AS
... View more
01-09-2015
09:28 AM
|
0
|
5
|
7247
|
POST
|
In GEP 10.3 you have to log in with the ArcGIS Server primary site administrator, the GEP admin (arcgis/manager) have been removed, Sindre
... View more
12-12-2014
01:44 AM
|
1
|
10
|
2354
|
POST
|
I'm trying to add a "Send Features to a Stream Service" output in GeoEvent 10.3 I choose my localhost ArcGIS Server, but the Publish Stream Service button is always grayed out. I inspected the button element, and it says: "Publishing is only allowed to the "default" ArcGIS server". I am trying to publish to my localhost AGS. I have tried changing the ArcGIS Server connection in the Data store from http://localhost:6080/arcgis to http://domain.host/arcgis, but the button is still grayed out. Fiddler gives the following when loading the AGS connection: [{"name":"89c61ed2-2c94-4f31-867e-fc7c842c697a","label":"default","url":"http://localhost:6080/arcgis/","token":null,"referer":"https://PC-4075.oslo.geodata.no:6143/geoevent/admin/datastores/agsconnection/89c61ed2-2c94-4f31-867e-fc7c842c697a","tokenConfigured":false,"updateIntervalSec":300,"connectionType":"SERVER","accessType":"editable","clusters":[{"name":"default"}], Am I doing something wrong, or do I have to configure something in AGS first to get this to work? Sindre
... View more
12-12-2014
01:42 AM
|
1
|
3
|
5556
|
POST
|
I fugured this one out. In 10.3 when you calculate the geometry with the Field Calculator the New Field Type should be Geomtry, not String. This have changed from 10.2.2. When you then Field Map it to the Shape field of the output Feature Class it works!
... View more
12-11-2014
03:35 AM
|
1
|
2
|
2026
|
POST
|
Hi RJ. I have just upgraded to 10.3. I have a GEP service which uses a Field Calculator to convert coordinates from minute degrees to decimal degrees and then use a Field Mapper to to cast the the string to a Geometry type, like explained in the "Using a Field Calculator Processor to compute a Geometry" example. Like this: longitude and latitude are converted coorinates. '{' + ' "x":' + longitude + ',' + ' "y":' + latitude + ',' + ' "spatialReference":{"wkid":4326} }' This worked just fine in 10.2.2, but now this is not working. I get the follwing error: com.esri.ges.adapter.genericJson.JsonInboundParser Json parser could not find the field 'location.longitude' in the incoming data. This field is needed to populate the 'x' value in the Geometry. com.esri.ges.adapter.genericJson.JsonInboundParser Json parser could not find the field 'location.latitude' in the incoming data. This field is needed to populate the 'y' value in the Geometry. So something have changed in 10.3, I guess it's trying to read the String with nested fields as a Geometry type, and not just converting the string to a geometry object? How can I fix this? Best regards Sindre
... View more
12-11-2014
02:58 AM
|
0
|
3
|
2026
|
POST
|
Hi Thomas. Thanks for the detailed reply! I found out that the format YYYY-MM-DDThh:mm:ssZ did work, so adding a 'T' between the date and time and a 'Z' at the end of the time did the trick. My Field Calculatoer ended up looking like this: '20' + substring(date,4,6)+ '-' + substring(date,2,4) + '-' + substring(date,0,2) + 'T' + substring(UTC_time,0,2) + ':' + substring(UTC_time,2,4) + ':' + substring(UTC_time,4,6)+'Z' Date = "DDMMYY" UTC_time = ""hhmmss" Sindre
... View more
10-21-2014
04:41 AM
|
2
|
0
|
5762
|
POST
|
Hey. I have a similar problems with GEP and dates. I get the date and time in to different fields, and uses a Field Calculator to combine it in a string field, but when I try to update my feature class (using a field mapper between the calculated new date string and my FC date filed) the date field is not updated. My format is yyyy-mm-dd hh:mm:ss, I've also tried dd/mm/yyyy hh:mm:ss, but non is working. And aslo, when I'm using GeoNet it seems like all replies from Esri Staff disappears?!? This is really frustrating, and means that 90% of the solutions of threads are gone for me, I can't se any replies from "RJ" in any threads. Best regards Sindre Engh Geodata Norway
... View more
10-15-2014
02:39 AM
|
0
|
0
|
5762
|
Title | Kudos | Posted |
---|---|---|
1 | 12-12-2014 01:44 AM | |
1 | 05-06-2020 05:52 AM | |
1 | 04-26-2017 05:09 AM | |
1 | 12-12-2014 01:42 AM | |
2 | 10-21-2014 04:41 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|