Opened 12 years ago

Last modified 16 months ago

#865 new task

North Carolina and Natural Earth data import scripts for GRASS

Reported by: hamish Owned by: hamish
Priority: normal Milestone: OSGeoLive16.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 (19)

comment:1 by hamish, 12 years ago

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

comment:2 by camerons, 12 years ago

Keywords: 6.5 added; 6.0 removed
Milestone: OSGeoLive6.5

comment:3 by darkblueb, 11 years ago

Natural Earth 2 has substantially improved topological consistency - could be verified with GRASS

comment:4 by kalxas, 11 years ago

Keywords: 7.0 added; 6.5 removed
Milestone: OSGeoLive6.5OSGeoLive7.0

comment:5 by hamish, 11 years ago

Keywords: north carolina added; 7.0 removed
Milestone: OSGeoLive7.0OSGeoLive7.5

comment:6 by kalxas, 10 years ago

Milestone: OSGeoLive7.9OSGeoLive8.0

comment:7 by hamish, 10 years ago

Milestone: OSGeoLive8.0OSGeoLive8.5

comment:8 by neteler, 9 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:9 by kalxas, 9 years ago

updated in [12178]

comment:10 by kalxas, 9 years ago

Milestone: OSGeoLive8.5OSGeoLive9.0

comment:11 by kalxas, 9 years ago

Milestone: OSGeoLive9.0OSGeoLive9.5

Ticket retargeted after milestone closed

comment:12 by kalxas, 8 years ago

Milestone: OSGeoLive9.5OSGeoLive10.0

Ticket retargeted after milestone closed

comment:13 by kalxas, 7 years ago

Milestone: OSGeoLive10.0OSGeoLive10.5

Ticket retargeted after milestone closed

comment:14 by kalxas, 7 years ago

Milestone: OSGeoLive10.5OSGeoLive11.0

Ticket retargeted after milestone closed

comment:15 by neteler, 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 kalxas, 5 years ago

Milestone: OSGeoLive11.0OSGeoLive14.0

comment:17 by astrid_emde, 3 years ago

Maybe we can take neteler s example request to the quickstart.

comment:18 by kalxas, 3 years ago

Milestone: OSGeoLive14.0OSGeoLive15.0

Ticket retargeted after milestone closed

comment:19 by kalxas, 16 months ago

Milestone: OSGeoLive15.0OSGeoLive16.0

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.