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 3ea7b311687610dc695df07407b939ea21835d38 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 16:02:23 -0700 Subject: [PATCH 3/3] Add NB BLM grazing pastures. There is some overlap with the BLM ownership layer. --- sources/federal/nm-blm-pastures.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sources/federal/nm-blm-pastures.json diff --git a/sources/federal/nm-blm-pastures.json b/sources/federal/nm-blm-pastures.json new file mode 100644 index 0000000..4656b51 --- /dev/null +++ b/sources/federal/nm-blm-pastures.json @@ -0,0 +1,17 @@ +{ + "name": "Bureau of Land Management Pastures in New Mexico", + "attribution": "Bureau of Land Management", + "properties": { + "adminAgency": { + "static": "Bureau of Land Management" + }, + "adminLevel": { + "static": "federal" + }, + "type": { + "static": "other" + } + }, + "filetype": "shp", + "url": "http://www.nm.blm.gov/shapeFiles/state_wide/GRAZING_ALLOTMENT_PASTURES.zip" +}