IIIF / iiif-stories

Community repository for documenting stories and use cases related to uses of the International Image Interoperability Framework.
21 stars 0 forks source link

I want to geo-locate someone elses IIIF resource (Image / Video / Audio) #118

Open glenrobson opened 4 years ago

glenrobson commented 4 years ago

Description

I want to geo-locate someone elses IIIF resource (e.g. Image / Video / Audio).  A researcher at Stanford wants to geo-locate an image in the Library of Congress catalogue 

7-votes in Stanford maps meeting

Variation(s)

(do you know of, or can you imagine, similar use cases?)

Proposed Solutions

(any ideas about how your use case might be supported)

Additional Background

(more about your perspective, existing work, etc. goes here.)

glenrobson commented 4 years ago

Similar to https://github.com/IIIF/iiif-stories/issues/132:

{
   "id": "http://annotation/id", 
   "motivation": "TBD",
   "target": https://example.com/manifest/123/canvas/123#xywh=50,50,100,100",
   "body": {
          "@context" : "http://geojson.org/geojson-ld/geojson-context.jsonld",
          "@id" : "http://www.example.org/geojson/paris.json",
          "type": "Feature",
          "bbox":[ -10.0, -10.0, 10.0, 10.0]
   }
}
thehabes commented 4 years ago

See https://github.com/IIIF/api/issues/1246 for discussion around GeoJSON in IIIF. A third party solution will involve that third party creating an Annotation that targets the first party's resource. IIIF Annotations can support GeoJSON(-LD) bodies, there is no other v3 Resource Structure that can target a resource in which it is not embedded.