opengeospatial / movingfeatures

public repo for Moving Features
6 stars 2 forks source link

Moving Feature Access - Root URL? #2

Open liangsteve opened 3 years ago

liangsteve commented 3 years ago

I quickly read the standard, and try to find what's the room URL looks like. Is there an example server URL of Moving Feature Access I can try it out? Or where I should look for the room URL? e.g., how do I know the Entity name I should query against?? e.g., how doI know it's a Vehicle in the following example? GET http://www.opengis.net/spec/MovingFeatures/1.0/Vehicles(1234)? $select=pointAtTime(2013-05-01T10:33:41Z)

Thanks!

ksookim commented 3 years ago

I am sorry for my late following up. Let me see.. Actually I have defined an interface for accessing catalogs when I designed the interface examples, such as GET http://www.opengis.net/spec/MovingFeatures/1.0/$ref (if I rightly remember...). I remembered I tried to use "$" query for some specific queries, such as $ref (catalog), $meta (metadata), etc. But I forget the exact form. I move to the interface form from RESTful approaches and OASIS OData (Open Data Protocol) specification that SensorThings APIs do to OpenAPI. In our current implementation, OpenAIP Features support to access the root URL.