-
_migrated from:_ https://code.google.com/p/ala/issues/detail?id=93
_date:_ Thu Aug 8 16:21:11 2013
_author:_ moyesyside
---
Original Issue reported by Project Member Reported by leebel...@gmail.com…
-
```
There is an option to trim a tree to fit a basedata object. The same
should be done for matrices.
```
Original issue reported on code.google.com by `shawnlaffan` on 30 Jan 2010 at 11:06
-
```
The basedata and tree objects trim redundant quotes from the element names on
import. The matrices need to also be modified to match.
```
Original issue reported on code.google.com by `shawnl…
-
```
There is an option to trim a tree to fit a basedata object. The same
should be done for matrices.
```
Original issue reported on code.google.com by `shawnlaffan` on 30 Jan 2010 at 11:06
-
```
The spatial conditions are handled within the SpatialParams.pm file. This
would be better named SpatialConditions.
We can leave SpatialParams.pm as a stub with SpatialConditions as the parent…
-
```
Need to change all uses of camel case in the code to use underscore format.
```
Original issue reported on code.google.com by `shawnlaffan` on 13 Nov 2013 at 3:21
-
```
It would be useful to export data sets to shapefile formats. We can now do it
for trees (see issue #410) so it is not too hard to also do so for basestructs.
We can export up to three numeric…
-
```
What steps will reproduce the problem?
1. Run a spatial analysis with a condition like '$nbr_y > 3050000'.
What is the expected output? What do you see instead?
All processing groups should have…
-
```
What steps will reproduce the problem?
1. Run a cluster analysis with a def query that excludes some set of groups,
or that results in a null value for some set of groups (given calculations for…
-
```
The GUI's progress dialogues are currently implemented as separate windows,
called as needed.
The issue is that these often overplot each other, and can be difficult for the
user to separate …