Showing preview only (596K chars total). Download the full file or copy to clipboard to get everything.
Repository: stamen/terrain-classic
Branch: master
Commit: d6bf46afefe4
Files: 106
Total size: 13.8 MB
Directory structure:
gitextract_45kd9m1q/
├── .gitignore
├── .gitmodules
├── .nvmrc
├── LICENSE
├── Makefile
├── README.md
├── bin/
│ └── imposm3
├── fonts/
│ ├── PT-Sans-LICENSE.txt
│ └── unifont-LICENSE.txt
├── imposm3_mapping.json
├── labels.mss
├── landcover/
│ ├── LCType_z9-urban-only.vrt
│ ├── LCType_z9.vrt
│ ├── LCType_z9_s3-urban-only.vrt
│ ├── LCType_z9_s3.vrt
│ ├── LC_500m_MODIS-to-rgb.vrt
│ ├── LC_500m_MODIS-urban-only.vrt
│ ├── LC_5min_global_2012-to-rgb.vrt
│ ├── LC_5min_global_2012.tif
│ ├── landcover-1km-rgb.tif
│ ├── landcover-1km-to-merc.vrt
│ ├── landcover-1km-to-rgb.vrt
│ ├── landcover-1km.tif
│ └── landcover-palette.md
├── lib/
│ ├── libgeos_c.so.1
│ ├── libhyperleveldb.so.0
│ └── libleveldb.so.1
├── map.mss
├── package.json
├── shields/
│ └── default-shields.ai
├── shp/
│ ├── .dockerignore
│ ├── .gitignore
│ ├── Dockerfile
│ ├── continents_900913.dbf
│ ├── continents_900913.index
│ ├── continents_900913.prj
│ ├── continents_900913.shp
│ ├── continents_900913.shx
│ └── labels_admin/
│ ├── admin-0-labels-z4.dbf
│ ├── admin-0-labels-z4.index
│ ├── admin-0-labels-z4.prj
│ ├── admin-0-labels-z4.shp
│ ├── admin-0-labels-z4.shx
│ ├── admin-0-labels-z5.dbf
│ ├── admin-0-labels-z5.index
│ ├── admin-0-labels-z5.prj
│ ├── admin-0-labels-z5.shp
│ ├── admin-0-labels-z5.shx
│ ├── admin-0-labels-z6.dbf
│ ├── admin-0-labels-z6.index
│ ├── admin-0-labels-z6.prj
│ ├── admin-0-labels-z6.shp
│ ├── admin-0-labels-z6.shx
│ ├── admin-1-labels-z4.dbf
│ ├── admin-1-labels-z4.index
│ ├── admin-1-labels-z4.prj
│ ├── admin-1-labels-z4.shp
│ ├── admin-1-labels-z4.shx
│ ├── admin-1-labels-z5.dbf
│ ├── admin-1-labels-z5.index
│ ├── admin-1-labels-z5.prj
│ ├── admin-1-labels-z5.shp
│ ├── admin-1-labels-z5.shx
│ ├── admin-1-labels-z6.dbf
│ ├── admin-1-labels-z6.index
│ ├── admin-1-labels-z6.prj
│ ├── admin-1-labels-z6.shp
│ ├── admin-1-labels-z6.shx
│ ├── admin-1-labels-z7.dbf
│ ├── admin-1-labels-z7.index
│ ├── admin-1-labels-z7.prj
│ ├── admin-1-labels-z7.shp
│ ├── admin-1-labels-z7.shx
│ ├── admin_0_countries_110m-points.dbf
│ ├── admin_0_countries_110m-points.index
│ ├── admin_0_countries_110m-points.prj
│ ├── admin_0_countries_110m-points.shp
│ └── admin_0_countries_110m-points.shx
├── shp-local/
│ ├── nullisland.dbf
│ ├── nullisland.geojson
│ ├── nullisland.prj
│ ├── nullisland.shp
│ └── nullisland.shx
├── sql/
│ └── functions/
│ ├── admin1_labels.sql
│ ├── aries_labels.sql
│ ├── highroad.sql
│ ├── highway_shields.sql
│ └── osm_admin_area.sql
├── terrain-classic-background.mss
├── terrain-classic-background.yml
├── terrain-classic-features.mss
├── terrain-classic-features.yml
├── terrain-classic-labels.mss
├── terrain-classic-labels.yml
├── terrain-classic-lines.mss
├── terrain-classic-lines.yml
├── terrain-classic-water.mss
├── terrain-classic-water.yml
├── terrain-classic.mss
├── terrain-classic.yml
├── tessera.json
└── tmp/
├── old_key.txt
├── old_lc_rgb_values.txt
├── old_vrt_rgb_values.txt
├── parse-vrt-xml.js
└── terrain_og/
└── index.html
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
data/
*.mml
*.xml
.env
.DS_Store
*.swp
node_modules
.thumb.png
cache
info.txt
.vagrant
secrets.json
*.pem
layers
landcover/GlobalLandCover_tif.zip
landcover/LCType.tif
landcover/LCType_z9.tif
npm-debug.log
================================================
FILE: .gitmodules
================================================
[submodule "side-by-side"]
path = side-by-side
url = https://github.com/stamen/side-by-side
================================================
FILE: .nvmrc
================================================
4
================================================
FILE: LICENSE
================================================
Copyright (c) 2015, Stamen Design <info@stamen.com>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
================================================
FILE: Makefile
================================================
SHELL := /bin/bash
PATH := $(PATH):node_modules/.bin
define EXPAND_EXPORTS
export $(word 1, $(subst =, , $(1))) := $(word 2, $(subst =, , $(1)))
endef
# wrap Makefile body with a check for pgexplode
ifeq ($(shell test -f node_modules/.bin/pgexplode; echo $$?), 0)
# load .env
$(foreach a,$(shell cat .env 2> /dev/null),$(eval $(call EXPAND_EXPORTS,$(a))))
# expand PG* environment vars
$(foreach a,$(shell set -a && source .env 2> /dev/null; node_modules/.bin/pgexplode),$(eval $(call EXPAND_EXPORTS,$(a))))
define create_relation
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
psql -v ON_ERROR_STOP=1 -qX1f sql/$(subst db/,,$@).sql
endef
define create_extension
@psql -c "\dx $(subst db/,,$@)" | grep $(subst db/,,$@) > /dev/null 2>&1 || \
psql -v ON_ERROR_STOP=1 -qX1c "CREATE EXTENSION $(subst db/,,$@)"
endef
define register_function_target
.PHONY: db/functions/$(strip $(1))
db/functions/$(strip $(1)): db
@psql -c "\df $(1)" | grep -i $(1) > /dev/null 2>&1 || \
psql -v ON_ERROR_STOP=1 -qX1f sql/functions/$(1).sql
endef
default: terrain-classic
link:
@test -e ${HOME}/Documents/MapBox/project && \
test -e ${HOME}/Documents/MapBox/project/terrain-classic || \
ln -sf "`pwd`" ${HOME}/Documents/MapBox/project/terrain-classic
clean:
@rm -f *.mml *.xml
.env:
@echo DATABASE_URL=postgres:///terrain-classic > $@
%: %.mml
@cp $< project.mml
mml: $(subst .yml,.mml,$(filter-out circle.yml,$(wildcard *.yml)))
xml: $(subst .yml,.xml,$(filter-out circle.yml,$(wildcard *.yml)))
.PRECIOUS: %.mml
%.mml: %.yml map.mss labels.mss %.mss interp js-yaml
@echo Building $@
@cat $< | interp | js-yaml > tmp.mml && mv tmp.mml $@
.PRECIOUS: %.xml
%.xml: %.mml carto
@echo
@echo Building $@
@echo
@carto -a 3.0.11 $< > $@ || (rm -f $@; false)
.PHONY: carto
carto: node_modules/carto/package.json
.PHONY: interp
interp: node_modules/interp/package.json
.PHONY: js-yaml
js-yaml: node_modules/js-yaml/package.json
node_modules/carto/package.json: PKG = $(word 2,$(subst /, ,$@))
node_modules/carto/package.json: node_modules/millstone/package.json
@type node > /dev/null 2>&1 || (echo "Please install Node.js" && false)
@echo "Installing $(PKG)"
@npm install $(PKG)
node_modules/interp/package.json: PKG = $(word 2,$(subst /, ,$@))
node_modules/interp/package.json:
@type node > /dev/null 2>&1 || (echo "Please install Node.js" && false)
@echo "Installing $(PKG)"
@npm install $(PKG)
node_modules/js-yaml/package.json: PKG = $(word 2,$(subst /, ,$@))
node_modules/js-yaml/package.json:
@type node > /dev/null 2>&1 || (echo "Please install Node.js" && false)
@echo "Installing $(PKG)"
@npm install $(PKG)
node_modules/millstone/package.json: PKG = $(word 2,$(subst /, ,$@))
node_modules/millstone/package.json:
@type node > /dev/null 2>&1 || (echo "Please install Node.js" && false)
@echo "Installing $(PKG)"
@npm install $(PKG)
.PHONY: DATABASE_URL
DATABASE_URL:
@test "${$@}" || (echo "$@ is undefined" && false)
.PHONY: db
db: DATABASE_URL
@psql -c "SELECT 1" > /dev/null 2>&1 || \
createdb
.PHONY: db/postgis
db/postgis: db
$(call create_extension)
.PHONY: db/hstore
db/hstore: db
$(call create_extension)
.PHONY: db/shared
db/shared: db/postgres db/aries db/shapefiles db/natearth db/generalizations db/landcover
# create targets for each file in sql/functions
$(foreach fn,$(shell ls sql/functions/ 2> /dev/null | sed 's/\..*//'),$(eval $(call register_function_target,$(fn))))
# Import PBF ($2) as $1
define import
.PHONY: db/osm-$(strip $(word 1, $(subst :, ,$(1)))) db/$(strip $(word 1, $(subst :, ,$(1))))
db/$(strip $(word 1, $(subst :, ,$(1)))): db/osm-$(strip $(word 1, $(subst :, ,$(1)))) db/shared
db/osm-$(strip $(word 1, $(subst :, ,$(1)))): db/postgis db/hstore $(strip $(word 2, $(subst :, ,$(1))))
@psql -c "\d osm_roads" > /dev/null 2>&1 || \
imposm3 import \
--cachedir cache \
-mapping=imposm3_mapping.json \
-read $(strip $(word 2, $(subst :, ,$(1)))) \
-overwritecache
imposm3 import \
--cachedir cache \
-mapping=imposm3_mapping.json \
-connection="$${DATABASE_URL}" \
-write
imposm3 import \
-mapping=imposm3_mapping.json \
-connection="$${DATABASE_URL}" \
-optimize
imposm3 import \
-mapping=imposm3_mapping.json \
-connection="$${DATABASE_URL}" \
-deployproduction
endef
.PHONY: db/postgres
db/postgres: db/functions/highroad db/functions/highway_shields db/functions/osm_admin_area
.PHONY: db/ne_10m_admin_1_states_provinces_labels
db/ne_10m_admin_1_states_provinces_labels: db/ne_10m_admin_1_states_provinces_scale_rank db/functions/admin1_labels
.PHONY: db/generalizations
db/generalizations: db/ne_10m_admin_1_states_provinces_labels
.PHONY: db/shapefiles
db/shapefiles: db/admin_0_countries_110m_points \
db/admin_0_labels_z4 \
db/admin_0_labels_z5 \
db/admin_0_labels_z6 \
db/admin_1_labels_z4 \
db/admin_1_labels_z5 \
db/continents \
db/land_polygons \
db/nullisland \
db/water_polygons
.PHONY: db/admin_0_countries_110m_points
db/admin_0_countries_110m_points: db/postgis shp/labels_admin/admin_0_countries_110m-points.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: admin_0_labels_z4
db/admin_0_labels_z4: db/postgis shp/labels_admin/admin-0-labels-z4.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: admin_0_labels_z5
db/admin_0_labels_z5: db/postgis shp/labels_admin/admin-0-labels-z5.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: admin_0_labels_z6
db/admin_0_labels_z6: db/postgis shp/labels_admin/admin-0-labels-z6.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: admin_1_labels_z4
db/admin_1_labels_z4: db/postgis shp/labels_admin/admin-1-labels-z4.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: admin_1_labels_z5
db/admin_1_labels_z5: db/postgis shp/labels_admin/admin-1-labels-z5.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: db/continents
db/continents: db/postgis shp/continents_900913.shp
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: db/land_polygons
db/land_polygons: db/postgis data/osmdata/land_polygons_split.zip
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-clipsrc -20037508.34 -20037508.34 20037508.34 20037508.34 \
-f PGDump /vsistdout/ \
/vsizip/$(word 2, $^)/land-polygons-split-3857/land_polygons.shp | psql -q
.PHONY: db/nullisland
db/nullisland: db/postgis shp-local/nullisland.geojson
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
$(word 2, $^) | psql -q
.PHONY: db/water_polygons
db/water_polygons: db/postgis data/osmdata/water_polygons.zip
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-f PGDump /vsistdout/ \
/vsizip/$(word 2, $^)/water-polygons-split-3857/water_polygons.shp | psql -q
.PHONY: db/natearth
db/natearth: db/ne_50m_ocean \
db/ne_10m_ocean \
db/ne_50m_land \
db/ne_10m_rivers_lake_centerlines_scale_rank \
db/ne_50m_admin_0_countries_lakes \
db/ne_10m_admin_0_countries_lakes \
db/ne_10m_admin_0_boundary_lines_map_units \
db/ne_50m_admin_1_states_provinces_lines \
db/ne_10m_geography_marine_polys \
db/ne_50m_geography_marine_polys \
db/ne_110m_geography_marine_polys \
db/ne_10m_airports \
db/ne_10m_roads \
db/ne_10m_lakes \
db/ne_50m_lakes \
db/ne_10m_admin_0_boundary_lines_land \
db/ne_50m_admin_0_boundary_lines_land \
db/ne_10m_admin_1_states_provinces_scale_rank \
db/ne_10m_admin_1_states_provinces_lines \
db/ne_10m_geography_regions_elevation_points
db/aries: db/postgis data/aries/z4to10.json
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config PG_USE_COPY YES \
-t_srs EPSG:3857 \
-nlt PROMOTE_TO_MULTI \
-nln $(subst db/,,$@) \
-lco GEOMETRY_NAME=geometry \
-lco SRID=3857 \
-f PGDump /vsistdout/ \
$(word 2,$^) | pv | psql -q
# TODO places target that lists registered places
PLACES=BC:data/extract/north-america/ca/british-columbia-latest.osm.pbf \
CA:data/extract/north-america/us/california-latest.osm.pbf \
belize:data/extract/central-america/belize-latest.osm.pbf \
switzerland:data/extract/europe/switzerland-latest.osm.pbf \
mexico:data/extract/north-america/mexico-latest.osm.pbf \
mexico_city:data/metro/mexico-city_mexico.osm.pbf \
japan:data/extract/asia/japan-latest.osm.pbf \
tokyo:data/metro/tokyo_japan.osm.pbf \
cle:data/metro/cleveland_ohio.osm.pbf \
MA:data/extract/north-america/us/massachusetts-latest.osm.pbf \
NY:data/extract/north-america/us/new-york-latest.osm.pbf \
OH:data/extract/north-america/us/ohio-latest.osm.pbf \
sf:data/metro/san-francisco-bay_california.osm.pbf \
sfbay:data/metro/sf-bay-area.osm.pbf \
seattle:data/metro/seattle_washington.osm.pbf \
WA:data/extract/north-america/us/washington-latest.osm.pbf \
vancouver:data/metro/vancouver_canada.osm.pbf
$(foreach place,$(PLACES),$(eval $(call import,$(place))))
.SECONDARY: data/extract/%
data/extract/%:
@mkdir -p $$(dirname $@)
curl -Lf http://download.geofabrik.de/$(@:data/extract/%=%) -o $@
.SECONDARY: data/metro/%
data/metro/%:
@mkdir -p $$(dirname $@)
curl -Lf https://s3.amazonaws.com/metro-extracts.mapzen.com/$(@:data/metro/%=%) -o $@
.SECONDARY: data/osmdata/land_polygons.zip
# so the zip matches the shapefile name
data/osmdata/land_polygons.zip:
@mkdir -p $$(dirname $@)
curl -Lf http://data.openstreetmapdata.com/land-polygons-complete-3857.zip -o $@
.SECONDARY: data/osmdata/land_polygons_split.zip
data/osmdata/land_polygons_split.zip:
@mkdir -p $$(dirname $@)
curl -Lf http://data.openstreetmapdata.com/land-polygons-split-3857.zip -o $@
.SECONDARY: data/osmdata/water_polygons.zip
data/osmdata/water_polygons.zip:
@mkdir -p $$(dirname $@)
curl -Lf http://data.openstreetmapdata.com/water-polygons-split-3857.zip -o $@
define natural_earth
db/$(strip $(word 1, $(subst :, ,$(1)))): $(strip $(word 2, $(subst :, ,$(1)))) db/postgis
@psql -c "\d $(strip $(word 1, $(subst :, ,$(1))))" > /dev/null 2>&1 || \
ogr2ogr --config OGR_ENABLE_PARTIAL_REPROJECTION TRUE \
--config SHAPE_ENCODING WINDOWS-1252 \
--config PG_USE_COPY YES \
-nln $$(subst db/,,$$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-clipsrc -180 -85.05112878 180 85.05112878 \
-segmentize 1 \
-skipfailures \
-f PGDump /vsistdout/ \
/vsizip/$$</$(strip $(word 3, $(subst :, ,$(1)))) | psql -q
endef
# <name>:<source file>:[shapefile]
NATURAL_EARTH=ne_50m_land:data/ne/50m/physical/ne_50m_land.zip \
ne_10m_ocean:data/ne/10m/physical/ne_10m_ocean.zip \
ne_50m_ocean:data/ne/50m/physical/ne_50m_ocean.zip \
ne_10m_rivers_lake_centerlines_scale_rank:data/ne/10m/physical/ne_10m_rivers_lake_centerlines_scale_rank.zip \
ne_50m_admin_0_countries_lakes:data/ne/50m/cultural/ne_50m_admin_0_countries_lakes.zip \
ne_10m_admin_0_countries_lakes:data/ne/10m/cultural/ne_10m_admin_0_countries_lakes.zip \
ne_10m_admin_0_boundary_lines_map_units:data/ne/10m/cultural/ne_10m_admin_0_boundary_lines_map_units.zip \
ne_50m_admin_1_states_provinces_lines:data/ne/50m/cultural/ne_50m_admin_1_states_provinces_lines.zip \
ne_10m_geography_marine_polys:data/ne-stamen/10m/physical/ne_10m_geography_marine_polys.zip \
ne_50m_geography_marine_polys:data/ne-stamen/50m/physical/ne_50m_geography_marine_polys.zip \
ne_110m_geography_marine_polys:data/ne-stamen/110m/physical/ne_110m_geography_marine_polys.zip \
ne_10m_airports:data/ne-stamen/10m/cultural/ne_10m_airports.zip \
ne_10m_roads:data/ne/10m/cultural/ne_10m_roads.zip \
ne_10m_lakes:data/ne/10m/physical/ne_10m_lakes.zip \
ne_50m_lakes:data/ne/50m/physical/ne_50m_lakes.zip \
ne_10m_admin_0_boundary_lines_land:data/ne/10m/cultural/ne_10m_admin_0_boundary_lines_land.zip \
ne_50m_admin_0_boundary_lines_land:data/ne/50m/cultural/ne_50m_admin_0_boundary_lines_land.zip \
ne_10m_admin_1_states_provinces_scale_rank:data/ne/10m/cultural/ne_10m_admin_1_states_provinces_scale_rank.zip:ne_10m_admin_1_states_provinces_scale_rank/ne_10m_admin_1_states_provinces_scale_rank.shp \
ne_10m_admin_1_states_provinces_lines:data/ne/10m/cultural/ne_10m_admin_1_states_provinces_lines.zip:ne_10m_admin_1_states_provinces_lines.shp \
ne_10m_geography_regions_elevation_points:data/ne/10m/physical/ne_10m_geography_regions_elevation_points.zip:ne_10m_geography_regions_elevation_points.shp
$(foreach shape,$(NATURAL_EARTH),$(eval $(call natural_earth,$(shape))))
db/ne_10m_admin_1_states_provinces_scale_rank: db/postgis data/ne/10m/cultural/ne_10m_admin_1_states_provinces_scale_rank.zip
@psql -c "\d $(subst db/,,$@)" > /dev/null 2>&1 || \
ogr2ogr --config OGR_ENABLE_PARTIAL_REPROJECTION TRUE \
--config PG_USE_COPY YES \
-nln $(subst db/,,$@) \
-t_srs EPSG:3857 \
-lco ENCODING=UTF-8 \
-nlt PROMOTE_TO_MULTI \
-lco POSTGIS_VERSION=2.0 \
-lco GEOMETRY_NAME=geom \
-lco SRID=3857 \
-lco PRECISION=NO \
-clipsrc -180 -85.05112878 180 85.05112878 \
-segmentize 1 \
-skipfailures \
-f PGDump /vsistdout/ \
/vsizip/$(word 2, $^) | psql -q
define natural_earth_sources
.SECONDARY: data/ne/$(1)/$(2)/%.zip
data/ne/$(1)/$(2)/%.zip:
@mkdir -p $$(dir $$@)
curl -fL http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/$(1)/$(2)/$$(@:data/ne/$(1)/$(2)/%=%) -o $$@
.SECONDARY: data/ne/$(1)/$(2)/%.zip
data/ne-stamen/$(1)/$(2)/%.zip:
@mkdir -p $$(dir $$@)
curl -fL "https://github.com/stamen/natural-earth-vector/blob/master/zips/$(1)_$(2)/$$(@:data/ne-stamen/$(1)/$(2)/%=%)?raw=true" -o $$@
endef
scales=10m 50m 110m
themes=cultural physical raster
$(foreach a,$(scales),$(foreach b,$(themes),$(eval $(call natural_earth_sources,$(a),$(b)))))
.PHONY: db/landcover
db/landcover: landcover/LCType_z9.tif
landcover/LCType_z9.tif: landcover/LCType.tif
gdalwarp -t_srs EPSG:3857 -multi -wm 256 -wo NUM_THREADS=ALL_CPUS -co tiled=yes -co compress=lzw -co predictor=2 -co sparse_ok=true -co blockxsize=256 -co blockysize=256 -ts 131072 131072 $< $@
gdaladdo $@ --config COMPRESS_OVERVIEW LZW --config PREDICTOR_OVERVIEW 2 2 4 8 16 32 64 128 256
landcover/LCType.tif: landcover/GlobalLandCover_tif.zip
unzip -oju $< -d $$(dirname $@)
.SECONDARY: landcover/GlobalLandCover_tif.zip
landcover/GlobalLandCover_tif.zip:
curl -fL "http://landcover.usgs.gov/documents/GlobalLandCover_tif.zip" -o $@
# complete wrapping
else
default:
$(error Please install pgexplode: "npm install pgexplode")
endif
================================================
FILE: README.md
================================================
Terrain Classic
===============
World-wide CartoCSS port of Stamen's classic terrain style.
UPDATE: As of 2023 this code is not longer used to generate Terrain tiles. Stamen's Terrain style has been updated to use vector tiles and is now hosted on Stadia Maps. Learn more: https://stadiamaps.com/stamen/
Stamen's original Terrain style was developed in 2011 as part of Stamen's [Citytracking](https://github.com/Citytracking) initiative, funded by the [Knight Foundation](http://www.knightfoundation.org/). The old repository can be found [here](https://github.com/citytracking/terrain), for historical interest.
The original Terrain style only covered the United States. As part of another Knight Foundation grant in 2015, we expanded Terrain to cover the entire world. The Knight grant also funded prototyping for some totally-different new terrain styles, so to avoid confusion we called this reboot of the old style "Terrain Classic."

Most of the development process for Terrain Classic was based on the [toner-carto repo](https://github.com/stamen/toner-carto).
Developing
----------
### Prerequisites
- PostgreSQL
- PostGIS @2.2.0
- Node.js --version 0.10\*
- GDAL
- TileMill 1@`master` (this includes the latest Mapnik): [github.com/mapbox/tilemill](https://github.com/mapbox/tilemill)
- [Imposm 3](https://github.com/omniscale/imposm3), which includes dependencies of its own: `go`, `leveldb`, and `protobuf`.
**\*NOTE:** The [Node Version Manager](https://github.com/creationix/nvm) script is helpful if you are using a more recent version of Node than 0.10 (which is fairly likely). This is important as *TileMill 1@master will only run on Node --version 0.10.*
On OS X, installation with [Homebrew](http://brew.sh/) looks like this:
```
brew install postgis gdal node go leveldb protobuf pv
# follow instructions to start postgresql
mkdir -p /tmp/imposm
cd /tmp/imposm
export GOPATH=`pwd`
git clone https://github.com/omniscale/imposm3 src/imposm3
go get imposm3
go install imposm3
# bin/imposm3 is your new binary; either add $GOPATH/bin to your PATH or copy
# it to /usr/local/bin (or similar)
```
### Terrain Classic Itself
- Clone this repo
- Run `make link` to sym-link the project into your TileMill project directory
- Run `make db/shared` to fetch and transform Natural Earth and OSM coastline data
- Run `make db/CA` (or similar; see[`PLACES`](https://github.com/stamen/terrain-classic/blob/master/Makefile#L168-L178) in the `Makefile` for a list of registered extracts and expand it as desired).
- Run `make` to generate the `project.mml` file. (Alternatively, make`terrain-classic-background`, `terrain-classic-lines`, or`terrain-classic-labels` to work on the variant styles)
- Start TileMill by running `npm start` from the TileMill repo
- Open http://localhost:20009/#/project/terrain-classic
`make db/<place>` will write to the database specified in `.env` (with a format that resembles `postgres:///terrain`, where `terrain` is the database name). If you experience trouble connecting, try adding credentials, e.g. `postgres://user:password@localhost/terrain` (it will use `$USER` with no password otherwise). Barring that, check your`pg_hba.conf` to ensure that access is configured correctly.
(We primarily develop on OS X where PostgreSQL from Homebrew works out of the box.)
**NOTE**: Changes to project settings (i.e. `.mml` files not `.mss` stylesheets) in TileMill will not persist the changes. To make changes, edit the relevant `.yml` file and re-run `make [variant]` to re-generate the `project.mml` that TileMill reads.
To test the terrain style with a hillshade overlay, a `tessera.json` config is provided. Install tessera with `npm install tessera` and then run `npm start` in the terrain-classic directory. Open http://localhost:8080/ to view the `terrain-classic` style composited with Open Terrain hillshades.
Testing with the side-by-side viewer (experimental)
---------------------------------------------------
In the root folder run `npm install && npm start` which will start tessera running at [http://localhost:8080](http://localhost:8080)
Then, in the `side-by-side` folder, run a simple webserver such as `python -m SimpleHTTPServer`. Then go to [http://localhost:8000](http://localhost:8000) (or whatever port the webserver is running at) to view the side-by-side viewer.
FAQ
---
> What's the deal with the `Makefile`? Why is it so complicated?
Magic, mostly. It probably can (and should) be simplified! Consider this another, in-progress "make for data" approach (which actually uses `make`).
The goal here is to provide an idempotent process for bootstrapping the project that uses as few additional dependencies as possible. `make` is the age-old solution to this problem, although it takes a more file-focused approach. Put another way, it attempts to efficiently encapsulate otherwise complicated and error-prone operations.
The `Makefile` here attempts to replicate `make`'s behavior relative to rebuilding files with database tables. In other words, if a Postgres relation already exists, it will be left as-is. If it doesn't exist (has been dropped or hasn't been created), it will be created on-demand.
> Why do I have to install `pgexplode`?
`libpq` (which underlies PostgreSQL's command-line tools) supports a number of [environment variables](http://www.postgresql.org/docs/9.4/static/libpq-envars.html) which can be used to avoid repetition (and avoid errors). However, each component of the connection information is separate, and is more easily and concisely encoded in a URI (i.e. `DATABASE_URL`). `pgexplode` is aware of `libpq`'s environment variables and will expand `DATABASE_URL`s components (which is simpler than managing multiple values and constructing a URL for `imposm3` and other tools).
================================================
FILE: bin/imposm3
================================================
[File too large to display: 13.3 MB]
================================================
FILE: fonts/PT-Sans-LICENSE.txt
================================================
Paratype PT Sans Free Font License
Copyright © 2009 ParaType Ltd.
with Reserved Names "PT Sans" and "ParaType".
FONT LICENSE
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining a copy of the font software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the font software, subject to the following conditions:
1) Neither the font software nor any of its individual components, in original or modified versions, may be sold by itself.
2) Original or modified versions of the font software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
3) No modified version of the font software may use the Reserved Name(s) or combinations of Reserved Names with other words unless explicit written permission is granted by the ParaType. This restriction only applies to the primary font name as presented to the users.
4) The name of ParaType or the author(s) of the font software shall not be used to promote, endorse or advertise any modified version, except to acknowledge the contribution(s) of ParaType and the author(s) or with explicit written permission of ParaType.
5) The font software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
TERMINATION & TERRITORY
This license has no limits on time and territory, but it becomes null and void if any of the above conditions are not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL PARATYPE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
ParaType Ltd
http://www.paratype.ru
================================================
FILE: fonts/unifont-LICENSE.txt
================================================
LICENSE
-------
The source code for everything except the compiled fonts in this current
release is licensed as follows:
License for this current distribution of program source
files (i.e., everything except the fonts) is released under
the terms of the GNU General Public License version 2,
or (at your option) a later version.
See the section below for a copy of the GNU General Public License
version 2.
The license for the compiled fonts is covered by the above GPL terms
with the GNU font embedding exception, as follows:
As a special exception, if you create a document which uses this font,
and embed this font or unaltered portions of this font into the document,
this font does not by itself cause the resulting document to be covered
by the GNU General Public License. This exception does not however
invalidate any other reasons why the document might be covered by the
GNU General Public License. If you modify this font, you may extend
this exception to your version of the font, but you are not obligated
to do so. If you do not wish to do so, delete this exception statement
from your version.
See "http://www.gnu.org/licenses/gpl-faq.html#FontException" for more details.
GPL VERSION 2
-------------
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
================================================
FILE: imposm3_mapping.json
================================================
{
"generalized_tables": {
"planet_osm_line_z10": {
"source": "planet_osm_line_z11",
"sql_filter": "highway in ('motorway', 'trunk', 'primary', 'secondary')",
"tolerance": 76
},
"planet_osm_line_z11": {
"source": "planet_osm_line_z12",
"sql_filter": "highway in ('motorway', 'trunk', 'primary', 'secondary', 'tertiary')",
"tolerance": 38
},
"planet_osm_line_z12": {
"source": "planet_osm_line_z13",
"sql_filter": "highway in ('motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'secondary','tertiary','residential','unclassified','road')",
"tolerance": 19
},
"planet_osm_line_z13": {
"source": "planet_osm_line_z14",
"sql_filter": "highway in ('motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'primary_link', 'secondary','secondary_link', 'tertiary','residential','unclassified','road','raceway','service')",
"tolerance": 9
},
"planet_osm_line_z14": {
"source": "roads",
"sql_filter": "highway in ('motorway', 'motorway_link', 'trunk', 'trunk_link', 'primary', 'primary_link', 'secondary','secondary_link', 'tertiary','tertiary_link','residential','unclassified','road','minor','raceway') OR railway = 'rail'",
"tolerance": 4
},
"landcover_z13": {
"source": "landcover",
"sql_filter": "area > 100000",
"tolerance": 9
},
"landcover_z10": {
"source": "landcover_z13",
"sql_filter": "area > 500000",
"tolerance": 76
},
"urban_areas_z13": {
"source": "urban_areas",
"sql_filter": "area > 100000",
"tolerance": 9
},
"urban_areas_z10": {
"source": "urban_areas_z13",
"sql_filter": "area > 500000",
"tolerance": 76
},
"green_areas_z13": {
"source": "green_areas",
"sql_filter": "area > 75000",
"tolerance": 9
},
"green_areas_z10": {
"source": "green_areas_z13",
"sql_filter": "area > 5000000",
"tolerance": 76
},
"brown_areas_z13": {
"source": "brown_areas",
"sql_filter": "area > 75000",
"tolerance": 9
},
"brown_areas_z10": {
"source": "brown_areas_z13",
"sql_filter": "area > 5000000",
"tolerance": 76
},
"water_areas_z13": {
"source": "water_areas",
"sql_filter": "area > 25000 OR type = 'riverbank'",
"tolerance": 9
},
"water_areas_z10": {
"source": "water_areas_z13",
"sql_filter": "area > 2500000 OR type = 'riverbank'",
"tolerance": 76
},
"buildings_z13": {
"source": "buildings",
"sql_filter": "area > 40000",
"tolerance": 9
}
},
"tables": {
"admin": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "mapping_value",
"name": "type",
"key": null
},
{
"type": "integer",
"name": "admin_level",
"key": "admin_level"
}
],
"type": "polygon",
"mapping": {
"boundary": [
"administrative"
]
}
},
"aeroways": {
"fields":[
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "string",
"name": "type",
"key": "aeroway"
}
],
"type":"linestring",
"mapping": {
"aeroway": [
"__any__"
]
}
},
"stations": {
"fields":[
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "string",
"name": "railway",
"key": "railway"
},
{
"type": "string",
"name": "highway",
"key": "highway"
}
],
"type":"point",
"mappings":{
"stations":{
"mapping":{
"railway":[
"station"
],
"highway":[
"bus_stop"
]
}
}
}
},
"mountain_peaks": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type":"string",
"name": "height_meters",
"key": "ele"
},
{
"type": "mapping_value",
"name": "type",
"key": null
}
],
"type":"point",
"mappings": {
"type": {
"mapping": {
"natural": [
"peak",
"volcano",
"saddle"
],
"tourism":[
"viewpoint"
],
"man_made":[
"tower",
"water_tower",
"monitoring_station",
"survey_point",
"cairn"
]
}
},
"height_meters": {
"mapping": {
"ele" : [
"__any__"
]
}
}
}
},
"buildings": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "pseudoarea",
"name": "area",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "string",
"name": "type",
"key": "building"
}
],
"type":"polygon",
"mappings": {
"building": {
"mapping": {
"building": [
"__any__"
],
"waterway": [
"dam"
]
}
}
}
},
"water_areas": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "pseudoarea",
"name": "area",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "mapping_value",
"name": "type",
"key": null
}
],
"type":"polygon",
"mappings": {
"water_areas": {
"mapping": {
"natural": [
"water",
"bay"
],
"waterway":[
"riverbank"
],
"landuse":[
"reservoir"
]
}
}
}
},
"brown_areas": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "pseudoarea",
"name": "area",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "mapping_value",
"name": "type",
"key": null
}
],
"type":"polygon",
"mappings": {
"brown_areas": {
"mapping": {
"landuse": [
"brownfield",
"landfill",
"quarry"
],
"natural":[
"mud",
"marsh",
"wetland"
]
}
}
}
},
"green_areas": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "pseudoarea",
"name": "area",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "mapping_value",
"name": "type",
"key": null
}
],
"type":"polygon",
"mappings": {
"green_areas": {
"mapping": {
"leisure": [
"park",
"water_park",
"marina",
"nature_reserve",
"playground",
"garden",
"common",
"sports_centre",
"golf_course",
"stadium",
"track",
"pitch"
],
"amenity":[
"graveyard"
],
"natural":[
"wood"
],
"landuse":[
"cemetery",
"recreation_ground",
"forest",
"wood"
]
}
}
}
},
"landcover": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "pseudoarea",
"name": "area",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "mapping_value",
"name": "type",
"key": null
}
],
"type":"polygon",
"mappings": {
"landcover": {
"mapping": {
"natural": [
"scrub",
"grassland",
"heath",
"rock",
"bare_rock",
"beach",
"sand",
"scree",
"fell",
"glacier"
],
"amenity":[
"parking"
],
"landuse":[
"farmland",
"grass",
"meadow",
"farm",
"farmyard",
"vineyard",
"orchard"
]
}
}
}
},
"urban_areas": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "pseudoarea",
"name": "area",
"key": null
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "mapping_value",
"name": "type",
"key": null
}
],
"type":"polygon",
"mappings": {
"urban_areas": {
"mapping": {
"leisure": [
"playground",
"sports_centre",
"stadium",
"track",
"pitch"
],
"amenity":[
"graveyard"
],
"landuse":[
"cemetery",
"commercial",
"retail",
"brownfield",
"residential",
"industrial"
]
}
}
}
},
"roads": {
"fields": [
{
"type": "id",
"name": "osm_id",
"key": null
},
{
"type": "geometry",
"name": "geometry",
"key": null
},
{
"type": "string",
"name": "highway",
"key": "highway"
},
{
"type": "string",
"name": "railway",
"key": "railway"
},
{
"type": "string",
"name": "name",
"key": "name"
},
{
"type": "boolint",
"name": "tunnel",
"key": "tunnel"
},
{
"type": "boolint",
"name": "bridge",
"key": "bridge"
},
{
"type": "direction",
"name": "oneway",
"key": "oneway"
},
{
"type": "string",
"name": "ref",
"key": "ref"
},
{
"type": "wayzorder",
"name": "z_order",
"key": "layer"
},
{
"type": "string",
"name": "access",
"key": "access"
},
{
"type": "string",
"name": "service",
"key": "service"
},
{
"type": "mapping_key",
"name": "class",
"key": null
}
],
"type": "linestring",
"filters": {
"exclude_tags": [
["area", "yes"]
]
},
"mappings": {
"railway": {
"mapping": {
"railway": [
"rail",
"tram",
"light_rail",
"subway",
"narrow_gauge",
"preserved",
"funicular",
"monorail",
"disused"
]
}
},
"roads": {
"mapping": {
"man_made": [
"pier",
"groyne"
],
"highway": [
"motorway",
"motorway_link",
"trunk",
"trunk_link",
"primary",
"primary_link",
"secondary",
"secondary_link",
"tertiary",
"tertiary_link",
"road",
"path",
"track",
"service",
"footway",
"bridleway",
"cycleway",
"steps",
"pedestrian",
"living_street",
"unclassified",
"residential",
"raceway"
]
}
}
}
}
}
}
================================================
FILE: labels.mss
================================================
@text_font_transport: 'PT Sans Narrow Regular', 'Unifont Medium';
@text_font_shield: 'PT Sans Bold', 'Unifont Medium';
@text_font_administrative: 'PT Sans Bold', 'Unifont Medium';
@text_font_city: 'PT Sans Narrow Regular', 'Unifont Medium';
@text_font_parks: 'PT Sans Narrow Regular', 'Unifont Medium';
@text_font_italic: 'PT Sans Italic', 'Unifont Medium';
@text_font_bold_italic: 'PT Sans Bold Italic', 'Unifont Medium';
@label_color_transport: #524c4c;
@label_color_shield: #fff;
@label_color_shield_fed: #333; // 80 K
@label_color_administrative: #2e2115; //
@label_color_city: #2e2115;
@text_font_size_xxsm: 12;
@text_font_size_xsm: 14;
@text_font_size_sm: 15;
@text_font_size_medium: 17;
@text_font_size_medium_plus: 18;
@text_font_size_large: 20;
@text_font_size_xlg: 24;
@text_font_size_xxlg: 34;
@text_character_spacing_sm: 0.7;
@text_character_spacing_md: 1.2;
@text_character_spacing_lg: 1.7;
@text_character_spacing_xlg: 2.2;
@text_line_spacing_normal: 0; // uses "default" line spacing for font
@text_line_spacing_negative_1: -1; // decreases default slightly for small type eg: 12px
@text_line_spacing_negative_2: -2;
@text_line_spacing_negative_4: -4;
@text_line_spacing_negative_7: -7;
@text_line_spacing_negative_10: -10;
@text_font_halo_radius_xsm: 1;
@text_font_halo_radius_sm: 1.5;
@text_font_halo_radius_md: 1.75;
@text_font_halo_radius_large: 2;
@label_color_halo_low: fadeout(rgba(255,255,255,0.7), 30%);
@label_color_halo_high: fadeout(rgba(255,255,255,1), 10%);
@label_color_administrative_halo: fadeout(#fff, 30%);
@label_color_physical: #000;
@label_color_physical_halo: fadeout(@color_physical,10%);
@label_color_transport_halo: desaturate(#F7F7E6,50%);
@label_color_airport_halo: #f7f7e6;
@label_color_places_halo_low: fadeout(rgba(255,255,255, 1), 30%);
@label_color_places_halo_high: fadeout(rgba(255,255,255, 1), 30%);
@label_color_green_area: #374c30;
@label_color_green_area_halo: #dee0be; // same as @color_physical, the land background
@label_color_water: darken(@color_water,20);
@label_color_water_halo: @color_water;
Map {
font-directory: url("fonts/");
buffer-size: 128;
}
#mountain_peaks_ne {
[zoom>=4][comment =~'.*Highest.*'],
[zoom>=4][comment =~'.*highest.*'],
[zoom>=4][name =~'.*Vinson.*'],
[zoom>=6][elevation>=1000],
[zoom>=8][elevation>=1500],
[zoom>=9][elevation>=500] {
shield-name: [name] + '\n' + [elevation] + 'm';
shield-face-name: @text_font_italic;
shield-size: @text_font_size_xxsm;
shield-file: url('icons/triangle-18.svg');
shield-transform: scale(0.5,0.5);
shield-unlock-image: true;
shield-avoid-edges: true;
shield-fill: @label_color_physical;
shield-halo-radius: @text_font_halo_radius_md;
shield-halo-fill: @label_color_halo_low;
shield-min-distance: 2;
shield-placement-type: simple;
shield-placements: 'NW,SE,N,S,E,W,NE,SW';
shield-text-dy: 5;
shield-text-dx: 5;
shield-min-distance: 1000;
shield-wrap-width: 80;
shield-line-spacing: -2;
[comment =~'.*Highest.*'],
[comment =~'.*highest.*'],
[name =~'.*Vinson.*'] {
shield-file: url('icons/triangle-18.svg');
shield-face-name: @text_font_bold_italic; // special call out to the tallest peaks on each continent!
shield-transform: scale(0.65,0.65);
}
[zoom>=7] {
shield-halo-fill: @label_color_halo_high;
}
[zoom>=8] {
shield-file: url('icons/triangle-18.svg');
shield-size: @text_font_size_xsm;
}
[zoom>=10] {
shield-file: url('icons/triangle-18.svg');
shield-size: @text_font_size_sm;
shield-transform: scale(0.8,0.8);
shield-text-dy: 7;
shield-text-dx: 7;
}
// replace McKinley with Denali (not the dryest solution but TileMill is being weird...)
[zoom>=4][zoom<=18][name=~'.*McKinley'] {
shield-name: "Denali" + '\n' + [elevation] + 'm';
shield-face-name: @text_font_bold_italic;
shield-size: @text_font_size_xxsm;
shield-file: url('icons/triangle-18.svg');
shield-transform: scale(0.5,0.5);
shield-unlock-image: true;
shield-avoid-edges: true;
shield-fill: @label_color_physical;
shield-halo-fill: @label_color_physical_halo;
shield-halo-radius: 1;
shield-min-distance: 2;
shield-placement-type: simple;
shield-placements: 'NW,SE,N,S,E,W,NE,SW';
shield-text-dy: 5;
shield-text-dx: 5;
shield-min-distance: 1000;
shield-wrap-width: 30;
shield-line-spacing: -2;
[zoom>=8] {
shield-size: @text_font_size_xsm;
}
[zoom>=10] {
shield-size: @text_font_size_sm;
shield-transform: scale(0.8,0.8);
shield-text-dy: 7;
shield-text-dx: 7;
}
}
}
}
#minor_road_labels,
#major_road_labels, {
text-name: [name];
text-face-name: @text_font_transport;
text-placement: line;
text-label-position-tolerance: 2;
text-max-char-angle-delta: 20;
text-min-path-length: 30;
text-fill: #444;
text-spacing: 256;
text-min-distance: 5;
text-character-spacing: @text_character_spacing_sm;
text-avoid-edges: true;
text-halo-fill: @label_color_transport_halo;
text-halo-radius: @text_font_halo_radius_md;
[kind='major_road'] {
text-size: @text_font_size_xxsm;
}
[zoom>=13] {
text-size: @text_font_size_xxsm;
[kind='major_road'] {
text-size: @text_font_size_xxsm * 1.2;
}
}
[zoom>=14] {
text-min-distance: 10;
text-size: @text_font_size_sm;
text-character-spacing: @text_character_spacing_md;
text-halo-radius: @text_font_halo_radius_large;
[kind='major_road'] {
text-size: @text_font_size_sm * 1.2;
}
}
[zoom>=16]{
text-min-distance: 100;
text-character-spacing: @text_character_spacing_lg;
}
}
#highway_shields {
[zoom>=11],
[highway='motorway'],
[highway='trunk'],
[highway='primary'] {
[ref_length>0][ref_length<8] {
// default rectangle shield
shield-fill: @label_color_shield_fed;
shield-transform: scale(1.1,1.1);
shield-face-name: @text_font_shield;
shield-name: [ref];
shield-size: 10;
shield-min-distance: 60;
shield-spacing: 60;
// half the width of the shield to prevent from wrapping
shield-min-padding: 10;
shield-file: url(shields/default-rg.svg);
[priority=4] {
[ref_length>6][ref_length<8] {
shield-file: url(shields/default-lg.svg);
}
[ref_length<=4][ref_length>=3] {
shield-file: url(shields/default-sm.svg);
}
[ref_length<3][ref_length>0] {
shield-file: url(shields/default-xsm.svg);
}
}
// hide state shields at lower zooms
[zoom>=11][zoom<=12][highway='trunk'],
[zoom>=11][zoom<=12][highway='primary'],
[zoom>=11][zoom<=12][highway='secondary'],
[zoom>=11][zoom<=12][highway='tertiary'] {
shield-opacity: 0;
shield-size: 0;
}
[ref=~'I \d+'] {
shield-file: url(shields/interstate_2.svg);
shield-transform: scale(0.033, 0.033);
shield-fill: @label_color_shield;
shield-size: 9;
shield-name: "[ref].replace('I ', '')";
[zoom>=13] {
shield-size: 11;
shield-transform: scale(0.038, 0.038);
shield-min-distance: 65;
}
[zoom>=15] {
shield-size: 13;
shield-transform: scale(0.045, 0.045);
}
[zoom>=17] {
shield-size: 15;
shield-transform: scale(0.05, 0.05);
}
}
[ref=~'I \d{3,}'] {
shield-file: url(shields/interstate_3.svg);
shield-transform: scale(0.033, 0.033);
shield-fill: @label_color_shield;
shield-size: 9;
shield-name: "[ref].replace('I ', '')";
[zoom>=13] {
shield-size: 11;
shield-transform: scale(0.038, 0.038);
shield-min-distance: 65;
}
[zoom>=15] {
shield-size: 13;
shield-transform: scale(0.045, 0.045);
}
[zoom>=17] {
shield-size: 13;
shield-transform: scale(0.05, 0.05);
}
}
[ref=~'US \d+'] {
shield-file: url(shields/us.svg);
shield-transform: scale(0.062, 0.062);
shield-size: 10;
shield-name: "[ref].replace('US ', '')";
shield-fill: @label_color_shield_fed;
shield-text-dy: 1;
shield-character-spacing: -1;
[zoom>=13] {
shield-size: 12;
shield-transform: scale(0.075, 0.075);
}
[zoom>=15] {
shield-size: 14;
shield-transform: scale(0.088, 0.088);
}
[zoom>=17] {
shield-size: 16;
shield-transform: scale(0.091, 0.091);
}
}
[ref=~'CA \d+'] {
shield-file: url(shields/ca.svg);
shield-fill: @label_color_shield;
shield-transform: scale(0.052, 0.052);
shield-size: 10;
shield-name: "[ref].replace('CA ', '')";
shield-dy: -2.5;
shield-character-spacing: -1;
[zoom>=11][zoom<=12][highway='trunk'],
[zoom>=11][zoom<=12][highway='primary'],
[zoom>=11][zoom<=12][highway='secondary'],
[zoom>=11][zoom<=12][highway='tertiary'] {
shield-opacity: 0;
shield-size: 0;
}
[zoom>=13] {
shield-size: 12;
shield-transform: scale(0.060, 0.060);
shield-min-distance: 70;
}
[zoom>=14] {
shield-min-distance: 80;
}
[zoom>=15] {
shield-size: 14;
shield-transform: scale(0.080, 0.080);
shield-dy: -3.5;
}
[zoom>=17] {
shield-size: 16;
shield-transform: scale(0.090, 0.090);
}
}
}
}
}
#ne_110m_geography_marine_polys[zoom=2][scalerank=0][changed!=''],
#ne_110m_geography_marine_polys[zoom=3][changed!=''],
#ne_50m_geography_marine_polys[zoom=4][scalerank<4][changed!=''] {
text-name: [name];
[namealt!=''] {
text-name: [name] + '\n(' + [namealt] + ')';
}
text-face-name: @text_font_bold_italic;
text-wrap-width: 40;
text-wrap-character: ' ';
text-size: @text_font_size_sm;
text-character-spacing: @text_character_spacing_xlg;
text-align: center;
text-fill: @label_color_water;
text-halo-radius: @text_font_halo_radius_xsm;
text-halo-fill: @label_color_water_halo;
text-placement: interior;
}
#ne_50m_geography_marine_polys[zoom=5][scalerank<4][changed!=''],
#ne_10m_geography_marine_polys[zoom>=6][zoom<=8][scalerank<7][changed!='']
{
text-name: [name];
[namealt!=''] {
text-name: [name] + '\n(' + [namealt] + ')';
}
[name = 'Hecate Straight'] {
text-name: 'Hecate Strait' + [namealt]; // Becase we know namealt is empty
}
[name = 'Queen Charlotte Straight'] {
text-name: 'Queen Charlotte Strait' + [namealt]; // Becase we know namealt is empty
}
text-face-name: @text_font_bold_italic;
text-wrap-width: 50;
text-size: @text_font_size_medium;
text-character-spacing: @text_character_spacing_lg;
text-fill: @label_color_water;
text-halo-radius: @text_font_halo_radius_xsm;
text-halo-fill: @label_color_water_halo;
text-placement: interior;
text-align: center;
}
#water-bodies-labels-low,
#water-bodies-labels-med,
#water-bodies-labels-high {
[zoom=9][area>1000000000],
[zoom=10][area>100000000],
[zoom=11][area>25000000],
[zoom=12][area>5000000],
[zoom=13][area>2000000],
[zoom=14][area>200000],
[zoom=15][area>50000],
[zoom=16][area>10000],
[zoom>=17] {
text-name: "[name]";
text-face-name: @text_font_italic;
text-placement: interior;
text-max-char-angle-delta: 30;
text-wrap-width: 40;
text-halo-radius: @text_font_halo_radius_large;
text-fill: @label_color_water;
text-halo-fill: @label_color_water_halo;
text-size: @text_font_size_xsm;
[zoom>9][zoom<12] {
text-spacing: 200;
text-wrap-width: 50;
}
[zoom=12] {
text-size: @text_font_size_xsm;
text-spacing: 200;
text-wrap-width: 70;
}
[zoom=13] {
text-size: @text_font_size_xsm;
text-spacing: 100;
text-wrap-width: 70;
}
[zoom=14] {
text-size: @text_font_size_xsm;
text-spacing: 100;
text-wrap-width: 70;
}
[zoom>=15] {
text-size: @text_font_size_sm;
text-spacing: 100;
text-wrap-width: 40;
}
}
}
#green-areas-labels-low,
#green-areas-labels-med,
#green-areas-labels-high {
[zoom=8][area>100000000],
[zoom=9][area>100000000],
[zoom=10][area>100000000],
[zoom=11][area>5000000],
[zoom=12][area>1000000],
[zoom=13][area>400000],
[zoom=14][area>200000],
[zoom=15][area>50000],
[zoom=16][area>10000],
[zoom>=17] {
text-name: [name];
text-face-name: @text_font_parks;
text-placement: interior;
text-wrap-width: 96;
text-wrap-before: true;
text-line-spacing: -3;
text-fill: @label_color_green_area;
text-size: 15;
[zoom>=8] {
text-halo-fill: @label_color_green_area_halo;
text-halo-radius: @text_font_halo_radius_sm;
}
[zoom>=11] {
text-fill: #586e50;
text-halo-radius: @text_font_halo_radius_large;
}
[zoom>=15] {
text-size: 20;
text-line-spacing: -7;
}
}
}
#continents {
text-name: [name];
text-face-name: @text_font_administrative;
text-wrap-width: 32;
text-size: 24;
text-line-spacing: -12;
text-fill: #2e2115;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
}
#admin1-labels {
// [zoom>=4][scalerank<3],
[zoom>=5][scalerank<=3][admin!='United States of America'][admin!='Canada'],
[zoom>=6][scalerank<=5],
[zoom>=7][scalerank>=6] {
text-name: [name];
text-transform: uppercase;
text-face-name: @text_font_administrative;
text-fill: #555; //@label_color_administrative;
text-halo-fill: @label_color_halo_high;
text-halo-radius: @text_font_halo_radius_md;
text-halo-opacity: 0.7;
text-size: @text_font_size_sm * 0.8;
text-wrap-width: 40;
text-placement-type: simple;
text-placements: 'E,N,W,S';
text-allow-overlap: false;
text-min-distance: 30;
text-avoid-edges: true;
text-min-padding: 5;
[zoom>=5] {
text-size: @text_font_size_sm;
text-character-spacing: 0;
text-min-distance: 30;
}
[zoom>=6] {
text-size: @text_font_size_sm;
text-halo-fill: @label_color_halo_high;
text-halo-opacity: 1;
text-character-spacing: 1;
}
[zoom>=7] {
text-size: @text_font_size_medium;
text-character-spacing: 2;
}
}
}
#admin1-labels-50m-z4 {
text-face-name: @text_font_administrative;
text-wrap-width: 80;
text-fill: @label_color_administrative;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
text-name: "[label_z4]";
text-size: @text_font_size_xsm;
text-character-spacing: 1;
}
#admin1-labels-50m-z5 {
text-face-name: @text_font_administrative;
text-wrap-width: 80;
text-fill: @label_color_administrative;
text-halo-radius: @text_font_halo_radius_md;
text-halo-fill: @label_color_halo_high;
// text-halo-comp-op: overlay;
text-halo-rasterizer: fast;
text-name: "[label_z5]";
text-size: @text_font_size_sm;
text-character-spacing: 1;
}
// #admin1-labels-50m-z6 {
// text-face-name: @text_font_administrative;
// text-wrap-width: 80;
// text-fill: @label_color_administrative;
// text-halo-radius: @text_font_halo_radius_sm;
// text-halo-fill: @label_color_halo_low;
// text-name: "[label_z6]";
// text-size: @text_font_size_medium;
// text-character-spacing: 2;
// }
// #admin1-labels-50m-z7 {
// text-face-name: @text_font_administrative;
// text-wrap-width: 80;
// text-fill: @label_color_administrative;
// text-halo-radius: @text_font_halo_radius_sm;
// text-halo-fill: @label_color_halo_low;
// text-name: "[label_z7]";
// text-size: @text_font_size_large;
// text-character-spacing: 3;
// }
/* Admin 0 labels */
#admin0-labels-z3[longfrom>3] {
text-name: "[shortname]";
text-face-name: @text_font_administrative;
text-transform: uppercase;
text-wrap-width: 80;
text-character-spacing: @text_character_spacing_sm;
text-size: @text_font_size_medium_plus;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
text-fill: @label_color_administrative;
text-min-distance: 5;
}
#admin0-labels-z3[longfrom<=3] {
text-name: "[name]";
text-face-name: @text_font_administrative;
text-transform: uppercase;
text-size: @text_font_size_medium_plus;
text-line-spacing: -8;
text-wrap-width: 100;
text-character-spacing: @text_character_spacing_sm;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
text-fill: @label_color_administrative;
}
#admin0-labels-z4 {
text-name: [name];
text-face-name: @text_font_administrative;
text-transform: uppercase;
text-wrap-width: 80;
text-character-spacing: @text_character_spacing_lg;
text-size: @text_font_size_large;
text-min-distance: 15;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
text-fill: @label_color_administrative;
}
#admin0-labels-z5 {
text-name: [name];
text-face-name: @text_font_administrative;
text-transform: uppercase;
text-wrap-width: 80;
text-character-spacing: @text_character_spacing_xlg;
text-size: @text_font_size_xlg;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
text-fill: @label_color_administrative;
}
#admin0-labels-z6 {
text-name: [name];
text-face-name: @text_font_administrative;
text-transform: uppercase;
text-wrap-width: 80;
text-character-spacing: @text_character_spacing_xlg;
text-size: @text_font_size_xxlg;
text-halo-radius: @text_font_halo_radius_sm;
text-halo-fill: @label_color_halo_low;
text-fill: @label_color_administrative;
}
/* city labels - using hwy shields */
#aries-places-labels {
[zoom=4][scalerank<5],
[zoom=5][scalerank<6],
[zoom=6][scalerank<7],
[zoom=7][scalerank<8],
[zoom=8][scalerank<9],
[zoom=9][scalerank<9],
[zoom=9][scalerank=9][population>=10000],
[zoom=10][scalerank<10],
[zoom=10][scalerank=10][population>=10000]{
shield-file: url(shields/circle-12.svg);
shield-size: @text_font_size_xxsm;
shield-line-spacing: @text_line_spacing_negative_2;
shield-fill: @label_color_city;
shield-halo-fill: @label_color_halo_high;
shield-halo-radius: @text_font_halo_radius_large;
shield-halo-opacity: 0.7;
shield-unlock-image: true;
shield-avoid-edges: true;
shield-transform: scale(0.5, 0.5);
shield-face-name: @text_font_city;
shield-name: [name];
shield-min-distance: 2;
shield-placement-type: simple;
shield-placements: 'NE,SW,NW,SE,E,W';
shield-text-dy: 3;
shield-text-dx: 3;
shield-min-distance: 40;
shield-wrap-width: 30;
shield-line-spacing: -7;
[zoom>=5]{
shield-size: @text_font_size_medium;
[population>700000] {
shield-size: @text_font_size_medium * 1.2;
shield-line-spacing: @text_line_spacing_negative_7;
shield-text-dy: 5;
shield-text-dx: 5;
}
}
[zoom>=6] {
shield-halo-radius: @text_font_halo_radius_md;
shield-halo-fill: @label_color_halo_high;
shield-halo-opacity: 1;
}
[zoom>=8] {
shield-line-spacing: @text_line_spacing_negative_4;
shield-transform: scale(0.75, 0.75);
shield-text-dy: 5;
shield-text-dx: 5;
}
[zoom>=10]{
shield-size: @text_font_size_medium_plus;
shield-halo-radius: @text_font_halo_radius_large;
shield-halo-fill: @label_color_halo_high;
shield-transform: scale(0.85, 0.85);
shield-text-dy: 5;
shield-text-dx: 5;
[population>100000] {
shield-size: @text_font_size_medium_plus * 1.2;
shield-transform: scale(1, 1);
shield-text-dy: 7;
shield-text-dx: 7;
}
[population>700000] {
shield-size: @text_font_size_medium_plus * 1.4;
shield-line-spacing: @text_line_spacing_negative_10;
}
}
}
// Switch to text symbolizer instead of shield
[zoom>=11]{
text-name: [name];
text-face-name: @text_font_city;
text-size: @text_font_size_medium_plus;
text-fill: @label_color_city;
text-halo-fill: @label_color_halo_high;
text-halo-radius: @text_font_halo_radius_large;
text-avoid-edges: true;
text-min-distance: 3;
text-wrap-width: 20;
text-line-spacing: -5;
//text-placement-type: simple;
//text-placements: 'NE,SW,NW,SE,E,W,N,S';
[zoom>=11] {
[population>100000] {
text-size: @text_font_size_medium_plus * 1.2;
}
[population>700000] {
text-size: @text_font_size_medium_plus; //@text_font_size_medium_plus * 1.2;
}
[population>7000000] {
text-size: @text_font_size_medium_plus * 1.4;
}
}
[zoom>=12] {
text-size: @text_font_size_large;
[population>100000] {
text-size: @text_font_size_large * 1.2;
}
[population>700000] {
text-size: @text_font_size_large * 1.2;
}
[population>7000000] {
text-size: @text_font_size_large * 1.3;
}
}
}
}
#airports {
[zoom>=10] {
text-name: [abbrev];
text-face-name: @text_font_transport;
text-fill: #444;
text-size: @text_font_size_medium_plus;
text-halo-fill: @label_color_airport_halo;
text-halo-radius: @text_font_halo_radius_large;
text-wrap-width: 128;
text-dy: 14;
}
[zoom>=13] {
text-name: [name];
}
[zoom=14][natlscale>.04],
[zoom=15][natlscale>.02],
[zoom>=16][natlscale>.01]
{
text-dy: 20;
}
[zoom=8][natlscale>2.3][type='major'],
[zoom=9][natlscale>1.2][type='major'],
[zoom=10][natlscale>0.57][type='major'],
[zoom=11][natlscale>0.29][type='major'],
[zoom=12][natlscale>0.29][type='major'],
[zoom=13][natlscale>0.29][type='major']
{
point-file: url('icons/airport_major_l.png');
}
[zoom=14][natlscale>.29][type='major'],
[zoom=15][natlscale>.29][type='major'],
[zoom>=16][natlscale>.29][type='major']
{
point-file: url('icons/airport_major_xl.png');
}
[zoom=8][natlscale>2.3][type='small'],
[zoom=9][natlscale>1.2][type='small'],
[zoom=10][natlscale>.57][type='small'],
[zoom=11][natlscale>.29][type='small'],
[zoom=12][natlscale>.29][type='small'],
[zoom=13][natlscale>.29][type='small']
{
point-file: url('icons/airport_small_l.png');
}
[zoom=14][natlscale>.29][type='small'],
[zoom=15][natlscale>.29][type='small'],
[zoom>=16][natlscale>.29][type='small']
{
point-file: url('icons/airport_small_xl.png');
}
[zoom=8][natlscale>2.3][type='military'],
[zoom=9][natlscale>1.2][type='military'],
[zoom=10][natlscale>.57][type='military'],
[zoom=11][natlscale>.29][type='military'],
[zoom=12][natlscale>.29][type='military'],
[zoom=13][natlscale>.29][type='military']
{
point-file: url('icons/airport_military_l.png');
}
[zoom=14][natlscale>.29][type='military'],
[zoom=15][natlscale>.29][type='military'],
[zoom>=16][natlscale>.29][type='military']
{
point-file: url('icons/airport_military_xl.png');
}
[zoom=8][natlscale>2.3][type='spaceport'],
[zoom=9][natlscale>1.2][type='spaceport'],
[zoom=10][natlscale>.57][type='spaceport'],
[zoom=11][natlscale>.29][type='spaceport'],
[zoom=12][natlscale>.29][type='spaceport'],
[zoom=13][natlscale>.29][type='spaceport']
{
point-file: url('icons/intergalactic_l.png');
}
[zoom=14][natlscale>.29][type='spaceport'],
[zoom=15][natlscale>.29][type='spaceport'],
[zoom>=16][natlscale>.29][type='spaceport']
{
point-file: url('icons/intergalactic_xl.png');
}
}
================================================
FILE: landcover/LCType_z9-urban-only.vrt
================================================
<VRTDataset rasterXSize="131072" rasterYSize="131072">
<SRS>PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"],AUTHORITY["EPSG","3857"]]</SRS>
<GeoTransform> -2.0037508342566229e+07, 3.0574697872593975e+02, 0.0000000000000000e+00, 1.4908873541090125e+08, 0.0000000000000000e+00, -1.3395686191437126e+03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="0" comment="water"/>
<Entry c1="119" c2="150" c3="110" c4="0" comment="evergreen needleleaf forest"/>
<Entry c1="130" c2="162" c3="95" c4="0" comment="evergreen broadleaf forest"/>
<Entry c1="149" c2="188" c3="133" c4="0" comment="deciduous needleleaf forest"/>
<Entry c1="158" c2="188" c3="133" c4="0" comment="deciduous broadleaf forest"/>
<Entry c1="134" c2="162" c3="113" c4="0" comment="mixed forest"/>
<Entry c1="232" c2="225" c3="186" c4="0" comment="closed shrublands"/>
<Entry c1="232" c2="225" c3="186" c4="0" comment="open shrublands (southern nevada)"/>
<Entry c1="153" c2="180" c3="126" c4="0" comment="woody savannas"/>
<Entry c1="222" c2="224" c3="190" c4="0" comment="savannas"/>
<Entry c1="236" c2="234" c3="191" c4="0" comment="grasslands (northern nevada)"/>
<Entry c1="175" c2="214" c3="195" c4="0" comment="permanent wetlands"/>
<Entry c1="228" c2="229" c3="185" c4="0" comment="croplands"/>
<Entry c1="237" c2="237" c3="237" c4="255" comment="urban and built-up" />
<Entry c1="209" c2="226" c3="172" c4="0" comment="cropland/natural vegetation mosaic"/>
<Entry c1="244" c2="255" c3="255" c4="0" comment="snow and ice"/>
<Entry c1="240" c2="240" c3="210" c4="0" comment="barren or sparsely vegetated"/>
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="1">LCType_z9.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="131072" RasterYSize="131072" DataType="Byte" BlockXSize="256" BlockYSize="256" />
<SrcRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
<DstRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/LCType_z9.vrt
================================================
<VRTDataset rasterXSize="131072" rasterYSize="131072">
<SRS>PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"],AUTHORITY["EPSG","3857"]]</SRS>
<GeoTransform> -2.0037508342566229e+07, 3.0574697872593975e+02, 0.0000000000000000e+00, 1.4908873541090125e+08, 0.0000000000000000e+00, -1.3395686191437126e+03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="0" comment="water"/>
<Entry c1="119" c2="150" c3="110" c4="255" comment="evergreen needleleaf forest"/>
<Entry c1="130" c2="162" c3="95" c4="255" comment="evergreen broadleaf forest"/>
<Entry c1="149" c2="188" c3="133" c4="255" comment="deciduous needleleaf forest"/>
<Entry c1="158" c2="188" c3="133" c4="255" comment="deciduous broadleaf forest"/>
<Entry c1="134" c2="162" c3="113" c4="255" comment="mixed forest"/>
<Entry c1="232" c2="225" c3="186" c4="255" comment="closed shrublands"/>
<Entry c1="232" c2="225" c3="186" c4="255" comment="open shrublands (southern nevada)"/>
<Entry c1="153" c2="180" c3="126" c4="255" comment="woody savannas"/>
<Entry c1="222" c2="224" c3="190" c4="255" comment="savannas"/>
<Entry c1="236" c2="234" c3="191" c4="255" comment="grasslands (northern nevada)"/>
<Entry c1="175" c2="214" c3="195" c4="255" comment="permanent wetlands"/>
<Entry c1="228" c2="229" c3="185" c4="255" comment="croplands"/>
<Entry c1="237" c2="237" c3="237" c4="255" comment="urban and built-up" />
<Entry c1="209" c2="226" c3="172" c4="255" comment="cropland/natural vegetation mosaic"/>
<Entry c1="244" c2="255" c3="255" c4="255" comment="snow and ice"/>
<Entry c1="240" c2="240" c3="210" c4="255" comment="barren or sparsely vegetated"/>
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="1">LCType_z9.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="131072" RasterYSize="131072" DataType="Byte" BlockXSize="256" BlockYSize="256" />
<SrcRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
<DstRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/LCType_z9_s3-urban-only.vrt
================================================
<VRTDataset rasterXSize="131072" rasterYSize="131072">
<SRS>PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"],AUTHORITY["EPSG","3857"]]</SRS>
<GeoTransform> -2.0037508342566229e+07, 3.0574697872593975e+02, 0.0000000000000000e+00, 1.4908873541090125e+08, 0.0000000000000000e+00, -1.3395686191437126e+03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="0" comment="water"/>
<Entry c1="119" c2="150" c3="110" c4="0" comment="evergreen needleleaf forest"/>
<Entry c1="130" c2="162" c3="95" c4="0" comment="evergreen broadleaf forest"/>
<Entry c1="149" c2="188" c3="133" c4="0" comment="deciduous needleleaf forest"/>
<Entry c1="158" c2="188" c3="133" c4="0" comment="deciduous broadleaf forest"/>
<Entry c1="134" c2="162" c3="113" c4="0" comment="mixed forest"/>
<Entry c1="232" c2="225" c3="186" c4="0" comment="closed shrublands"/>
<Entry c1="232" c2="225" c3="186" c4="0" comment="open shrublands (southern nevada)"/>
<Entry c1="153" c2="180" c3="126" c4="0" comment="woody savannas"/>
<Entry c1="222" c2="224" c3="190" c4="0" comment="savannas"/>
<Entry c1="236" c2="234" c3="191" c4="0" comment="grasslands (northern nevada)"/>
<Entry c1="175" c2="214" c3="195" c4="0" comment="permanent wetlands"/>
<Entry c1="228" c2="229" c3="185" c4="0" comment="croplands"/>
<Entry c1="237" c2="237" c3="237" c4="255" comment="urban and built-up" />
<Entry c1="209" c2="226" c3="172" c4="0" comment="cropland/natural vegetation mosaic"/>
<Entry c1="244" c2="255" c3="255" c4="0" comment="snow and ice"/>
<Entry c1="240" c2="240" c3="210" c4="0" comment="barren or sparsely vegetated"/>
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="0">/vsicurl/http://s3.amazonaws.com/maps.stamen.com/data/terrain/LCType_z9.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="131072" RasterYSize="131072" DataType="Byte" BlockXSize="256" BlockYSize="256" />
<SrcRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
<DstRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/LCType_z9_s3.vrt
================================================
<VRTDataset rasterXSize="131072" rasterYSize="131072">
<SRS>PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"],AUTHORITY["EPSG","3857"]]</SRS>
<GeoTransform> -2.0037508342566229e+07, 3.0574697872593975e+02, 0.0000000000000000e+00, 1.4908873541090125e+08, 0.0000000000000000e+00, -1.3395686191437126e+03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="0" comment="water"/>
<Entry c1="119" c2="150" c3="110" c4="255" comment="evergreen needleleaf forest"/>
<Entry c1="130" c2="162" c3="95" c4="255" comment="evergreen broadleaf forest"/>
<Entry c1="149" c2="188" c3="133" c4="255" comment="deciduous needleleaf forest"/>
<Entry c1="158" c2="188" c3="133" c4="255" comment="deciduous broadleaf forest"/>
<Entry c1="134" c2="162" c3="113" c4="255" comment="mixed forest"/>
<Entry c1="232" c2="225" c3="186" c4="255" comment="closed shrublands"/>
<Entry c1="232" c2="225" c3="186" c4="255" comment="open shrublands (southern nevada)"/>
<Entry c1="153" c2="180" c3="126" c4="255" comment="woody savannas"/>
<Entry c1="222" c2="224" c3="190" c4="255" comment="savannas"/>
<Entry c1="236" c2="234" c3="191" c4="255" comment="grasslands (northern nevada)"/>
<Entry c1="175" c2="214" c3="195" c4="255" comment="permanent wetlands"/>
<Entry c1="228" c2="229" c3="185" c4="255" comment="croplands"/>
<Entry c1="237" c2="237" c3="237" c4="255" comment="urban and built-up" />
<Entry c1="209" c2="226" c3="172" c4="255" comment="cropland/natural vegetation mosaic"/>
<Entry c1="244" c2="255" c3="255" c4="255" comment="snow and ice"/>
<Entry c1="240" c2="240" c3="210" c4="255" comment="barren or sparsely vegetated"/>
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="0">/vsicurl/http://s3.amazonaws.com/maps.stamen.com/data/terrain/LCType_z9.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="131072" RasterYSize="131072" DataType="Byte" BlockXSize="256" BlockYSize="256" />
<SrcRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
<DstRect xOff="0" yOff="0" xSize="131072" ySize="131072" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/LC_500m_MODIS-to-rgb.vrt
================================================
<VRTDataset rasterXSize="86400" rasterYSize="43200">
<SRS>GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]]</SRS>
<GeoTransform> -1.7999999999799661e+02, 4.1666666666667187e-03, 0.0000000000000000e+00, 8.9999999991917704e+01, 0.0000000000000000e+00, -4.1666666666667187e-03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="0" comment="water"/>
<Entry c1="119" c2="150" c3="110" c4="255" comment="evergreen needleleaf forest"/>
<Entry c1="130" c2="162" c3="95" c4="255" comment="evergreen broadleaf forest"/>
<Entry c1="149" c2="188" c3="133" c4="255" comment="deciduous needleleaf forest"/>
<Entry c1="158" c2="188" c3="133" c4="255" comment="deciduous broadleaf forest"/>
<Entry c1="134" c2="162" c3="113" c4="255" comment="mixed forest"/>
<Entry c1="232" c2="225" c3="186" c4="255" comment="closed shrublands"/>
<Entry c1="232" c2="225" c3="186" c4="255" comment="open shrublands (southern nevada)"/>
<Entry c1="153" c2="180" c3="126" c4="255" comment="woody savannas"/>
<Entry c1="222" c2="224" c3="190" c4="255" comment="savannas"/>
<Entry c1="236" c2="234" c3="191" c4="255" comment="grasslands (northern nevada)"/>
<Entry c1="175" c2="214" c3="195" c4="255" comment="permanent wetlands"/>
<Entry c1="228" c2="229" c3="185" c4="255" comment="croplands"/>
<Entry c1="237" c2="237" c3="237" c4="255" comment="urban and built-up" />
<Entry c1="209" c2="226" c3="172" c4="255" comment="cropland/natural vegetation mosaic"/>
<Entry c1="244" c2="255" c3="255" c4="255" comment="snow and ice"/>
<Entry c1="240" c2="240" c3="210" c4="255" comment="barren or sparsely vegetated"/>
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="1">LCType.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="86400" RasterYSize="43200" DataType="Byte" BlockXSize="86400" BlockYSize="1" />
<SrcRect xOff="0" yOff="0" xSize="86400" ySize="43200" />
<DstRect xOff="0" yOff="0" xSize="86400" ySize="43200" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/LC_500m_MODIS-urban-only.vrt
================================================
<VRTDataset rasterXSize="86400" rasterYSize="43200">
<SRS>GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]]</SRS>
<GeoTransform> -1.7999999999799661e+02, 4.1666666666667187e-03, 0.0000000000000000e+00, 8.9999999991917704e+01, 0.0000000000000000e+00, -4.1666666666667187e-03</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="255" c4="0" comment="water"/>
<Entry c1="133" c2="180" c3="127" c4="0" comment="evergreen needleleaf forest"/>
<Entry c1="130" c2="162" c3="95" c4="0" comment="evergreen broadleaf forest"/>
<Entry c1="149" c2="188" c3="133" c4="0" comment="deciduous needleleaf forest"/>
<Entry c1="158" c2="188" c3="133" c4="0" comment="deciduous broadleaf forest"/>
<Entry c1="137" c2="174" c3="107" c4="0" comment="mixed forest"/>
<Entry c1="232" c2="225" c3="186" c4="0" comment="closed shrublands"/>
<Entry c1="232" c2="225" c3="186" c4="0" comment="open shrublands (southern nevada)"/>
<Entry c1="153" c2="180" c3="126" c4="0" comment="woody savannas"/>
<Entry c1="222" c2="224" c3="190" c4="0" comment="savannas"/>
<Entry c1="236" c2="234" c3="191" c4="0" comment="grasslands (northern nevada)"/>
<Entry c1="175" c2="214" c3="195" c4="0" comment="permanent wetlands"/>
<Entry c1="228" c2="229" c3="185" c4="0" comment="croplands"/>
<Entry c1="237" c2="237" c3="237" c4="255" comment="urban and built-up" />
<Entry c1="209" c2="226" c3="172" c4="0" comment="cropland/natural vegetation mosaic"/>
<Entry c1="244" c2="255" c3="255" c4="0" comment="snow and ice"/>
<Entry c1="240" c2="240" c3="210" c4="0" comment="barren or sparsely vegetated"/>
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="1">LCType.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="86400" RasterYSize="43200" DataType="Byte" BlockXSize="86400" BlockYSize="1" />
<SrcRect xOff="0" yOff="0" xSize="86400" ySize="43200" />
<DstRect xOff="0" yOff="0" xSize="86400" ySize="43200" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/LC_5min_global_2012-to-rgb.vrt
================================================
<VRTDataset rasterXSize="4320" rasterYSize="1776">
<SRS>GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]]</SRS>
<GeoTransform> -1.8000000000000000e+02, 8.3333333333333329e-02, 0.0000000000000000e+00, 8.4000000000000000e+01, 0.0000000000000000e+00, -8.3333333333333329e-02</GeoTransform>
<VRTRasterBand dataType="Byte" band="1">
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="153" c2="179" c3="204" c4="0" />
<Entry c1="108" c2="136" c3="98" c4="255" />
<Entry c1="108" c2="136" c3="98" c4="255" />
<Entry c1="99" c2="138" c3="87" c4="255" />
<Entry c1="99" c2="138" c3="87" c4="255" />
<Entry c1="99" c2="138" c3="87" c4="255" />
<Entry c1="217" c2="208" c3="170" c4="255" />
<Entry c1="217" c2="208" c3="170" c4="255" />
<Entry c1="144" c2="158" c3="112" c4="255" />
<Entry c1="144" c2="158" c3="112" c4="255" />
<Entry c1="180" c2="189" c3="141" c4="255" />
<Entry c1="117" c2="156" c3="104" c4="255" />
<Entry c1="131" c2="163" c3="97" c4="255" />
<Entry c1="244" c2="244" c3="241" c4="255" />
<Entry c1="131" c2="163" c3="97" c4="255" />
<Entry c1="233" c2="231" c3="217" c4="255" />
<Entry c1="212" c2="202" c3="184" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="0" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
<Entry c1="255" c2="0" c3="0" c4="255" />
</ColorTable>
<SimpleSource>
<SourceFilename relativeToVRT="1">LC_5min_global_2012.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="4320" RasterYSize="1776" DataType="Byte" BlockXSize="4320" BlockYSize="1" />
<SrcRect xOff="0" yOff="0" xSize="4320" ySize="1776" />
<DstRect xOff="0" yOff="0" xSize="4320" ySize="1776" />
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/landcover-1km-to-merc.vrt
================================================
<VRTDataset rasterXSize="10030" rasterYSize="7265">
<Metadata>
<MDI key="TIFFTAG_IMAGEDESCRIPTION">North American Land Cover Characteristics</MDI>
<MDI key="TIFFTAG_SOFTWARE">USGS DRG production software</MDI>
<MDI key="TIFFTAG_DATETIME">2002:12:09 09:24:29</MDI>
<MDI key="TIFFTAG_ARTIST">National Atlas of the United States public domain raw data</MDI>
<MDI key="TIFFTAG_XRESOLUTION">254</MDI>
<MDI key="TIFFTAG_YRESOLUTION">254</MDI>
<MDI key="TIFFTAG_RESOLUTIONUNIT">2 (pixels/inch)</MDI>
<MDI key="AREA_OR_POINT">Area</MDI>
</Metadata>
<GCPList Projection="PROJCS["TIFF 6.0, GeoTIFF Revision 1.0",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.2572235630016,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["latitude_of_center",45],PARAMETER["longitude_of_center",-100],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]">
<!-- SF -->
<GCP Id="" Pixel="3817" Line="5019" X="-1944016" Y="-534146"/>
<!-- Seattle -->
<GCP Id="" Pixel="3966" Line="3828" X="-1794875" Y="656909"/>
<!-- Ches. -->
<GCP Id="" Pixel="7852" Line="5053" X="2105368" Y="-572224"/>
<!-- Alaska -->
<GCP Id="" Pixel="3960" Line="820" X="-1805163" Y="3674156"/>
<!-- Baja -->
<GCP Id="" Pixel="4267" Line="6252" X="-1490923" Y="-1768113"/>
<!-- Cabo -->
<GCP Id="" Pixel="4722" Line="6869" X="-1037949" Y="-2381299"/>
<!-- San Miguel -->
<GCP Id="" Pixel="7159" Line="7073" X="1408708" Y="-2584109"/>
<!-- Tamiahua -->
<GCP Id="" Pixel="6036" Line="7063" X="282176" Y="-2577643"/>
<!-- NOLA -->
<GCP Id="" Pixel="6732" Line="6073" X="981051" Y="-1586985"/>
<!-- Key Largo -->
<!-- GCP Id="" Pixel="7742" Line="6442" X="1991830" Y="-1955909"/ -->
<!-- Cape Cod -->
<GCP Id="" Pixel="8142" Line="4365" X="2398922" Y="117623"/>
<!-- Michigan -->
<!-- GCP Id="" Pixel="6777" Line="4354" X="1025521" Y="130254"/ -->
<!-- Hilo -->
<GCP Id="" Pixel="297" Line="5489" X="-5471170" Y="-1004930"/>
<!-- Homestead -->
<GCP Id="" Pixel="7738" Line="6433" X="1990010" Y="-1943888"/>
<!-- Puerto Rico -->
<GCP Id="" Pixel="9373" Line="6718" X="3625614" Y="-2230628"/>
<!-- Houghton -->
<GCP Id="" Pixel="6672" Line="4143" X="920471" Y="340680"/>
<!-- Cape Breton -->
<GCP Id="" Pixel="8600" Line="3530" X="2856970" Y="955833"/>
</GCPList>
<VRTRasterBand dataType="Byte" band="1">
<Metadata/>
<ColorInterp>Red</ColorInterp>
<SimpleSource>
<SourceFilename relativeToVRT="1">landcover-1km-rgb.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="10030" RasterYSize="7265" DataType="Byte" BlockXSize="10030" BlockYSize="1"/>
<SrcRect xOff="0" yOff="0" xSize="10030" ySize="7265"/>
<DstRect xOff="0" yOff="0" xSize="10030" ySize="7265"/>
</SimpleSource>
</VRTRasterBand>
<VRTRasterBand dataType="Byte" band="2">
<Metadata/>
<ColorInterp>Green</ColorInterp>
<SimpleSource>
<SourceFilename relativeToVRT="1">landcover-1km-rgb.tif</SourceFilename>
<SourceBand>2</SourceBand>
<SourceProperties RasterXSize="10030" RasterYSize="7265" DataType="Byte" BlockXSize="10030" BlockYSize="1"/>
<SrcRect xOff="0" yOff="0" xSize="10030" ySize="7265"/>
<DstRect xOff="0" yOff="0" xSize="10030" ySize="7265"/>
</SimpleSource>
</VRTRasterBand>
<VRTRasterBand dataType="Byte" band="3">
<Metadata/>
<ColorInterp>Blue</ColorInterp>
<SimpleSource>
<SourceFilename relativeToVRT="1">landcover-1km-rgb.tif</SourceFilename>
<SourceBand>3</SourceBand>
<SourceProperties RasterXSize="10030" RasterYSize="7265" DataType="Byte" BlockXSize="10030" BlockYSize="1"/>
<SrcRect xOff="0" yOff="0" xSize="10030" ySize="7265"/>
<DstRect xOff="0" yOff="0" xSize="10030" ySize="7265"/>
</SimpleSource>
</VRTRasterBand>
</VRTDataset>
================================================
FILE: landcover/landcover-1km-to-rgb.vrt
================================================
<VRTDataset rasterXSize="10030" rasterYSize="7265">
<SRS>PROJCS["Lambert Azimuthal Equal Area projection with arbitrary plane grid; projection center 100.0 degrees W, 45.0 degrees N",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["latitude_of_center",45],PARAMETER["longitude_of_center",-100],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]</SRS>
<GeoTransform> -5.7606280000000000e+06, 1.0010420000000000e+03, 0.0000000000000000e+00, 4.4883310000000000e+06, 0.0000000000000000e+00, -1.0010420000000000e+03</GeoTransform>
<Metadata>
<MDI key="TIFFTAG_IMAGEDESCRIPTION">North American Land Cover Characteristics</MDI>
<MDI key="TIFFTAG_SOFTWARE">USGS DRG production software</MDI>
<MDI key="TIFFTAG_DATETIME">2002:12:09 09:24:29</MDI>
<MDI key="TIFFTAG_ARTIST">National Atlas of the United States public domain raw data</MDI>
<MDI key="TIFFTAG_XRESOLUTION">254</MDI>
<MDI key="TIFFTAG_YRESOLUTION">254</MDI>
<MDI key="TIFFTAG_RESOLUTIONUNIT">2 (pixels/inch)</MDI>
<MDI key="AREA_OR_POINT">Area</MDI>
</Metadata>
<VRTRasterBand dataType="Byte" band="1">
<Metadata/>
<ColorInterp>Palette</ColorInterp>
<ColorTable>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="239" c2="239" c3="239" c4="255"/>
<Entry c1="222" c2="224" c3="190" c4="255"/>
<Entry c1="213" c2="224" c3="164" c4="255"/>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="213" c2="224" c3="164" c4="255"/>
<Entry c1="9" c2="174" c3="132" c4="255"/>
<Entry c1="222" c2="224" c3="190" c4="255"/>
<Entry c1="221" c2="224" c3="206" c4="255"/>
<Entry c1="221" c2="224" c3="206" c4="255"/>
<Entry c1="222" c2="224" c3="190" c4="255"/>
<Entry c1="43" c2="174" c3="103" c4="255"/>
<Entry c1="43" c2="174" c3="103" c4="255"/>
<Entry c1="43" c2="174" c3="103" c4="255"/>
<Entry c1="43" c2="174" c3="103" c4="255"/>
<Entry c1="43" c2="174" c3="103" c4="255"/>
<Entry c1="222" c2="224" c3="190" c4="255"/>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="239" c2="243" c3="217" c4="255"/>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="43" c2="174" c3="103" c4="255"/>
<Entry c1="222" c2="224" c3="190" c4="255"/>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="0" c2="0" c3="0" c4="255"/>
<Entry c1="25" c2="25" c3="25" c4="255"/>
<Entry c1="26" c2="26" c3="26" c4="255"/>
<Entry c1="27" c2="27" c3="27" c4="255"/>
<Entry c1="28" c2="28" c3="28" c4="255"/>
<Entry c1="29" c2="29" c3="29" c4="255"/>
<Entry c1="30" c2="30" c3="30" c4="255"/>
<Entry c1="31" c2="31" c3="31" c4="255"/>
<Entry c1="32" c2="32" c3="32" c4="255"/>
<Entry c1="33" c2="33" c3="33" c4="255"/>
<Entry c1="34" c2="34" c3="34" c4="255"/>
<Entry c1="35" c2="35" c3="35" c4="255"/>
<Entry c1="36" c2="36" c3="36" c4="255"/>
<Entry c1="37" c2="37" c3="37" c4="255"/>
<Entry c1="38" c2="38" c3="38" c4="255"/>
<Entry c1="39" c2="39" c3="39" c4="255"/>
<Entry c1="40" c2="40" c3="40" c4="255"/>
<Entry c1="41" c2="41" c3="41" c4="255"/>
<Entry c1="42" c2="42" c3="42" c4="255"/>
<Entry c1="43" c2="43" c3="43" c4="255"/>
<Entry c1="44" c2="44" c3="44" c4="255"/>
<Entry c1="45" c2="45" c3="45" c4="255"/>
<Entry c1="46" c2="46" c3="46" c4="255"/>
<Entry c1="47" c2="47" c3="47" c4="255"/>
<Entry c1="48" c2="48" c3="48" c4="255"/>
<Entry c1="49" c2="49" c3="49" c4="255"/>
<Entry c1="50" c2="50" c3="50" c4="255"/>
<Entry c1="51" c2="51" c3="51" c4="255"/>
<Entry c1="52" c2="52" c3="52" c4="255"/>
<Entry c1="53" c2="53" c3="53" c4="255"/>
<Entry c1="54" c2="54" c3="54" c4="255"/>
<Entry c1="55" c2="55" c3="55" c4="255"/>
<Entry c1="56" c2="56" c3="56" c4="255"/>
<Entry c1="57" c2="57" c3="57" c4="255"/>
<Entry c1="58" c2="58" c3="58" c4="255"/>
<Entry c1="59" c2="59" c3="59" c4="255"/>
<Entry c1="60" c2="60" c3="60" c4="255"/>
<Entry c1="61" c2="61" c3="61" c4="255"/>
<Entry c1="62" c2="62" c3="62" c4="255"/>
<Entry c1="63" c2="63" c3="63" c4="255"/>
<Entry c1="64" c2="64" c3="64" c4="255"/>
<Entry c1="65" c2="65" c3="65" c4="255"/>
<Entry c1="66" c2="66" c3="66" c4="255"/>
<Entry c1="67" c2="67" c3="67" c4="255"/>
<Entry c1="68" c2="68" c3="68" c4="255"/>
<Entry c1="69" c2="69" c3="69" c4="255"/>
<Entry c1="70" c2="70" c3="70" c4="255"/>
<Entry c1="71" c2="71" c3="71" c4="255"/>
<Entry c1="72" c2="72" c3="72" c4="255"/>
<Entry c1="73" c2="73" c3="73" c4="255"/>
<Entry c1="74" c2="74" c3="74" c4="255"/>
<Entry c1="75" c2="75" c3="75" c4="255"/>
<Entry c1="76" c2="76" c3="76" c4="255"/>
<Entry c1="77" c2="77" c3="77" c4="255"/>
<Entry c1="78" c2="78" c3="78" c4="255"/>
<Entry c1="79" c2="79" c3="79" c4="255"/>
<Entry c1="80" c2="80" c3="80" c4="255"/>
<Entry c1="81" c2="81" c3="81" c4="255"/>
<Entry c1="82" c2="82" c3="82" c4="255"/>
<Entry c1="83" c2="83" c3="83" c4="255"/>
<Entry c1="84" c2="84" c3="84" c4="255"/>
<Entry c1="85" c2="85" c3="85" c4="255"/>
<Entry c1="86" c2="86" c3="86" c4="255"/>
<Entry c1="87" c2="87" c3="87" c4="255"/>
<Entry c1="88" c2="88" c3="88" c4="255"/>
<Entry c1="89" c2="89" c3="89" c4="255"/>
<Entry c1="90" c2="90" c3="90" c4="255"/>
<Entry c1="91" c2="91" c3="91" c4="255"/>
<Entry c1="92" c2="92" c3="92" c4="255"/>
<Entry c1="93" c2="93" c3="93" c4="255"/>
<Entry c1="94" c2="94" c3="94" c4="255"/>
<Entry c1="95" c2="95" c3="95" c4="255"/>
<Entry c1="96" c2="96" c3="96" c4="255"/>
<Entry c1="97" c2="97" c3="97" c4="255"/>
<Entry c1="98" c2="98" c3="98" c4="255"/>
<Entry c1="99" c2="99" c3="99" c4="255"/>
<Entry c1="100" c2="100" c3="100" c4="255"/>
<Entry c1="101" c2="101" c3="101" c4="255"/>
<Entry c1="102" c2="102" c3="102" c4="255"/>
<Entry c1="103" c2="103" c3="103" c4="255"/>
<Entry c1="104" c2="104" c3="104" c4="255"/>
<Entry c1="105" c2="105" c3="105" c4="255"/>
<Entry c1="106" c2="106" c3="106" c4="255"/>
<Entry c1="107" c2="107" c3="107" c4="255"/>
<Entry c1="108" c2="108" c3="108" c4="255"/>
<Entry c1="109" c2="109" c3="109" c4="255"/>
<Entry c1="110" c2="110" c3="110" c4="255"/>
<Entry c1="111" c2="111" c3="111" c4="255"/>
<Entry c1="112" c2="112" c3="112" c4="255"/>
<Entry c1="113" c2="113" c3="113" c4="255"/>
<Entry c1="114" c2="114" c3="114" c4="255"/>
<Entry c1="115" c2="115" c3="115" c4="255"/>
<Entry c1="116" c2="116" c3="116" c4="255"/>
<Entry c1="117" c2="117" c3="117" c4="255"/>
<Entry c1="118" c2="118" c3="118" c4="255"/>
<Entry c1="119" c2="119" c3="119" c4="255"/>
<Entry c1="120" c2="120" c3="120" c4="255"/>
<Entry c1="121" c2="121" c3="121" c4="255"/>
<Entry c1="122" c2="122" c3="122" c4="255"/>
<Entry c1="123" c2="123" c3="123" c4="255"/>
<Entry c1="124" c2="124" c3="124" c4="255"/>
<Entry c1="125" c2="125" c3="125" c4="255"/>
<Entry c1="126" c2="126" c3="126" c4="255"/>
<Entry c1="127" c2="127" c3="127" c4="255"/>
<Entry c1="128" c2="128" c3="128" c4="255"/>
<Entry c1="129" c2="129" c3="129" c4="255"/>
<Entry c1="130" c2="130" c3="130" c4="255"/>
<Entry c1="131" c2="131" c3="131" c4="255"/>
<Entry c1="132" c2="132" c3="132" c4="255"/>
<Entry c1="133" c2="133" c3="133" c4="255"/>
<Entry c1="134" c2="134" c3="134" c4="255"/>
<Entry c1="135" c2="135" c3="135" c4="255"/>
<Entry c1="136" c2="136" c3="136" c4="255"/>
<Entry c1="137" c2="137" c3="137" c4="255"/>
<Entry c1="138" c2="138" c3="138" c4="255"/>
<Entry c1="139" c2="139" c3="139" c4="255"/>
<Entry c1="140" c2="140" c3="140" c4="255"/>
<Entry c1="141" c2="141" c3="141" c4="255"/>
<Entry c1="142" c2="142" c3="142" c4="255"/>
<Entry c1="143" c2="143" c3="143" c4="255"/>
<Entry c1="144" c2="144" c3="144" c4="255"/>
<Entry c1="145" c2="145" c3="145" c4="255"/>
<Entry c1="146" c2="146" c3="146" c4="255"/>
<Entry c1="147" c2="147" c3="147" c4="255"/>
<Entry c1="148" c2="148" c3="148" c4="255"/>
<Entry c1="149" c2="149" c3="149" c4="255"/>
<Entry c1="150" c2="150" c3="150" c4="255"/>
gitextract_45kd9m1q/
├── .gitignore
├── .gitmodules
├── .nvmrc
├── LICENSE
├── Makefile
├── README.md
├── bin/
│ └── imposm3
├── fonts/
│ ├── PT-Sans-LICENSE.txt
│ └── unifont-LICENSE.txt
├── imposm3_mapping.json
├── labels.mss
├── landcover/
│ ├── LCType_z9-urban-only.vrt
│ ├── LCType_z9.vrt
│ ├── LCType_z9_s3-urban-only.vrt
│ ├── LCType_z9_s3.vrt
│ ├── LC_500m_MODIS-to-rgb.vrt
│ ├── LC_500m_MODIS-urban-only.vrt
│ ├── LC_5min_global_2012-to-rgb.vrt
│ ├── LC_5min_global_2012.tif
│ ├── landcover-1km-rgb.tif
│ ├── landcover-1km-to-merc.vrt
│ ├── landcover-1km-to-rgb.vrt
│ ├── landcover-1km.tif
│ └── landcover-palette.md
├── lib/
│ ├── libgeos_c.so.1
│ ├── libhyperleveldb.so.0
│ └── libleveldb.so.1
├── map.mss
├── package.json
├── shields/
│ └── default-shields.ai
├── shp/
│ ├── .dockerignore
│ ├── .gitignore
│ ├── Dockerfile
│ ├── continents_900913.dbf
│ ├── continents_900913.index
│ ├── continents_900913.prj
│ ├── continents_900913.shp
│ ├── continents_900913.shx
│ └── labels_admin/
│ ├── admin-0-labels-z4.dbf
│ ├── admin-0-labels-z4.index
│ ├── admin-0-labels-z4.prj
│ ├── admin-0-labels-z4.shp
│ ├── admin-0-labels-z4.shx
│ ├── admin-0-labels-z5.dbf
│ ├── admin-0-labels-z5.index
│ ├── admin-0-labels-z5.prj
│ ├── admin-0-labels-z5.shp
│ ├── admin-0-labels-z5.shx
│ ├── admin-0-labels-z6.dbf
│ ├── admin-0-labels-z6.index
│ ├── admin-0-labels-z6.prj
│ ├── admin-0-labels-z6.shp
│ ├── admin-0-labels-z6.shx
│ ├── admin-1-labels-z4.dbf
│ ├── admin-1-labels-z4.index
│ ├── admin-1-labels-z4.prj
│ ├── admin-1-labels-z4.shp
│ ├── admin-1-labels-z4.shx
│ ├── admin-1-labels-z5.dbf
│ ├── admin-1-labels-z5.index
│ ├── admin-1-labels-z5.prj
│ ├── admin-1-labels-z5.shp
│ ├── admin-1-labels-z5.shx
│ ├── admin-1-labels-z6.dbf
│ ├── admin-1-labels-z6.index
│ ├── admin-1-labels-z6.prj
│ ├── admin-1-labels-z6.shp
│ ├── admin-1-labels-z6.shx
│ ├── admin-1-labels-z7.dbf
│ ├── admin-1-labels-z7.index
│ ├── admin-1-labels-z7.prj
│ ├── admin-1-labels-z7.shp
│ ├── admin-1-labels-z7.shx
│ ├── admin_0_countries_110m-points.dbf
│ ├── admin_0_countries_110m-points.index
│ ├── admin_0_countries_110m-points.prj
│ ├── admin_0_countries_110m-points.shp
│ └── admin_0_countries_110m-points.shx
├── shp-local/
│ ├── nullisland.dbf
│ ├── nullisland.geojson
│ ├── nullisland.prj
│ ├── nullisland.shp
│ └── nullisland.shx
├── sql/
│ └── functions/
│ ├── admin1_labels.sql
│ ├── aries_labels.sql
│ ├── highroad.sql
│ ├── highway_shields.sql
│ └── osm_admin_area.sql
├── terrain-classic-background.mss
├── terrain-classic-background.yml
├── terrain-classic-features.mss
├── terrain-classic-features.yml
├── terrain-classic-labels.mss
├── terrain-classic-labels.yml
├── terrain-classic-lines.mss
├── terrain-classic-lines.yml
├── terrain-classic-water.mss
├── terrain-classic-water.yml
├── terrain-classic.mss
├── terrain-classic.yml
├── tessera.json
└── tmp/
├── old_key.txt
├── old_lc_rgb_values.txt
├── old_vrt_rgb_values.txt
├── parse-vrt-xml.js
└── terrain_og/
└── index.html
SYMBOL INDEX (17 symbols across 5 files)
FILE: sql/functions/admin1_labels.sql
type ne_10m_admin_1_states_provinces_labels (line 5) | CREATE TABLE ne_10m_admin_1_states_provinces_labels AS (
FILE: sql/functions/aries_labels.sql
type label_positions (line 6) | CREATE TABLE label_positions(id int, x int, y int)
type aries_xy (line 20) | CREATE TABLE aries_xy AS
FILE: sql/functions/highroad.sql
type highroad_z10 (line 8) | CREATE VIEW highroad_z10 AS
type highroad_z11 (line 28) | CREATE VIEW highroad_z11 AS
type highroad_z12 (line 48) | CREATE VIEW highroad_z12 AS
type highroad_z13 (line 70) | CREATE VIEW highroad_z13 AS
type highroad_z14 (line 93) | CREATE VIEW highroad_z14 AS
type highroad_z15plus (line 124) | CREATE VIEW highroad_z15plus AS
function zoom (line 166) | CREATE OR REPLACE FUNCTION zoom(scaleDenominator numeric) RETURNS int AS $$
function high_road (line 198) | CREATE OR REPLACE FUNCTION high_road(scaleDenominator numeric, bbox box3d)
FILE: sql/functions/highway_shields.sql
type highway_shields_geom_gist (line 28) | CREATE INDEX highway_shields_geom_gist ON highway_shields USING GIST(geo...
FILE: tmp/parse-vrt-xml.js
function readOldVRT (line 21) | function readOldVRT() {
function readOldKey (line 37) | function readOldKey() {
function parseKey (line 49) | function parseKey(txt) {
function parseResults (line 64) | function parseResults(keys, json) {
function init (line 86) | function init() {
Condensed preview — 106 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (792K chars).
[
{
"path": ".gitignore",
"chars": 206,
"preview": "data/\n*.mml\n*.xml\n.env\n.DS_Store\n*.swp\nnode_modules\n.thumb.png\ncache\ninfo.txt\n.vagrant\nsecrets.json\n*.pem\nlayers\nlandcov"
},
{
"path": ".gitmodules",
"chars": 94,
"preview": "[submodule \"side-by-side\"]\n\tpath = side-by-side\n\turl = https://github.com/stamen/side-by-side\n"
},
{
"path": ".nvmrc",
"chars": 2,
"preview": "4\n"
},
{
"path": "LICENSE",
"chars": 751,
"preview": "Copyright (c) 2015, Stamen Design <info@stamen.com>\n\nPermission to use, copy, modify, and/or distribute this software fo"
},
{
"path": "Makefile",
"chars": 17381,
"preview": "SHELL := /bin/bash\nPATH := $(PATH):node_modules/.bin\n\ndefine EXPAND_EXPORTS\nexport $(word 1, $(subst =, , $(1))) := $(wo"
},
{
"path": "README.md",
"chars": 5906,
"preview": "Terrain Classic\n===============\n\nWorld-wide CartoCSS port of Stamen's classic terrain style.\n\nUPDATE: As of 2023 this co"
},
{
"path": "fonts/PT-Sans-LICENSE.txt",
"chars": 2576,
"preview": "Paratype PT Sans Free Font License\n\nCopyright © 2009 ParaType Ltd.\nwith Reserved Names "PT Sans" and "Par"
},
{
"path": "fonts/unifont-LICENSE.txt",
"chars": 19391,
"preview": "LICENSE\n-------\nThe source code for everything except the compiled fonts in this current\nrelease is licensed as follows:"
},
{
"path": "imposm3_mapping.json",
"chars": 18577,
"preview": "{\n \"generalized_tables\": {\n \"planet_osm_line_z10\": {\n \"source\": \"planet_osm_line_z11\",\n "
},
{
"path": "labels.mss",
"chars": 24332,
"preview": "@text_font_transport: 'PT Sans Narrow Regular', 'Unifont Medium';\n@text_font_shield: 'PT Sans Bold', 'Unifont Medium';\n@"
},
{
"path": "landcover/LCType_z9-urban-only.vrt",
"chars": 13749,
"preview": "<VRTDataset rasterXSize=\"131072\" rasterYSize=\"131072\">\n <SRS>PROJCS[\"WGS 84 / Pseudo-Mercator\",GEOGCS[\"WGS 84\",DATUM[\"W"
},
{
"path": "landcover/LCType_z9.vrt",
"chars": 13779,
"preview": "<VRTDataset rasterXSize=\"131072\" rasterYSize=\"131072\">\n <SRS>PROJCS[\"WGS 84 / Pseudo-Mercator\",GEOGCS[\"WGS 84\",DATUM[\"W"
},
{
"path": "landcover/LCType_z9_s3-urban-only.vrt",
"chars": 13811,
"preview": "<VRTDataset rasterXSize=\"131072\" rasterYSize=\"131072\">\n <SRS>PROJCS[\"WGS 84 / Pseudo-Mercator\",GEOGCS[\"WGS 84\",DATUM[\"W"
},
{
"path": "landcover/LCType_z9_s3.vrt",
"chars": 13841,
"preview": "<VRTDataset rasterXSize=\"131072\" rasterYSize=\"131072\">\n <SRS>PROJCS[\"WGS 84 / Pseudo-Mercator\",GEOGCS[\"WGS 84\",DATUM[\"W"
},
{
"path": "landcover/LC_500m_MODIS-to-rgb.vrt",
"chars": 13378,
"preview": "<VRTDataset rasterXSize=\"86400\" rasterYSize=\"43200\">\n <SRS>GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,2"
},
{
"path": "landcover/LC_500m_MODIS-urban-only.vrt",
"chars": 13347,
"preview": "<VRTDataset rasterXSize=\"86400\" rasterYSize=\"43200\">\n <SRS>GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,2"
},
{
"path": "landcover/LC_5min_global_2012-to-rgb.vrt",
"chars": 12863,
"preview": "<VRTDataset rasterXSize=\"4320\" rasterYSize=\"1776\">\n <SRS>GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298"
},
{
"path": "landcover/landcover-1km-to-merc.vrt",
"chars": 4325,
"preview": "<VRTDataset rasterXSize=\"10030\" rasterYSize=\"7265\">\n <Metadata>\n <MDI key=\"TIFFTAG_IMAGEDESCRIPTION\">North American "
},
{
"path": "landcover/landcover-1km-to-rgb.vrt",
"chars": 14533,
"preview": "<VRTDataset rasterXSize=\"10030\" rasterYSize=\"7265\">\n <SRS>PROJCS["Lambert Azimuthal Equal Area projection with arb"
},
{
"path": "landcover/landcover-palette.md",
"chars": 441,
"preview": "| Classification | Red | Green | Blue |\n|-----------------|-----|-----|----|\n| Evergreen Forest | 133 | 180 | 127 |\n| Ot"
},
{
"path": "map.mss",
"chars": 23604,
"preview": "@color_physical: #dee0be;\n@color_physical_bright: #fff;\n@color_urban: #EDEDED; // 7% k\n@color_water: #99b3cc;\n@color_adm"
},
{
"path": "package.json",
"chars": 664,
"preview": "{\n \"name\": \"terrain-classic\",\n \"version\": \"1.0.0\",\n \"main\": \"index.js\",\n \"private\": true,\n \"scripts\": {\n \"start\""
},
{
"path": "shields/default-shields.ai",
"chars": 231810,
"preview": "%PDF-1.5\r%\r\n1 0 obj\r<</Metadata 2 0 R/OCProperties<</D<</ON[5 0 R 28 0 R 29 0 R 30 0 R 58 0 R 59 0 R 60 0 R 88 0 R 89 0 "
},
{
"path": "shp/.dockerignore",
"chars": 251,
"preview": "natural_earth/*.cpg\nnatural_earth/*.dbf\nnatural_earth/*.index\nnatural_earth/*.prj\nnatural_earth/*.shp\nnatural_earth/*.sh"
},
{
"path": "shp/.gitignore",
"chars": 97,
"preview": "natural_earth/\nland-polygons-complete-3857/\nsimplified-land-polygons-complete-3857/\nne/\nosmdata/\n"
},
{
"path": "shp/Dockerfile",
"chars": 124,
"preview": "FROM busybox\n\nCOPY . /app/shp\nRUN chown -R 1000:1000 /app\n\n# Define mountable directories\nVOLUME [\"/app/shp\"]\n\nCMD [\"tru"
},
{
"path": "shp/continents_900913.prj",
"chars": 384,
"preview": "PROJCS[\"Google_Maps_Global_Mercator\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]"
},
{
"path": "shp/labels_admin/admin-0-labels-z4.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin-0-labels-z5.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin-0-labels-z6.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin-1-labels-z4.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin-1-labels-z5.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin-1-labels-z6.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin-1-labels-z7.prj",
"chars": 328,
"preview": "PROJCS[\"Mercator_2SP\",GEOGCS[\"GCS_unnamed ellipse\",DATUM[\"D_unknown\",SPHEROID[\"Unknown\",6378137,0]],PRIMEM[\"Greenwich\",0"
},
{
"path": "shp/labels_admin/admin_0_countries_110m-points.prj",
"chars": 384,
"preview": "PROJCS[\"Google Maps Global Mercator\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]"
},
{
"path": "shp-local/nullisland.geojson",
"chars": 13125,
"preview": "{\n\"type\": \"FeatureCollection\",\n\"features\": [\n{ \"type\": \"Feature\", \"properties\": { \"name\": \"Null Island\" }, \"geometry\": {"
},
{
"path": "shp-local/nullisland.prj",
"chars": 343,
"preview": "PROJCS[\"WGS_84_Pseudo_Mercator\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRI"
},
{
"path": "sql/functions/admin1_labels.sql",
"chars": 575,
"preview": "-- credit: Paul Ramsey's answer to http://gis.stackexchange.com/questions/162162/postgis-query-to-retrieve-the-largest-p"
},
{
"path": "sql/functions/aries_labels.sql",
"chars": 568,
"preview": "BEGIN;\n\nDROP TABLE IF EXISTS aries_xy;\nDROP TABLE IF EXISTS label_positions;\n\nCREATE TABLE label_positions(id int, x int"
},
{
"path": "sql/functions/highroad.sql",
"chars": 11936,
"preview": "DROP VIEW IF EXISTS highroad_z15plus;\nDROP VIEW IF EXISTS highroad_z14;\nDROP VIEW IF EXISTS highroad_z13;\nDROP VIEW IF E"
},
{
"path": "sql/functions/highway_shields.sql",
"chars": 921,
"preview": "DROP MATERIALIZED VIEW IF EXISTS highway_shields;\n\nCREATE MATERIALIZED VIEW highway_shields AS\n SELECT\n ref,\n hig"
},
{
"path": "sql/functions/osm_admin_area.sql",
"chars": 183,
"preview": "ALTER TABLE IF EXISTS osm_admin\nDROP COLUMN IF EXISTS area_km2;\n\nALTER TABLE IF EXISTS osm_admin\nADD COLUMN area_km2 nu"
},
{
"path": "terrain-classic-background.mss",
"chars": 0,
"preview": ""
},
{
"path": "terrain-classic-background.yml",
"chars": 9670,
"preview": "# == Global project settings ===========================================\n\nname: 'Terrain Classic'\ndescriptio"
},
{
"path": "terrain-classic-features.mss",
"chars": 41,
"preview": "Map {\n background-color: transparent;\n}\n"
},
{
"path": "terrain-classic-features.yml",
"chars": 9625,
"preview": "# == Global project settings ===========================================\n\nname: 'Terrain Classic'\ndescriptio"
},
{
"path": "terrain-classic-labels.mss",
"chars": 61,
"preview": "Map {\n background-color: transparent;\n buffer-size: 256;\n}\n"
},
{
"path": "terrain-classic-labels.yml",
"chars": 13223,
"preview": "# == Global project settings ===========================================\n\nname: 'Terrain Classic'\ndescriptio"
},
{
"path": "terrain-classic-lines.mss",
"chars": 41,
"preview": "Map {\n background-color: transparent;\n}\n"
},
{
"path": "terrain-classic-lines.yml",
"chars": 6670,
"preview": "# == Global project settings ===========================================\n\nname: 'Terrain Classic'\ndescriptio"
},
{
"path": "terrain-classic-water.mss",
"chars": 41,
"preview": "Map {\n background-color: transparent;\n}\n"
},
{
"path": "terrain-classic-water.yml",
"chars": 5101,
"preview": "# == Global project settings ===========================================\n\nname: 'Terrain Classic Water Featu"
},
{
"path": "terrain-classic.mss",
"chars": 20,
"preview": "// Overrides go here"
},
{
"path": "terrain-classic.yml",
"chars": 27691,
"preview": "# == Global project settings ===========================================\n\nname: 'Terrain Classic'\ndescriptio"
},
{
"path": "tessera.json",
"chars": 1963,
"preview": "{\n \"/flat\": {\n \"source\": \"mapnik://./terrain-classic.xml?metatile=1&bufferSize=192\"\n },\n \"/labels\": {\n \"source\""
},
{
"path": "tmp/old_key.txt",
"chars": 1280,
"preview": "Urban and Built-Up Land 255 0 0\nDryland Cropland and Pasture 160 82 40\nIrrigated Cropland"
},
{
"path": "tmp/old_lc_rgb_values.txt",
"chars": 1162,
"preview": "<ColorTable>\n <Entry c1=\"239\" c2=\"239\" c3=\"239\" c4=\"255\"/>\n <Entry c1=\"222\" c2=\"224\" c3=\"190\" c4=\"255\"/>\n "
},
{
"path": "tmp/old_vrt_rgb_values.txt",
"chars": 987,
"preview": "Urban and Built-Up Land = r: 239 g: 239 b: 239\nDryland Cropland and Pasture = r: 222 g: 224 b: 190\nIrrigated Cropland an"
},
{
"path": "tmp/parse-vrt-xml.js",
"chars": 1746,
"preview": "var fs = require('fs'),\n xml2js = require('xml2js'),\n Q = require('q'),\n parser = new xml2js.Parser(),\n vrtJ"
},
{
"path": "tmp/terrain_og/index.html",
"chars": 1754,
"preview": "<!doctype html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE="
}
]
// ... and 46 more files (download for full content)
About this extraction
This page contains the full source code of the stamen/terrain-classic GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 106 files (13.8 MB), approximately 305.8k tokens, and a symbol index with 17 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.