-
Notifications
You must be signed in to change notification settings - Fork 33
ext_cat_raster
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog of raster types.
| Column name | Data type | Description |
|---|---|---|
| id | text | Id |
| code | character varying(30) | Code |
| alias | character varying(50) | Name of the raster |
| raster_type | character varying(30) | Type of data |
| descript | text | Description |
| source | text | Data source |
| provider | character varying(30) | Data provider |
| year | character varying(4) | Year of data collection |
| tstamp | timestamp without time zone | Date and time of data insert |
| insert_user | character varying(50) | User that inserted data |


