From 082f12ed87e65c4eadf69a2db9963a9742a57631 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 13:14:22 -0700 Subject: [PATCH 1/3] Processing error adding CO BLM pastures --- sources/federal/co-blm-pastures.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sources/federal/co-blm-pastures.json diff --git a/sources/federal/co-blm-pastures.json b/sources/federal/co-blm-pastures.json new file mode 100644 index 0000000..5cb255d --- /dev/null +++ b/sources/federal/co-blm-pastures.json @@ -0,0 +1,18 @@ +{ + "name": "BLM Grazing Pastures in Colorado", + "attribution": "Bureau of Land Management", + "properties": { + "adminAgency": { + "static": "Bureau of Land Management" + }, + "name" : "ALLOT_NAME", + "adminLevel": { + "static": "federal" + }, + "type": { + "static": "other" + } + }, + "filetype": "shp", + "url": "https://www.blm.gov/style/medialib/blm/co/programs/geographical_sciences/gis/metadata/gislayers.Par.22277.File.dat/BLM_CO_Grazing_Pastures_20160803.zip" +} \ No newline at end of file From a96eef67b4ba7b5668b40f814efd2051026499f6 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 13:18:10 -0700 Subject: [PATCH 2/3] remove co-blm-pastures.json --- sources/federal/co-blm-pastures.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sources/federal/co-blm-pastures.json diff --git a/sources/federal/co-blm-pastures.json b/sources/federal/co-blm-pastures.json deleted file mode 100644 index 5cb255d..0000000 --- a/sources/federal/co-blm-pastures.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "BLM Grazing Pastures in Colorado", - "attribution": "Bureau of Land Management", - "properties": { - "adminAgency": { - "static": "Bureau of Land Management" - }, - "name" : "ALLOT_NAME", - "adminLevel": { - "static": "federal" - }, - "type": { - "static": "other" - } - }, - "filetype": "shp", - "url": "https://www.blm.gov/style/medialib/blm/co/programs/geographical_sciences/gis/metadata/gislayers.Par.22277.File.dat/BLM_CO_Grazing_Pastures_20160803.zip" -} \ No newline at end of file From b13027ba2a185e2e87038cabca427d2efc64e4ee Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 13:46:45 -0700 Subject: [PATCH 3/3] Add AZ BLM grazing lands. --- sources/federal/az-blm-grazing.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sources/federal/az-blm-grazing.json diff --git a/sources/federal/az-blm-grazing.json b/sources/federal/az-blm-grazing.json new file mode 100644 index 0000000..19378f1 --- /dev/null +++ b/sources/federal/az-blm-grazing.json @@ -0,0 +1,17 @@ +{ + "name": "BLM Grazing Allotments in Arizona", + "attribution": "Bureau of Land Management", + "properties": { + "adminAgency": { + "static": "Bureau of Land Management" + }, + "adminLevel": { + "static": "federal" + }, + "type": { + "static": "other" + } + }, + "filetype": "shp", + "url": "http://www.blm.gov/az/GIS/shape_files/az_graz_allots.zip" +}