t.vect.observe.strds.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <h2>DESCRIPTION</h2>
  2. The module <em>t.vect.observe.strds</em> is used to observe specific
  3. locations in a space time raster dataset over a period of time using
  4. vector points.
  5. <h2>EXAMPLE</h2>
  6. The example show how to create a space time vector dataset and a vector
  7. layer starting from a point vector and a space time raster dataset:
  8. <div class="code"><pre>
  9. t.vect.observe.strds in=precip_30ynormals_3d strds=tempmean_monthly \
  10. out=precip_stations vect=precip_stations_monthly \
  11. columns=month
  12. t.info precip_stations type=stvds
  13. +-------------------- Space Time Vector Dataset -----------------------------+
  14. | |
  15. +-------------------- Basic information -------------------------------------+
  16. | Id: ........................ precip_stations@climate_2009_2012
  17. | Name: ...................... precip_stations
  18. | Mapset: .................... climate_2009_2012
  19. | Creator: ................... lucadelu
  20. | Temporal type: ............. absolute
  21. | Creation time: ............. 2014-12-02 00:42:39.187615
  22. | Modification time:.......... 2014-12-02 00:42:55.215169
  23. | Semantic type:.............. mean
  24. +-------------------- Absolute time -----------------------------------------+
  25. | Start time:................. 2009-01-01 00:00:00
  26. | End time:................... 2013-01-01 00:00:00
  27. | Granularity:................ 1 month
  28. | Temporal type of maps:...... interval
  29. +-------------------- Spatial extent ----------------------------------------+
  30. | North:...................... 306221.830194
  31. | South:...................... 27606.895351
  32. | East:.. .................... 917004.829165
  33. | West:....................... 151768.568246
  34. | Top:........................ 1615.44
  35. | Bottom:..................... 2.4384
  36. +-------------------- Metadata information ----------------------------------+
  37. | Vector register table:...... vector_map_register_be074525097c4088997c9a1979f17065
  38. | Number of points ........... 6664
  39. | Number of lines ............ 0
  40. | Number of boundaries ....... 0
  41. | Number of centroids ........ 0
  42. | Number of faces ............ 0
  43. | Number of kernels .......... 0
  44. | Number of primitives ....... 6664
  45. | Number of nodes ............ 0
  46. | Number of areas ............ 0
  47. | Number of islands .......... 0
  48. | Number of holes ............ 0
  49. | Number of volumes .......... 0
  50. | Number of registered maps:.. 49
  51. |
  52. | Title:
  53. | Observaion of space time raster dataset(s) tempmean_monthly
  54. | Description:
  55. | Observation of space time raster dataset(s) tempmean_monthly with vector map precip_30ynormals_3d
  56. | Command history:
  57. | # 2014-12-02 00:42:39
  58. | t.vect.observe.strds in="precip_30ynormals_3d"
  59. | strds="tempmean_monthly" out="precip_stations"
  60. | vect="precip_stations_monthly" columns="month"
  61. |
  62. +----------------------------------------------------------------------------+
  63. v.info precip_stations_monthly
  64. +----------------------------------------------------------------------------+
  65. | Name: precip_stations_monthly |
  66. | Mapset: climate_2009_2012 |
  67. | Location: nc_spm_temporal_workshop |
  68. | Database: /grassdata |
  69. | Title: North Carolina 30 year precipitation normals (3D) |
  70. | Map scale: 1:1 |
  71. | Name of creator: neteler |
  72. | Organization: |
  73. | Source date: Wed May 9 14:32:39 2007 |
  74. | Timestamp (first layer): none |
  75. |----------------------------------------------------------------------------|
  76. | Map format: native |
  77. |----------------------------------------------------------------------------|
  78. | Type of map: vector (level: 2) |
  79. | |
  80. | Number of points: 136 Number of centroids: 0 |
  81. | Number of lines: 0 Number of boundaries: 0 |
  82. | Number of areas: 0 Number of islands: 0 |
  83. | Number of faces: 0 Number of kernels: 0 |
  84. | Number of volumes: 0 Number of holes: 0 |
  85. | |
  86. | Map is 3D: Yes |
  87. | Number of dblinks: 49 |
  88. | |
  89. | Projection: Lambert Conformal Conic |
  90. | |
  91. | N: 306221.830194 S: 27606.895351 |
  92. | E: 917004.829165 W: 151768.568246 |
  93. | B: 2.4384 T: 1615.44 |
  94. | |
  95. | Digitization threshold: 0 |
  96. | Comment: |
  97. | |
  98. +----------------------------------------------------------------------------+
  99. </pre></div>
  100. <h2>SEE ALSO</h2>
  101. <em>
  102. <a href="t.create.html">t.create</a>,
  103. <a href="t.info.html">t.info</a>
  104. </em>
  105. <h2>AUTHOR</h2>
  106. S&ouml;ren Gebbert, Th&uuml;nen Institute of Climate-Smart Agriculture
  107. <p><i>Last changed: $Date$</i>