Veronica Andreo

Results 65 comments of Veronica Andreo

ping @landam :) any chance to have a look at this?

In [this commit](https://github.com/veroandreo/i.landsat/commit/1b562764a46cbf9b863950f7e68383bffb014086) in the [i.landsat.import](https://github.com/veroandreo/i.landsat) addon I propose a simple approach, i.e., using r.import's `resolution = estimated` when the target location is longlat. What do you think @neteler and...

> It could work, did you try if you addons works properly? Yes, It works as expected. It's `r.import` who does the resolution estimation for latlong locations.

I pulled your branch and tested with: ``` python i.sentinel.download.py -l settings=/home/veroandreo/sentinel producttype=S3SL2LST sort=ingestiondate python i.sentinel.download.py settings=/home/veroandreo/sentinel uuid=5d24b2c1-f7e1-45b4-ba4e-cd87b247e90e output=/home/veroandreo/ python i.sentinel3.import.py -p input=/home/veroandreo/ product=LST basename=S3_LST ``` and I thought it...

I do not understand why would `-m` solve the error if it is intended to make mosaics and you are importing only one tile... @lucadelu any idea?

AFAIU, this PR would mean a speed improvement for the identification of clouds' shadows because it's raster based instead of vector based. In that sense, I tend to think it...

I tried with the traditional approach (unzipping the SAFE file and searching for the metadata file to pass through `mtd_file` option), but now I get stacked with a different error:...

I found the problem, I was providing full map names with mapset, i.e., bla@sentinel2. `i.sentinel.mask` does not like them, it only takes map names without the mapset part. Is that...

@rmarzocchi84 would you mind assisting with @echoix translation questions above?? Much appreciated! :)

I'm experiencing the same with GRASS 7.8.5 (current stable) and grass dev recompiled as of today too. AFAIU the addon installation is failing since the re-structuring of grass-addons repo in...