umr-amap / amap-rs

AMAP Remote Sensing Toolbox
Other
0 stars 0 forks source link

Project structure #1

Open ptresson opened 1 year ago

ptresson commented 1 year ago

How do we proceed ? A directory per framework e.g.

rasterio_modules/
  -module1.py
  -module2.py
torchgeo_modules/
  -module1.py
  -module2.py

seem to be the easiest way to begin.

Then one could copy-paste the desired function into its code or call

from torchgeo_modules.visualize import plot_pca

for instance ?

ptresson commented 1 year ago

Maybe add template scripts or notebooks in a dedicated folder ?

ptresson commented 1 year ago

Maybe add some example data to test with