FeatureServer icon indicating copy to clipboard operation
FeatureServer copied to clipboard

Draft timeInfo needs

Open slibby opened this issue 8 years ago • 2 comments

adding a timeInfo object as an optional addition to the Feature Service endpoint would allow koop-based services to appear to be time-aware for ArcGIS clients. timeInfo defines several basic items:

  • startTimeField: field used as the start timestamp for a feature
  • endTimeField: field used as the end timestamp for a feature
  • timeExtent: [<startTime>, <endTime>] in epoch milliseconds
  • timeReference
    • timeZone
    • respectsDaylightSaving
  • timeRelation
  • defaultTimeInterval
  • defaultTimeIntervalUnits
  • defaultTimeWindow
  • hasLiveData

slibby avatar Oct 30 '17 18:10 slibby

I'm not sure if this this issue is the same as what I'm exploring now, but it seems FeatureServer does not respect time queries in ArcGIS Online with 'timestamp'. For example, where=CreationDate > timestamp '2019-05-06 06:59:59'. Even if field type is esriFieldTypeDate, this query returns a count of 0. I believe this is because FeatureServer does not recognize 'timestamp'.

tannerjt avatar May 27 '20 03:05 tannerjt

Hello @tannerjt - do you have request URL with an example of this you can pass to me?

rgwozdz avatar May 27 '20 12:05 rgwozdz