Sample datasets: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Most of GRASS's tutorials and help page examples are built around two sample datasets. You can {{website|download/data.php|download them from the GRASS website}} (or a {{website|mirrors.php|local mirror}})
'''Download:''' see https://grass.osgeo.org/download/data/


* '''Spearfish, South Dakota''' - this dataset has been with GRASS for many years.
Most of GRASS's tutorials and help page examples are built around two sample datasets. You can {{website|download/sample-data/|download them from the GRASS website}} (or a {{website|mirrors|local mirror}})


* '''North Carolina''' - this is a newly developed dataset with modern layers. (e.g. shortest path bus routing, SQL database queries)
* '''North Carolina''' - this is a newly developed dataset with modern layers. (e.g. shortest path bus routing, SQL database queries)
Line 7: Line 7:
** Metadata for these shapefiles are available at [ftp://wakeftp.co.wake.nc.us/gis/Webdownloads/METADATA/ ftp://wakeftp.co.wake.nc.us/gis/Webdownloads/METADATA/]  
** Metadata for these shapefiles are available at [ftp://wakeftp.co.wake.nc.us/gis/Webdownloads/METADATA/ ftp://wakeftp.co.wake.nc.us/gis/Webdownloads/METADATA/]  


(historically: '''Spearfish, South Dakota''' - this dataset has been with GRASS for many years.)


If you would like to experiment with some local data, have a look at the [[Global datasets]] wiki page.
If you would like to experiment with some local data, have a look at the [[Global datasets]] wiki page.


== Ideas for new datasets ==
== Ideas for new datasets ==
Line 63: Line 63:


=== EXTERNAL data sets for testing external data formats ===
=== EXTERNAL data sets for testing external data formats ===
* point cloud asci, las
* point cloud ASCII, http://courses.ncsu.edu/mea792/common/Assign_GISamodel/assign2_data.xyz
* LAS
* shape
* shape
* geodatabase?
* geodatabase?
Line 69: Line 70:


==== Anything else from here? ====
==== Anything else from here? ====
* Course material [http://courses.ncsu.edu/mea582/common/GIS_anal_lecture/GIS_Anal_webdata.html http://courses.ncsu.edu/mea582/common/GIS_anal_lecture/GIS_Anal_webdata.html]
* Course material:
** http://courses.ncsu.edu/mea582/common/GIS_anal_lecture/GIS_Anal_webdata.html
** http://courses.ncsu.edu/mea792/common/Assign_GISamodel/Assignall.html#lidarair
LAS, e.g. http://grass.osgeo.org/sampledata/north_carolina/points.las (25MB, California)
* Additional data for North Carolina [http://www.nconemap.com/Default.aspx?tabid=286 http://www.nconemap.com/Default.aspx?tabid=286]
* Additional data for North Carolina [http://www.nconemap.com/Default.aspx?tabid=286 http://www.nconemap.com/Default.aspx?tabid=286]
* Additional data for Wake county in North Carolina [http://www.wakegov.com/gis/services/data.htm http://www.wakegov.com/gis/services/data.htm]
* Additional data for Wake county in North Carolina [http://www.wakegov.com/gis/services/data.htm http://www.wakegov.com/gis/services/data.htm]


[[Category: Geodata]]
[[Category: Geodata]]

Latest revision as of 21:34, 7 July 2024

Download: see https://grass.osgeo.org/download/data/

Most of GRASS's tutorials and help page examples are built around two sample datasets. You can download them from the GRASS website (or a local mirror)

(historically: Spearfish, South Dakota - this dataset has been with GRASS for many years.)

If you would like to experiment with some local data, have a look at the Global datasets wiki page.

Ideas for new datasets

Data organization

  • provided as separate MAPSETS that can be inserted into nc_spm_08 or gisdemo_ncspm
  • each MAPSET will have at least one example of application

Proposed new MAPSETS

New MAPSET Time_series_coast

  • Coastal lidar point clouds, 1m res DEMs, 15 years in 10-15 snapshots, plus 1974 DEM for Jockey's Ridge,

aerial photos starting in 1936. The data set is rather complex with variable spatial coverage and time step, (see the description) but should be useful for testing and teaching more complex analyses.

  • mapset that includes DEMs and orthos for Jockey's ridge

http://courses.ncsu.edu/mea792/common/media/nc_coast_demseries.zip http://courses.ncsu.edu/mea792/common/media/readme_nc_coast_demseries.txt

  • to keep the mapset at reasonable size the raw x,y,z point clouds

are packaged separately, they can be imported with v.in.ascii or r.in.xyz http://courses.ncsu.edu/mea792/common/media/nc_coast_pointseries.zip

  • reference location for North Carolina with projection information (nc_spm_08 can also be used)

http://courses.ncsu.edu/mea792/common/media/gisdemo.zip

  • "Getting started" with this data set assignment

http://courses.ncsu.edu/mea792/common/Assign_GISamodel/a_timeseries.html

(I will add a space-time cube practice soon).

New MAPSET Landuse_img

New MAPSET Time_series_census

this may take more time to prepare

data are available for 1970,80,90,2000,2010

combine with election districts?

LOCATIONS

  • Clean up and provide nc_ll, nc_utm, nc_spf for testing projections

EXTERNAL data sets for testing external data formats

Anything else from here?

LAS, e.g. http://grass.osgeo.org/sampledata/north_carolina/points.las (25MB, California)