Skip to content

Instantly share code, notes, and snippets.

@nvkelso
Created June 8, 2012 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvkelso/2898674 to your computer and use it in GitHub Desktop.
Save nvkelso/2898674 to your computer and use it in GitHub Desktop.
sqlite db for natural earth
zips/packages/natural_earth_vector.sqlite.zip:
#SQL-Lite
for shp in 10m_cultural/*.shp 10m_physical/*.shp 50m_cultural/*.shp 50m_physical/*.shp 110m_cultural/*.shp 110m_physical/*.shp; \
do \
ogr2ogr -f SQLite -append zips/packages/natural_earth_vector.sqlite $$shp; \
done
zip zips/packages/natural_earth_vector.sqlite.zip zips/packages/natural_earth_vector.sqlite VERSION README.md CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment