[GRASS-dev] [SoC] GSoC 2017 Weekly Report 5 - SOS tools in GRASS GIS

2017-06-30 Thread Ondřej Pešek
Hi everyone! Here is the fifth report of my GSoC project - SOS tools in GRASS GIS. You can see my project at wiki at [1] What did you get done this week? v.in.sos * using vectors in pyGRASS instead of v.in.sos * support multiple offerings * layers are for offerings and observed properties, rows

[GRASS-dev] [SoC] Week 05: Integration Of PDAL into GRASS GIS

2017-06-30 Thread Paul Schrum
Weekly Report for Paul Schrum for Week 5 (the week ending 6/30/2017) Project: Integration Of PDAL into GRASS GIS 1. What did you get done this week? Achieved my goal of getting basic functionality to work. Specifically, the code now takes an input file name and an output file name via GRASS

[GRASS-dev] Passed: GRASS-GIS/grass-ci#2214 (master - 4b63a4b)

2017-06-30 Thread Travis CI
Build Update for GRASS-GIS/grass-ci - Build: #2214 Status: Passed Duration: 5 minutes and 49 seconds Commit: 4b63a4b (master) Author: Maris Nartiss Message: To prevent parallel (really rare) compilation failures, data dir must be processed before qtree. git-

Re: [GRASS-dev] Python grass script error

2017-06-30 Thread Margherita Di Leo
Maris, thank you for checking this!! Was my mistake, I hadn't noticed that I had a duplication of import grass.script as grass, the one throwing the error was at the top of the script before declaring GISBASE. need holidays I guess.. sorry for the noise. On Fri, Jun 30, 2017 at 11:59 AM, Maris

Re: [GRASS-dev] Python grass script error

2017-06-30 Thread Maris Nartiss
Works just fine here. What is the output of os.getenv("GISBASE")? Are you trying to run this code outside of GRASS GIS session (this could explain lack of GISBASE environmental setting)? Māris. 2017-06-29 18:00 GMT+03:00 Margherita Di Leo : > Hi, > > I have GRASS 7.3.svn (r71212). In python , ca