A nonspatial continuum in which events occur in apparently irreversible succession from the past through the present to the future
0
votes
1answer
544 views
Adding time enabled layers to ArcGIS online
I am trying to add time enabled layers into ArcGIS online. The information in the ArcGIS resource center makes it sound like it is possible to add time enabled layers from ArcMap to ArcGIS online. I ...
3
votes
0answers
152 views
How to Query Layer using ArcGIS REST Services for Records with Date Closed Field less than 24 hours ago?
I am current trying to do layer definitions on a map and so I am trying to filter some records via a time factor so i was writing in the Where field DATE_CLOSED_ON > (CURRENT_TIME - 24) and ...
3
votes
0answers
126 views
Geoserver WMS-T backend problems
I've been trying to set up a few timed WMS layers in GeoServer. They're simple enough, of the form
ID(PRIMARY KEY) REGION DATE VALUE
so for every region and date you have some value, e.g. the ...
3
votes
0answers
95 views
Geoprocessing Service to return Multidimensional Raster from a NetCDF file
I have tried to make this work for weeks with no results. I am trying to create a model in ArcMap that uses the Multidimension Tool "Make NetCDF Raster Layer" and return a raster to which I can apply ...
2
votes
0answers
61 views
Is there a way to link eVis with time manager in QGIS
I have a point vector layer created from way points of a GPS. I then used the eVis plugin to view geotagged photos for each of these point. I also used the time manager plugin to play through the ...
1
vote
0answers
31 views
Geoserver WMST Date Format
There is table in SLQ-Server 2008 R2.
In this table i have date column with date format like this 2006-09-08 14:39:41.000. Now i make View from this table on Geoserver side but do nothing wiht date ...
1
vote
0answers
43 views
Plotting time-series data in ArcGIS
I'm attempting to produce interpolated plots of water quality time-series data from ArcSDE. This is the data format:
OID WELL_ID WELL_NAME SAMPLE_ID SAMPLE_DAT PARAM RESULT
...
1
vote
0answers
132 views
Adding time dimension to layer in GeoServer
I have a GeoServer installation that is used as a proxy in front of a THREDDS Data Server to be able to add additional metadata to WMS layers (which I haven't found any support for in THREDDS).
I ...
1
vote
0answers
92 views
GeoServer timestamp format
In my app, I use GeoServer to serve my features and OpenLayers as a client. My data contains dates info in this format: 'yyy-mm-dd hh-mm-ss' but when it comes from GeoServer, it appears like: ...
0
votes
0answers
59 views
Does time in GeoServer work?
I'm trying to replicate the time sample founded in the GeoServer User Manual here
http://docs.geoserver.org/latest/en/user/googleearth/tutorials/time/time.html
Here you are my GeoServer status
...