Hello all,
1) What do I have completed this week?
I have worked on releasing of alpha version. It included bugs fixing,
optimization and better integration with wxIClass. The code was released at
[1] .Currently testing is possible only by applying diff [2]. After
consultation with my mentor
This week I took a slight detour from last weeks plan and worked on
implementing strike and dip notation for vector points. Also I worked on
the wiki, as well as the setting up the repository for my project. I will
add materials to each of these as I edit them through the weekend. Several
things ar
>
>
>Note that Python 3 includes a launcher utility for Windows:
>
> http://docs.python.org/3/using/windows.html#launcher
>
>The idea is that the .py extension can be associated with the
>launcher, which can be configured to use a specific version of Python
>in a specific context.
>
>I don't
#2045: r.to.vect: use less memory
--+-
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal| Milestone:
Paulo wrote:
>> Hi, in the last few revisions (including the latest, v57276), I am
>> getting an error when compiling from source. The error seems to lie in
>> the v.krige script, running make gives the following error:
..
>> Running make in the v.krige folder and then rerun make on the main
>
Moritz Lennert wrote:
> Would it be a possible option to implement only a) and document the fact
> that the user has to take care of creating a working Python installation
> herself if they want b) ?
In order to be able to "execute" scripts via the command prompt,
batch files, system(), subpro
Moritz Lennert wrote:
> - Another issue is how to make it possible in windows to launch modules
> that are Python scripts by simply calling their module name, without .py
> extension. At this stage, in a fresh installation of GRASS7 on WinXP, I
> can launch (and successfully execute) python sc
#1941: wxGUI fails with Japanese locale
--+-
Reporter: venkat| Owner: grass-dev@…
Type: defect| Status: new
Priority: blocker | Milestone: 7.0.0
On 26/07/13 17:10, Helmut Kudrnovsky wrote:
IMHO the question is/will be: is there a robust mechanism for calling a
script from a script and making>addons easily callable by the embedded
python interpreter working on WinXp, WinVista, Win7 and Win8?
if this is working robustely, I think we are
Hi all,
here is the report for the last week. I finished the TGRASS module t.select
and created the corresponding manual page. Furthermore I started to
integrate vector operations into the temporal algebra. In the next week I
will continue to implement the vector operations into the algebra and wr
#995: WxGUI startup screen fails if GISDBASE path contains non-latin characters
+---
Reporter: marisn | Owner: martinl
Type: defect | Status: assigned
Priority: cr
>IMHO the question is/will be: is there a robust mechanism for calling a
script from a script and making >addons easily callable by the embedded
python interpreter working on WinXp, WinVista, Win7 and Win8?
>
>if this is working robustely, I think we are on a good way for a nice
(python) usable Win
#2045: r.to.vect: use less memory
--+-
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal| Milestone:
[...]
>Yes, so this should be reformulated as "keep the current option of
>bundling an embedded python".
yes
>However, again within the limits of my understanding, aren't the issues of
>
>- calling a script from a script
>
>and
>
>- making addons easily callable
>
>linked to the question of sy
#1941: wxGUI fails with Japanese locale
--+-
Reporter: venkat| Owner: grass-dev@…
Type: defect| Status: new
Priority: blocker | Milestone: 7.0.0
#2021: encoding information in locale gets lost
-+--
Reporter: mlennert | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal |
#2045: r.to.vect: use less memory
--+-
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal| Milestone:
On 26/07/13 15:17, Nikos Alexandris wrote:
On Wednesday 17 of July 2013 12:56:58 Nikos Alexandris wrote:
In any case, if wanted, I will try during the weekend to replicate a Huge
region, as the one Moritz tested with a "rational" threshold (close to
zero).
I couldn't make it -- my machine was
#2045: r.to.vect: use less memory
--+-
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal| Milestone:
On Wednesday 17 of July 2013 12:56:58 Nikos Alexandris wrote:
> In any case, if wanted, I will try during the weekend to replicate a Huge
> region, as the one Moritz tested with a "rational" threshold (close to
> zero).
I couldn't make it -- my machine was under some sort of heavy reconstruction
#2046: radius limitation option on v.voroni
-+--
Reporter: dnewcomb | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4
#1866: broken db driver communication in winGRASS 7
--+-
Reporter: martinl | Owner: grass-dev@…
Type: defect| Status: new
Priority: normal
#2045: r.to.vect: use less memory
--+-
Reporter: mlennert | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal| Milestone:
Any idea when wingrass7 nightly builds will be available again ? As many
of the current critical issues for grass7 are windows specific, it would
be great to have the nightly builds to help in testing.
Moritz
___
grass-dev mailing list
grass-dev@lists
On 26/07/13 11:40, Helmut Kudrnovsky wrote:
hi,
On 26/07/13 00:04, Helmut Kudrnovsky wrote:
[...]
Would it be a possible option to implement only a)
there is already a bundled/embedded python in standalone WinGRASS6/7 and
OSGeo4w-WinGRASS6/7.
Yes, so this should be reformulated as "keep th
On 26/07/13 11:00, Paulo van Breugel wrote:
Hi, in the last few revisions (including the latest, v57276), I am
getting an error when compiling from source. The error seems to lie in
the v.krige script, running make gives the following error:
Errors in:
/home/paulo/Software/spatial/grass7_trunk/s
hi,
On 26/07/13 00:04, Helmut Kudrnovsky wrote:
[...]
> Would it be a possible option to implement only a)
there is already a bundled/embedded python in standalone WinGRASS6/7 and
OSGeo4w-WinGRASS6/7.
some more issues related to WinGRASS and python are mentioned also in
http://trac.osgeo.org
On 26/07/13 09:47, Markus Neteler wrote:
On Wed, Jul 24, 2013 at 12:13 AM, Luca Delucchi wrote:
On 23 July 2013 12:30, Hamish wrote:
screenshots for that?
Yes, please provide some catchy screenshots!
Some already existing candidates I see as fitting:
http://grasswiki.osgeo.org/wiki/Fi
On Fri, Jul 26, 2013 at 11:00 AM, Paulo van Breugel
wrote:
> Hi, in the last few revisions (including the latest, v57276), I am getting
> an error when compiling from source. The error seems to lie in the v.krige
> script, running make gives the following error:
>
> Errors in:
> /home/paulo/Softwa
On 26/07/13 00:04, Helmut Kudrnovsky wrote:
- One of the issues is whether and how to install Python. As Python is
needed both for the wxgui and for scripting, and scripting is something
for which you cannot assume an embedded Python interpreter, the
preferred solution would be to install Python
Hi, in the last few revisions (including the latest, v57276), I am
getting an error when compiling from source. The error seems to lie in
the v.krige script, running make gives the following error:
Errors in:
/home/paulo/Software/spatial/grass7_trunk/scripts/v.krige
--
Running make in the v.k
On Thu, Jul 25, 2013 at 11:22 AM, Johannes Radinger
wrote:
> Hi,
>
> I tried to install two add-ons (r.in.redwg and r.fuzzy) for GRASS7 on Ubuntu
> (latest revision 57266) but g.extension produces following errors:
>
> g.extension -s extension=v.in.redwg
> svnurl=http://svn.osgeo.org/grass/grass-a
On Wed, Jul 24, 2013 at 12:13 AM, Luca Delucchi wrote:
> On 23 July 2013 12:30, Hamish wrote:
>> Markus Neteler wrote:
Today could be a great rlease-6.4.3-day :)
>>
>> since on the 24th we are +2 weeks since RC4 without any major bugs being
>> reported I think we are ok to release any time n
Dear PSC,
I would like to inform you that my funding request [1] for the GRASS
GIS Community Sprint 2013 - "30 JAHRE GRASS GIS" has been accepted and
that we got a financial support of 1.500 Euro.
This enables us to support participants with (partial)
travel/accommodation cost reimbursements. I h
34 matches
Mail list logo