Re: [GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Markus Neteler
Dear Laura,

I forgot to encapsulate two more statements. It has been compiled again.
Please give it a new try.

ciao
Markus

Laura Poggio  schrieb am Do., 24. Okt. 2019, 16:27:

> Dear Markus,
> I tried and I get
>
> Error: Package: grass-7.8.0-4.el7.x86_64 (copr:copr.fedorainfracloud.org:
> neteler:grass78)
>Requires: python3-numpy
> Error: Package: grass-7.8.0-4.el7.x86_64 (copr:copr.fedorainfracloud.org:
> neteler:grass78)
>Requires: python3-matplotlib
>
> yum lists
> python34-numpy.x86_64 : A fast multidimensional array facility for Python
> 3.4
> python36-numpy.x86_64 : A fast multidimensional array facility for Python
> 3.6
>
> but not exactly python3-numpy or python3-matplotlib. I installed 
> python36-numpy.x86_64
> and python36-*matplotlib*.x86_64
> I also tried to install from
> https://copr.fedorainfracloud.org/coprs/neteler/python-matplotlib/ but I
> could not get past the error above.
> Maybe it is something on how it is necessary to refer to python3 in centos?
> I tried both with conda and with python3 from yum.
>
> Thanks a lot!
>
> Laura
>
>
> On Thu, 24 Oct 2019 at 15:04, Markus Neteler  wrote:
>
>> Hi again,
>>
>> On Thu, Oct 24, 2019 at 12:21 PM Markus Neteler 
>> wrote:
>> > On Thu, Oct 24, 2019 at 12:12 PM Laura Poggio 
>> wrote:
>> >
>> > Right now we are stuck at this:
>> ...
>> > Means I have to update the SPEC file to add more special rules for
>> > EPEL7... I try asap.
>>
>> Seems I got it :)
>>
>> https://copr.fedorainfracloud.org/coprs/neteler/grass78/
>>
>> Please note that I also fixed a typo in the EPEL7 install step in above
>> page.
>> Please let me know if it now works for you,
>>
>> Best
>> Markus
>>
>>
>>
>> --
>> Markus Neteler, PhD
>> https://www.mundialis.de - free data with free software
>> https://grass.osgeo.org
>> https://courses.neteler.org/blog
>>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Laura Poggio
Dear Markus,
I tried and I get

Error: Package: grass-7.8.0-4.el7.x86_64 (copr:copr.fedorainfracloud.org:
neteler:grass78)
   Requires: python3-numpy
Error: Package: grass-7.8.0-4.el7.x86_64 (copr:copr.fedorainfracloud.org:
neteler:grass78)
   Requires: python3-matplotlib

yum lists
python34-numpy.x86_64 : A fast multidimensional array facility for Python
3.4
python36-numpy.x86_64 : A fast multidimensional array facility for Python
3.6

but not exactly python3-numpy or python3-matplotlib. I installed
python36-numpy.x86_64
and python36-*matplotlib*.x86_64
I also tried to install from
https://copr.fedorainfracloud.org/coprs/neteler/python-matplotlib/ but I
could not get past the error above.
Maybe it is something on how it is necessary to refer to python3 in centos?
I tried both with conda and with python3 from yum.

Thanks a lot!

Laura


On Thu, 24 Oct 2019 at 15:04, Markus Neteler  wrote:

> Hi again,
>
> On Thu, Oct 24, 2019 at 12:21 PM Markus Neteler  wrote:
> > On Thu, Oct 24, 2019 at 12:12 PM Laura Poggio 
> wrote:
> >
> > Right now we are stuck at this:
> ...
> > Means I have to update the SPEC file to add more special rules for
> > EPEL7... I try asap.
>
> Seems I got it :)
>
> https://copr.fedorainfracloud.org/coprs/neteler/grass78/
>
> Please note that I also fixed a typo in the EPEL7 install step in above
> page.
> Please let me know if it now works for you,
>
> Best
> Markus
>
>
>
> --
> Markus Neteler, PhD
> https://www.mundialis.de - free data with free software
> https://grass.osgeo.org
> https://courses.neteler.org/blog
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Markus Neteler
Hi again,

On Thu, Oct 24, 2019 at 12:21 PM Markus Neteler  wrote:
> On Thu, Oct 24, 2019 at 12:12 PM Laura Poggio  wrote:
>
> Right now we are stuck at this:
...
> Means I have to update the SPEC file to add more special rules for
> EPEL7... I try asap.

