[GRASS5] d.rast.labels source

Hello all,

Where could i get the source code for d.rast.labels (this command labels a raster map)???

Cheers,
Vidya.
--
--------------------------------------------------------------
The only job where you start at the top is digging a hole.
--------------------------------------------------------------
Kotamraju Vidya
Marine HydroDynamics Lab,
Physical Oceanography Division,
National Institute of Oceanography,
Dona Paula, Goa 403 004, India.
Ph.: +91-832-2450400 (O)
      +91-832-2541756 (R)
e-mail: vidyakr@darya.nio.org

Hello

If you have download the sources of grass, and you have untar them, you
can find the source code for d.rast.labels with this command (in linux):
find ./ -name d.rast.labels

By and sorry for my poor english

Vidya Kotamraju(vidyakr@darya.nio.org)@24.09.2003 12:28:52 +0000:

Hello all,

Where could i get the source code for d.rast.labels (this command labels
a raster map)???

Cheers,
Vidya.
--
--------------------------------------------------------------
The only job where you start at the top is digging a hole.
--------------------------------------------------------------
Kotamraju Vidya
Marine HydroDynamics Lab,
Physical Oceanography Division,
National Institute of Oceanography,
Dona Paula, Goa 403 004, India.
Ph.: +91-832-2450400 (O)
      +91-832-2541756 (R)
e-mail: vidyakr@darya.nio.org

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

Hello

The executable is present in the sources.However i am interested in the source code as i want to modify it.
Where could i get it from ?

Cheers
Vidya.

Jorge del Pozo wrote:

Hello

If you have download the sources of grass, and you have untar them, you
can find the source code for d.rast.labels with this command (in linux):
find ./ -name d.rast.labels

By and sorry for my poor english

Vidya Kotamraju(vidyakr@darya.nio.org)@24.09.2003 12:28:52 +0000:

Hello all,

Where could i get the source code for d.rast.labels (this command labels a raster map)???

Cheers,
Vidya.
--
--------------------------------------------------------------
The only job where you start at the top is digging a hole.
--------------------------------------------------------------
Kotamraju Vidya
Marine HydroDynamics Lab,
Physical Oceanography Division,
National Institute of Oceanography,
Dona Paula, Goa 403 004, India.
Ph.: +91-832-2450400 (O)
     +91-832-2541756 (R)
e-mail: vidyakr@darya.nio.org

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

--
--------------------------------------------------------------
The only job where you start at the top is digging a hole.
--------------------------------------------------------------
Kotamraju Vidya
Marine HydroDynamics Lab,
Physical Oceanography Division,
National Institute of Oceanography,
Dona Paula, Goa 403 004, India.
Ph.: +91-832-2450400 (O)
      +91-832-2541756 (R)
e-mail: vidyakr@darya.nio.org

./src/scripts/contrib/d.rast.labels

Are you searching for this? Then it is a script.

Hope that helped.

Cheers,
Andrea

On Wednesday 24 September 2003 10:38, Vidya Kotamraju wrote:

Hello

The executable is present in the sources.However i am interested in the
source code as i want to modify it.
Where could i get it from ?

Cheers
Vidya.

Jorge del Pozo wrote:
> Hello
>
> If you have download the sources of grass, and you have untar them, you
> can find the source code for d.rast.labels with this command (in linux):
> find ./ -name d.rast.labels
>
> By and sorry for my poor english
>
> Vidya Kotamraju(vidyakr@darya.nio.org)@24.09.2003 12:28:52 +0000:
>>Hello all,
>>
>>Where could i get the source code for d.rast.labels (this command labels
>>a raster map)???
>>
>>Cheers,
>>Vidya.
>>--
>>--------------------------------------------------------------
>>The only job where you start at the top is digging a hole.
>>--------------------------------------------------------------
>>Kotamraju Vidya
>>Marine HydroDynamics Lab,
>>Physical Oceanography Division,
>>National Institute of Oceanography,
>>Dona Paula, Goa 403 004, India.
>>Ph.: +91-832-2450400 (O)
>> +91-832-2541756 (R)
>>e-mail: vidyakr@darya.nio.org
>>
>>_______________________________________________
>>grass5 mailing list
>>grass5@grass.itc.it
>>http://grass.itc.it/mailman/listinfo/grass5
>
> _______________________________________________
> grass5 mailing list
> grass5@grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass5

--
____________________________________________________________________________

University of Trento
Department of Civil and Environmental Engineering
Via Mesiano, 77 - Trento (ITALY)

Andrea Antonello
tel: +393288497722
fax: +390461882672
____________________________________________________________________________

The executable is present in the sources.However i am interested in
the source code as i want to modify it.
Where could i get it from ?

It is a bash script, so the executable is the source.

cat src/scripts/contrib/d.rast.labels/d.rast.labels

Hamish