iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.09k stars 296 forks source link

[IP] Track all dependencies #2140

Open Desplandis opened 1 year ago

Desplandis commented 1 year ago

Context

The purpose of this issue is to track all dependencies (both external and within the tree) and their license. We could then ensure that they are no incompatibilities with the project current licenses (MIT & Cecill-B).

Proposed fix

The osgeo Code Provenance Review provides a good framework to start:

For each of those dependencies, include:

Template (inspired by the Provenance Review Template): Library License Compatible? Included in tree? Issue(s)? Comments
three MIT yes no n/a

Maybe we could generate such listing from npm ?