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 227aeb89533110b194a248d144e2b68405ed4572 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 16:22:57 -0700 Subject: [PATCH 3/3] Add NV BLM grazing allotments. Some overlap with blm statewide ownership layer. --- sources/federal/nv-blm-grazing.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sources/federal/nv-blm-grazing.json diff --git a/sources/federal/nv-blm-grazing.json b/sources/federal/nv-blm-grazing.json new file mode 100644 index 0000000..ccee872 --- /dev/null +++ b/sources/federal/nv-blm-grazing.json @@ -0,0 +1,18 @@ +{ + "name": "Bureau of Land Management Grazing Allotments in Nevada", + "attribution": "Bureau of Land Management", + "properties": { + "name" : "ALLOT_NAME", + "adminAgency": { + "static": "Bureau of Land Management" + }, + "adminLevel": { + "static": "federal" + }, + "type": { + "static": "other" + } + }, + "filetype": "shp", + "url": "https://www.blm.gov/style/medialib/blm/nv/gis/shp_files.Par.83222.File.dat/NV_Grazing_Allotments_shp.zip" +}