adjusted geographic lines per new IDL and matched time zones to those, new hacky Makefile for 50m and 110m versions of same

This commit is contained in:
Nathaniel V. KELSO 2012-11-05 23:56:57 -08:00
parent 74362fb9ff
commit cc4c127475
11 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -325,6 +325,9 @@ zips/110m_physical/110m_physical.zip: \
# 50m
50m_physical/ne_50m_geographic_lines.shp: 10m_physical/ne_10m_geographic_lines.shp 10m_physical/ne_10m_geographic_lines.dbf
ogr2ogr -overwrite $@ 10m_physical/ne_10m_geographic_lines.shp
50m_physical/ne_50m_geography_regions_points.shp: 10m_physical/ne_10m_geography_regions_points.shp 10m_physical/ne_10m_geography_regions_points.dbf
ogr2ogr -overwrite -sql "SELECT * FROM ne_10m_geography_regions_points WHERE scalerank <= 5 ORDER BY scalerank" $@ 10m_physical/ne_10m_geography_regions_points.shp
@ -340,6 +343,9 @@ zips/110m_physical/110m_physical.zip: \
# 110m
110m_physical/ne_110m_geographic_lines.shp: 10m_physical/ne_10m_geographic_lines.shp 10m_physical/ne_10m_geographic_lines.dbf
ogr2ogr -overwrite $@ 10m_physical/ne_10m_geographic_lines.shp
110m_physical/ne_110m_geography_regions_points.shp: 10m_physical/ne_10m_geography_regions_points.shp 10m_physical/ne_10m_geography_regions_points.dbf
ogr2ogr -overwrite -sql "SELECT * FROM ne_10m_geography_regions_points WHERE scalerank <= 2 ORDER BY scalerank" $@ 10m_physical/ne_10m_geography_regions_points.shp