Changes between Version 14 and Version 15 of SampleDataset
- Timestamp:
- 01/31/15 20:36:37 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SampleDataset
v14 v15 28 28 * '''lakes''': South-West Wake county: Wake county lakes 29 29 * '''landuse''': South-West Wake county: Landuse in 1996 30 * '''orthophoto''' (for CC or rural area, 1m res or better)31 * '''soils''' (should be vector data)30 * '''orthophoto''' (for CC or rural area, 1m res or better) 31 * '''soils''' (should be vector data) 32 32 * vector 33 33 * '''boundary_region''': South-West Wake region boundary (polygon map) … … 45 45 * '''streets''': Wake County roads and streets (lines map) 46 46 * '''zipcodes''': Wake County zip codes (polygon map) 47 * '''points_bare_surface''' (bare ground lidar points for CC or rural for interpolation)47 * '''points_bare_surface''' (bare ground lidar points for CC or rural for interpolation) 48 48 * '''historical_sites'''(?) 49 * '''parcels''' (for CC or rural area) 49 50 * practice1 (empty mapset) 51 50 52 === Specialized mapsets === 51 53 52 That can be inserted into baseline location - each will need to be distributed with a barebone location/PERMANENT so that it is readable by GRASS without the baseline data set. 54 To be distributed with the ncarolina_spm_base location so that they include PROJ information and are readable by GRASS. 55 Mapsets cannot be distributed without a location because they lack PROJ_INFO. 53 56 54 Providing just mapsets did not work, it was very confusing for users. But perhaps the only problem was that that "GRASS welcome screen" cannot unpack (unzip, untar) a mapset and copy it into an existing mapset. (MN: we need a button "Download sample data" in the welcome screen!)57 (note that providing just mapsets did not work, it was very confusing for users. But perhaps the only problem was that that "GRASS welcome screen" cannot unpack (unzip, untar) a mapset and copy it into an existing mapset. (MN: we need a button "Download sample data" in the welcome screen!) 55 58 56 * mapset_ncspm_dem: several elevation models 57 * mapset_ncspm_landsat: set of Landsat scenes with different timestamps 58 * mapset_ncspm_networks: vector networking data + LRS 59 * mapset_ncspm_orthoimg: set of aerial image scenes for image classification 60 * mapset_ncspm_modis: MODIS time series with temporal GRASS DB (can be easily generated with http://pymodis.fem-environment.eu/) 61 * mapset_ncspm_climatic: climatic time series with temporal GRASS DB 62 === Basic world location === 59 * elevation: several elevation models at different scales, lidar 60 * landsat: set of Landsat scenes with different timestamps 61 * networks: vector networking data + LRS 62 * orthoimg: set of aerial image scenes for image classification, including images from UAV 63 * modis: MODIS time series with temporal GRASS DB (can be easily generated with http://pymodis.fem-environment.eu/) 64 * climate: climatic time series with temporal GRASS DB 65 66 === Baseline world location === 63 67 64 68 Already there: demolocation/ in the source code 65 69 66 * loc_world_ll_baseline70 * world_ll_base 67 71 * PERMANENT 68 72 69 * specialized mapsets 70 * mapset_ll_climate71 * mapset_ll_landcover73 * specialized mapsets to be distributed with world_ll_base 74 * climate 75 * landcover 72 76 73 77 == Notes after HVA discussion with Hamish ==