Seems I got it :)

https://copr.fedorainfracloud.org/coprs/neteler/grass78/

Please note that I also fixed a typo in the EPEL7 install step in above page.
Please let me know if it now works for you,

Best
Markus



-- 
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Null values in attribute table get converted to 0 (zero) during v.to.rast

2019-10-24 Thread Daniel Victoria
Hi list,

I have a vector polygon map that I'm converting to raster. The attribute
column that I process has some empty rows (no data / null). When I run
v.to.rast, these empty rows become 0 (zero) on my resulting raster map.

Shouldn't v.to.rast respect the empty attribute table and create null
values for those polygons?

For now I'll use r.null to fix this problem. But what if 0 is a valid
value?

Cheers
Daniel

PS - Running Grass 7.6.1 on Ubuntu
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Markus Neteler
Dear Laura,

On Thu, Oct 24, 2019 at 12:12 PM Laura Poggio  wrote:
>
> Dear Markus,
> thank you very much. Your repositories for fedora and centos are really very 
> helpful in avoiding the compilation from source.

Happy to help :)

Right now we are stuck at this:
No matching package to install: 'python3-numpy'
No matching package to install: 'python3-dateutil'

It seems that the name is (https://pkgs.org/download/python36-numpy) this one:
python36-numpy
python36-dateutil

Means I have to update the SPEC file to add more special rules for
EPEL7... I try asap.

Best
Markus


-- 
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Laura Poggio
Dear Markus,
thank you very much. Your repositories for fedora and centos are really
very helpful in avoiding the compilation from source.

Thanks a lot
Laura

On Thu, 24 Oct 2019 at 11:56, Markus Neteler  wrote:

> Dear Laura,
>
> On Thu, Oct 24, 2019 at 8:24 AM Laura Poggio 
> wrote:
> >
> > Dear list,
> > I am trying to install grass78 on centos7.
> > I am following the instructions here:
> https://copr.fedorainfracloud.org/coprs/neteler/grass78/
> > However when trying to download the file
> https://copr.fedoraproject.org/coprs/neteler/grass78/repo/epel-7/neteler-grass78-epel-7.repo
> I get "Error 404: Not Found Chroot epel-7 does not exist in neteler/grass78"
> >
> > I am wondering if maybe the file is in some slightly different path or
> if I m doing something wrong
>
> Nothing wrong at your end, but at "my" end. I just see that EPEL7
> compilation was deactivated.
> I have now enabled it and started the compilation [1]. I hope it goes
> through.
>
> Will let you know as soon as I get the result.
>
> [1] https://copr.fedorainfracloud.org/coprs/neteler/grass78/build/1078463/
>
> Best regards
> Markus
>
>
> --
> Markus Neteler, PhD
> https://www.mundialis.de - free data with free software
> https://grass.osgeo.org
> https://courses.neteler.org/blog
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Markus Neteler
Dear Laura,

On Thu, Oct 24, 2019 at 8:24 AM Laura Poggio  wrote:
>
> Dear list,
> I am trying to install grass78 on centos7.
> I am following the instructions here: 
> https://copr.fedorainfracloud.org/coprs/neteler/grass78/
> However when trying to download the file  
> https://copr.fedoraproject.org/coprs/neteler/grass78/repo/epel-7/neteler-grass78-epel-7.repo
>  I get "Error 404: Not Found Chroot epel-7 does not exist in neteler/grass78"
>
> I am wondering if maybe the file is in some slightly different path or if I m 
> doing something wrong

Nothing wrong at your end, but at "my" end. I just see that EPEL7
compilation was deactivated.
I have now enabled it and started the compilation [1]. I hope it goes through.

Will let you know as soon as I get the result.

[1] https://copr.fedorainfracloud.org/coprs/neteler/grass78/build/1078463/

Best regards
Markus


-- 
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] grass78 on centos7 from coprs/neteler/grass78

2019-10-24 Thread Laura Poggio
Dear list,
I am trying to install grass78 on centos7.
I am following the instructions here:
https://copr.fedorainfracloud.org/coprs/neteler/grass78/
However when trying to download the file
https://copr.fedoraproject.org/coprs/neteler/grass78/repo/epel-7/neteler-grass78-epel-7.repo
I get "Error 404: Not Found Chroot epel-7 does not exist in neteler/grass78"

I am wondering if maybe the file is in some slightly different path or if I
m doing something wrong

Thank you very much in advance

Laura
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user