visgl / loaders.gl

Loaders for big data visualization. Website:
https://loaders.gl
Other
678 stars 187 forks source link

chore(loader-utils): Preparing to migrate from FileProviders to ReadableFiles #3000

Closed dariaterekhova-actionengine closed 2 months ago

dariaterekhova-actionengine commented 2 months ago

The main purpose of this PR is to give an instrument to use ReadableFile in already existing code (newFileProvider implementation) and give an opportunity to use both old FileProviders and new ReadableFile implementations in the same time (FileProviderInterface), so we can migrate one old FileProvider at a time.

First I'm going to correct my implementation of slpk-via-rangerequests in another PR to use already existing HttpFile instead of new code