[GRASS5] readsites() TODO list...

Markus Neteler neteler at geog.uni-hannover.de
Wed Sep 20 08:15:01 EDT 2000


Hi Eric,

On Wed, Sep 20, 2000 at 03:09:24AM -0700, Eric G . Miller wrote:
> A week or so ago, I looked at the TODO list and thought I'd look into
> this readsite() library function.  I arrived at the conclusion that the
> call would have to be different to support reading z-dim, double-att, or
> strtod(string-att), for generating an *xyz struct.  Anyway, I already
> did one iteration that added support for the z-dim, but I wanted to put
> up this call interface for comments.  We could make it a readsites2()
> and retain the other interface for awhile.  I don't know how many
> modules actually use readsites() at the moment.  Anyway, please let me
> know if the behaviors described here look awful (I'm still new to coding
> for GRASS).

thanks for taking care of this. Andreas Lange might be a potential
partner to assist as he already sent some ideas about "readsites" to
me.
 
Here is the list of modules to be modified:

src.contrib/CERL/sites/s.surf.krig/read_sites.c
src.contrib/GMSL/g3d/src3d/sites/s.to.rast3/read_sites.c
src.contrib/GMSL/g3d/src3d/sites/s.vol.idw/read_sites.c
src.contrib/NPS/v.circle/cmd/readsites.c
src.contrib/PURDUE/s.medp/readsites.c
src.garden/grass.rim/s.db.rim/cmd/read_sites.c
src.garden/grass.rim/s.db.rim/inter/read_sites.c
src/libes/gis/readsites.c
src/raster/r.surf.idw2/cmd/read_sites.c
src/sites/s.kcv/readsite.c
src/sites/s.menu/Lib/read_sites.c
src/sites/s.normal/readz.c
src/sites/s.probplt/readz.c
src/sites/s.qcount/readsite.c
src/sites/s.sample/readsite.c
src/sites/s.surf.idw/cmd/read_sites.c
src/sites/s.sv/readsite.c
src/sites/s.univar/readsite.c
src/mapdev/v.bubble/v.bubble.c

All these files/functions should be replaced by a common
G_readsites() function with attribute selection etc.

My "try" in src/libes/gis/readsites.c needs to be heavily
improved. It is currently used in
src/mapdev/v.bubble/v.bubble.c

only. Please feel free to modify the "new" GRASS API function and
to implement it in above modules replacing the individual readsite.c
files.

Thanks in advance

 Markus


---------------------------------------- 
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'



More information about the grass-dev mailing list