Opened 13 years ago
Last modified 6 months ago
#865 new task
North Carolina and Natural Earth data import scripts for GRASS
Reported by: | hamish | Owned by: | hamish |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | grass, north carolina |
Cc: | live-demo@… |
Description
I can remove a bit of duplication & free up a bit of disc space by writing an import script to load in the NC 2008 dataset into grass as a first step in the quick start.
perhaps another to import the Natural Earth data, although that one is targeted for cartography and may mostly be useful in teaching exercizes in how to clean up topology in dirty datasets. :-)
Hamish
ps- since -all- changes to the OS are saved in user-space on the usb, having only 200mb free might fill things up in just a week or two of use.
Change History (20)
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Keywords: | 6.5 added; 6.0 removed |
---|---|
Milestone: | → OSGeoLive6.5 |
comment:3 by , 12 years ago
Natural Earth 2 has substantially improved topological consistency - could be verified with GRASS
comment:4 by , 12 years ago
Keywords: | 7.0 added; 6.5 removed |
---|---|
Milestone: | OSGeoLive6.5 → OSGeoLive7.0 |
comment:5 by , 11 years ago
Keywords: | north carolina added; 7.0 removed |
---|---|
Milestone: | OSGeoLive7.0 → OSGeoLive7.5 |
comment:6 by , 11 years ago
Milestone: | OSGeoLive7.9 → OSGeoLive8.0 |
---|
comment:7 by , 10 years ago
Milestone: | OSGeoLive8.0 → OSGeoLive8.5 |
---|
comment:8 by , 10 years ago
For the record:
http://trac.osgeo.org/grass/wiki/SampleDataset
--> Download of draft location package
---> LOCATION ncarolina_spm_base0.3.1.zip (40MB)
comment:10 by , 10 years ago
Milestone: | OSGeoLive8.5 → OSGeoLive9.0 |
---|
comment:11 by , 9 years ago
Milestone: | OSGeoLive9.0 → OSGeoLive9.5 |
---|
Ticket retargeted after milestone closed
comment:12 by , 8 years ago
Milestone: | OSGeoLive9.5 → OSGeoLive10.0 |
---|
Ticket retargeted after milestone closed
comment:13 by , 8 years ago
Milestone: | OSGeoLive10.0 → OSGeoLive10.5 |
---|
Ticket retargeted after milestone closed
comment:14 by , 7 years ago
Milestone: | OSGeoLive10.5 → OSGeoLive11.0 |
---|
Ticket retargeted after milestone closed
comment:15 by , 6 years ago
Just FYI, meanwhile import from web sites is as simple as this:
# define variable with URL and special GDAL/OGR driver INFILE="/vsizip/vsicurl/https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip" # import and check/fix topology v.import input=$INFILE output=country_boundaries
Done.
comment:16 by , 5 years ago
Milestone: | OSGeoLive11.0 → OSGeoLive14.0 |
---|
comment:18 by , 3 years ago
Milestone: | OSGeoLive14.0 → OSGeoLive15.0 |
---|
Ticket retargeted after milestone closed
comment:19 by , 23 months ago
Milestone: | OSGeoLive15.0 → OSGeoLive16.0 |
---|
Ticket retargeted after milestone closed
comment:20 by , 6 months ago
Milestone: | OSGeoLive16.0 → OSGeoLive17.0 |
---|
Ticket retargeted after milestone closed
will be limited to imagery and floating point raster data, which is good because they are generally big files which don't compress well.
I tried other categorical raster and vector (+dbf) but the shapefiles are lossy. fortunately those compress rather well so don't hog the disc space as much.
things like slope,aspect,shaded-relief can be regenerated on the fly from original sources, so can be dropped in favour of a regeneration script.
Hamish