Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Moritz Lennert
On 27/06/18 15:40, Roberto Marzocchi wrote: Il giorno mer 27 giu 2018 alle ore 15:25 Markus Metz mailto:markus.metz.gisw...@gmail.com>> ha scritto: On Wed, Jun 27, 2018 at 3:06 PM, Roberta Fagandini mailto:robifagand...@gmail.com>> wrote: > > > > 2018-06-27 14:

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Stefan Blumentrath
Hi, I would like to second Markus on that one. We considered using AERONET for atmospheric correction in i.atcorr, but ended up using arbitrary / averaged values, cause AERONET data for our locations was very, very sparse and showed very high variation. So, in a module, that compiles a 6s-para

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Roberto Marzocchi
Obviously the module will be implemented with various options (manual balie, AREONET, etc.) Concerning AREONET effectively the Py6S library do only an "interpolation" searching the closest time and wave length, so Roberta are writing the routine without using py6s. Thanks all' for the suggestions

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Roberta Fagandini
2018-06-28 10:26 GMT+02:00 Moritz Lennert : > On 27/06/18 15:40, Roberto Marzocchi wrote: > >> >> >> Il giorno mer 27 giu 2018 alle ore 15:25 Markus Metz < >> markus.metz.gisw...@gmail.com > ha >> scritto: >> >> >> >> On Wed, Jun 27, 2018 at 3:06 PM, Rober

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Moritz Lennert
On 28/06/18 12:17, Roberta Fagandini wrote: I'm not an expert in MODIS data so if someone wants to give suggestions about how to retrieve the AOT from these data, I will definitely add this option too. I'm not an expert, and MarkusM can probably provide you with more info, but you can already

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Yann Chemin
a wild guess: specify a raster input option for AOT (alongside other options), let user find its image source and use it. Very limited requirement for the GSoC student, most latitude for the the modules user. -- Dr. Yann Chemin Freelancer +33 7 83 85 5234 3 Toulmelin, 56400 Plumergat, FR

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Stefan Blumentrath
Just one quick follow up question regarding your wild guess: With a raster map option, the module would have to make assumptions on units / scale of values in the map (documented in the manual), so in the further process e.g. average or median could be extracted (r.univar) and fed to 6s input f

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Markus Metz
On Thu, Jun 28, 2018 at 2:03 PM, Stefan Blumentrath < stefan.blumentr...@nina.no> wrote: > > Just one quick follow up question regarding your wild guess: > > > > With a raster map option, the module would have to make assumptions on units / scale of values in the map (documented in the manual), so

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Stefan Blumentrath
Thanks for clarification, Markus. So, what would a module that puts together an 6s input file (which is what Roberta is about to produce if I understood correctly) have to do with a visibility map then? Nothing, probably? Would visibility values in the 6s parameter file be overwritten if a AOD

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Markus Metz
On Thu, Jun 28, 2018 at 2:23 PM, Stefan Blumentrath < stefan.blumentr...@nina.no> wrote: > > Thanks for clarification, Markus. > > > > So, what would a module that puts together an 6s input file (which is what Roberta is about to produce if I understood correctly) have to do with a visibility map t

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Markus Metz
On Thu, Jun 28, 2018 at 12:17 PM, Roberta Fagandini wrote: > > > > 2018-06-28 10:26 GMT+02:00 Moritz Lennert : >> >> On 27/06/18 15:40, Roberto Marzocchi wrote: >>> >>> >>> >>> Il giorno mer 27 giu 2018 alle ore 15:25 Markus Metz < markus.metz.gisw...@gmail.com

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Roberta Fagandini
2018-06-28 14:46 GMT+02:00 Markus Metz : > > > On Thu, Jun 28, 2018 at 12:17 PM, Roberta Fagandini < > robifagand...@gmail.com> wrote: > > > > > > > > 2018-06-28 10:26 GMT+02:00 Moritz Lennert > : > >> > >> On 27/06/18 15:40, Roberto Marzocchi wrote: > >>> > >>> > >>> > >>> Il giorno mer 27 giu 2

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Moritz Lennert
On 28/06/18 15:26, Roberta Fagandini wrote: 2018-06-28 14:46 GMT+02:00 Markus Metz >: On Thu, Jun 28, 2018 at 12:17 PM, Roberta Fagandini mailto:robifagand...@gmail.com>> wrote: > > > > 2018-06-28 10:26 GMT+02:00 Moritz Lenne

Re: [GRASS-dev] compile 6S library in GRASS

2018-06-28 Thread Roberta Fagandini
Moritz, I don't know why but today I have some trouble with your email, I receive them after some hours...anyway I read the last from the dev digest. Regarding AERONET data, it's not possible to completely automate the procedure (search for the proper file, download, unzip, read and so on..), I ha

Re: [GRASS-dev] [GRASS GIS] #3585: Don't require -c for --tmp-location

2018-06-28 Thread GRASS GIS
#3585: Don't require -c for --tmp-location -+- Reporter: wenzeslaus | Owner: grass-dev@… Type: | Status: new enhancement| Priority: normal | Milestone: 8.0.0 Component: