Re: [GRASS-user] Linking multidimensional data to a single point

2015-03-16 Thread Andy Wickert
On Mon, Mar 16, 2015 at 9:07 PM, Rich Shepard rshep...@appl-ecosys.com wrote: On Sun, 15 Mar 2015, Paulo van Breugel wrote: The attribute table is in a sqlite table already, unless you are still using dbf as database backend for grass. Just link your other tables to that attribute table?

[GRASS-user] Linking multidimensional data to a single point

2015-03-15 Thread Andy Wickert
a standard GRASS table containing links to the full data series, for example.) Thanks for the help! Andy Wickert ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] Linking multidimensional data to a single point

2015-03-15 Thread Andy Wickert
On Sun, Mar 15, 2015 at 11:49 PM, Rich Shepard rshep...@appl-ecosys.com wrote: On Sun, 15 Mar 2015, Andy Wickert wrote: So to boil it down to the simplest part of what you said, the key is just to have an ID column in the GRASS table that links to a table in a database structure outside

Re: [GRASS-user] Linking multidimensional data to a single point

2015-03-15 Thread Andy Wickert
On Sun, Mar 15, 2015 at 4:08 PM, Rich Shepard rshep...@appl-ecosys.com wrote: On Sun, 15 Mar 2015, Andy Wickert wrote: EXAMPLE 1: I want to present a time series of stream gage data. I would like a data table to have: time water_discharge_m3_s sediment_discharge_m3_s

Re: [GRASS-user] GRASSplot: a tool for plotting GRASS maps with Python (Matplotlib and Basemap)

2013-10-16 Thread Andy Wickert
:13 PM, Nikos Alexandris n...@nikosalexandris.netwrote: Andy Wickert wrote: Dear GRASS users and developers, In order to create consistent and attractive figures that combine the computational and data management abilities of GRASS GIS with the very developed set of plotting tools

[GRASS-user] GRASSplot: a tool for plotting GRASS maps with Python (Matplotlib and Basemap)

2013-10-14 Thread Andy Wickert
Dear GRASS users and developers, In order to create consistent and attractive figures that combine the computational and data management abilities of GRASS GIS with the very developed set of plotting tools provided by Python's Matplotlib (and Basemap toolkit), I wrote a small module to automate

Re: [GRASS-user] Adjust opacity in command line

2012-09-05 Thread Andy Wickert
Thanks for the answers! (And sorry for the delayed reply - been traveling). I went for the manual (ImageMagick) option, and that worked well. Andy On Wed, Aug 29, 2012 at 5:37 AM, Hamish hamis...@yahoo.com wrote: Andy wrote: I have been trying to find a way to adjust the opacity (or

[GRASS-user] Adjust opacity in command line

2012-08-27 Thread Andy Wickert
knows if this is possible with the standard d.* commands, ps.map, or something else I don't know about - thanks in advance! Andy Wickert ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] v.to.rast error

2011-11-22 Thread Andy Wickert
Hi list, I am having an error with v.to.rast. I am working with a global topography raster in lat/lon coordinates with 256 rows and 512 columns. Here are my steps: 1. I threshold the raster into above (1) and below (0) sea level. 2. r.to.vect for raster -- vector areas. The vector map looks

Re: [GRASS-user] Using g.extension on Ubuntu 11.04

2011-07-26 Thread Andy Wickert
Actually, you can create a root password in Ubuntu. At a command prompt: type sudo su Enter your sudo password type passwd choose your root password Hope this helps! Andy Wickert PhD Candidate University of Colorado Geological Sciences Institute of Arctic and Alpine Research 1560 30th St

Re: [GRASS-user] wave energy model

2011-07-02 Thread Andy Wickert
Some advice for getting / compiling SWAN: You should definitely be able to build SWAN by yourself; it may take a little while, but compiling code is a good skill to know. My best advice is to slowly step through the directions (see the links that I gave you) to first run the perl script to make

[GRASS-user] Re: r.water.outlet and longitude / window issue

2011-07-02 Thread Andy Wickert
(), then we might be able to skip all of that and simply type: E = G_adjust_east_longitude(E,window.west); Sound like a good improvement? Andy On Sat, Jul 2, 2011 at 2:16 AM, Andy Wickert wick...@colorado.edu wrote: Made some progress on this myself; think that a solution will require some minor

[GRASS-user] Re: r.water.outlet and longitude / window issue

2011-07-02 Thread Andy Wickert
(EXIT_FAILURE); } E = G_adjust_east_longitude(E,window.west); // -- NEW LINE; for using lat/lon data that straddle the 180 meridian if (E window.west || E window.east || N window.south || N window.north) { Andy Wickert PhD Candidate University of Colorado Geological Sciences Institute

Re: [GRASS-user] Re: r.water.outlet and longitude / window issue

2011-07-02 Thread Andy Wickert
. You'd have my blessing at least ;) Best, Daniel On Sat, Jul 2, 2011 at 8:10 PM, Andy Wickert wick...@colorado.edu wrote: SOLVED: Built and installed GRASS 6.4.2 from svn, and added a line as noted below; inserted at line 101 in 6.4.2 (see surrounding lines for context). Recompiled

Re: [GRASS-user] wave energy model

2011-06-30 Thread Andy Wickert
Hi Salvatore, By clicking the SWAN Software link, I arrived at this page: http://swanmodel.sourceforge.net/download/info.htm where you can download the source code. It looks like you can build it yourself so long as you have a Fortran compiler (e.g., gfortran). They have instructions under Manual

[GRASS-user] Re: r.water.outlet and longitude / window issue

2011-06-28 Thread Andy Wickert
-longitudes are interpreted by GRASS? Thanks! Andy On Mon, Jun 27, 2011 at 11:00 PM, Andy Wickert wick...@colorado.edu wrote: Hi GRASS user-list, I think that I have run into a bug in either the computational window definition or the r.water.outlet program (or maybe something else) that has to do

[GRASS-user] r.water.outlet and longitude / window issue

2011-06-27 Thread Andy Wickert
on Ubuntu Linux. Anyway, if anyone has any suggestions, I'm all ears. Many thanks in advance, Andy Wickert ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user