mmann1123 / ts-raster

ts-raster is a python package for analyzing time-series characteristics from raster data. It allows feature extraction, dimension reduction and applications of machine learning techniques for geospatial data.
MIT License
7 stars 2 forks source link

Resolution of Input Data #3

Open alanacg opened 2 years ago

alanacg commented 2 years ago

I have been having difficulty applying the calculatefeatures function to my raster files with a resolution of under 30 m (they are also between 2-4 GB). I was wondering if this is related to the code library, or my device. Is there a resolution limit for the rasters that can be analyzed with this library? Thanks!

mmann1123 commented 2 years ago

Yeah this implementation was really memory intensive. I have been working on an xarray implementation.

On Fri, Sep 2, 2022 at 12:07 AM alanacg @.***> wrote:

I have been having difficulty applying the calculatefeatures function to my raster files with a resolution of under 30 m (they are also between 2-4 GB). I was wondering if this is related to the code library, or my device. Is there a resolution limit for the rasters that can be analyzed with this library? Thanks!

— Reply to this email directly, view it on GitHub https://github.com/mmann1123/ts-raster/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHR6VAVCJBS3UKFAEZY7MTV4F4QNANCNFSM6AAAAAAQC5KHPE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

alanacg commented 2 years ago

Good to hear, thank you!