GRASS GIS Standardized Sample Datasets: Difference between revisions
Jump to navigation
Jump to search
⚠️Wenzeslaus (talk | contribs) |
(ulr updated) |
||
Line 6: | Line 6: | ||
'''Already published:''' | '''Already published:''' | ||
* [http://grass.osgeo.org/download/sample-data/ North Carolina GRASS Sample Location] (map names partially standardized, content partially standardized, currently used dataset, to be deprecated) | * [http://grass.osgeo.org/download/sample-data/ North Carolina GRASS Sample Location] (2007, map names partially standardized, content partially standardized, currently used dataset, to be deprecated) | ||
* [http://geodati.fmach.it/gfoss_geodata/libro_gfoss/ Piemonte, Italy] (map names not standardized, content not standardized, work in progress) | * [http://geodati.fmach.it/gfoss_geodata/libro_gfoss/ Piemonte, Italy] (2012, map names not standardized, content not standardized, work in progress, see below) | ||
* Spearfish, USA (to be phased out) | * Spearfish, USA (to be phased out, 1986) | ||
Planning - Future datasets | '''Planning - Future standardized datasets''' | ||
* [http://trac.osgeo.org/grass/wiki/SampleDataset GRASS GIS North Carolina USA Sample Dataset] (reference for other datasets, under development) | * [http://trac.osgeo.org/grass/wiki/SampleDataset GRASS GIS North Carolina USA Sample Dataset] (reference for other datasets, under development) | ||
* [http://trac.osgeo.org/grass/wiki/SampleDataset/Italy/ | * [http://trac.osgeo.org/grass/wiki/SampleDataset/Italy/Piemont GRASS GIS Piemonte Italy Sample Dataset] | ||
* [http://trac.osgeo.org/grass/wiki/SampleDataset/World GRASS GIS World Sample Dataset] | * [http://trac.osgeo.org/grass/wiki/SampleDataset/World GRASS GIS World Sample Dataset] | ||
Revision as of 08:48, 13 October 2015
See Trac wiki page for the development of the dataset.
List of datasets
Already published:
- North Carolina GRASS Sample Location (2007, map names partially standardized, content partially standardized, currently used dataset, to be deprecated)
- Piemonte, Italy (2012, map names not standardized, content not standardized, work in progress, see below)
- Spearfish, USA (to be phased out, 1986)
Planning - Future standardized datasets
- GRASS GIS North Carolina USA Sample Dataset (reference for other datasets, under development)
- GRASS GIS Piemonte Italy Sample Dataset
- GRASS GIS World Sample Dataset
Examples
Computing slope and aspect
Compute slope, aspect and profile curvature of the terrain:
g.region raster=elevation r.slope.aspect elevation=elevation slope=slope aspect=aspect pcurvature=profile_curvature
![](/w/images/Std_dataset_nc_stripe.png)
![](/w/images/Std_dataset_it_stripe.png)
![](/w/images/Std_dataset_pr_stripe.png)
![](/w/images/Std_dataset_cz_stripe.png)
Visualizing shaded relief
Visualize digital elevation model with shaded relief:
g.region raster=elevation r.relief input=elevation output=shade d.shade shade=shade color=elevation
-
North Carolina, USA
-
Piemonte, Italy
Where are the datasets used
- GRASS GIS manual (currently using original, not fully compliant North Carolina GRASS Sample Location)
- NCSU Geospatial Modeling and Analysis course and other NCSU OSGeoREL courses (currently using original, not fully compliant North Carolina GRASS Sample Location)
Tools to help with managing a dataset
- g.rename for changing names of individual raster and vector maps
- g.rename.many for renaming large amount of maps (to standard names or to/from different language)
- r.in.proj and v.in.proj for importing data with different coordinate system
- Python script std_dataset_display.py for generating some maps and images
Contact
If you are interested in producing a dataset for your region, please contact grass-user mailing list or Vaclav Petras.