framework icon indicating copy to clipboard operation
framework copied to clipboard

Generalized source detection

Open roll opened this issue 3 years ago • 0 comments
trafficstars

Overview

Currently, there Detector.detect_descriptor static method that returns a descriptor type (or None) based on the filename or dict contents (e.g. resources property -> data package).

We want to generalize this algorithm and support preliminary file loading. For example, currently http://example.com/myres.json won't be recognized as a resource because the name is not helpful here and there is no access to the contents.

roll avatar Nov 21 '22 12:11 roll