Biomass for Sale

[php] /* Plugin Name: Distance Plugin URI: http://bokeconsulting.com/programming/plugins/distance/ Description: Calculates distance between two map coordinates. Version: 0.1 Author: Bruce Duggan Author URI: http://bokeconsulting.com Copyright: Bruce Duggan 2014 Acknowledgement: The code used in this plugin is based on Martin Stoeckli's code found at http://stackoverflow.com/users/575765/martinstoeckli, who in turn based his code on the Vincenty formula. License: GPL This program is free software: you can redistribute it and/or modify it under the terms of the latest version of the GNU General Public License as published by the Free Software Foundation. It 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. */ add_shortcode('distance','distance_func'); function distance_func($atts){ extract( shortcode_atts(array( 'vals' => '0', ), $atts ) ); $coordinates = explode(',', $vals); $latitudeFrom = $coordinates[0]; $latitudeTo = $coordinates[1]; $longitudeFrom = $coordinates[2]; $longitudeTo = $coordinates[3]; $earthRadius = 6371; $latFrom = deg2rad($latitudeFrom); $lonFrom = deg2rad($longitudeFrom); $latTo = deg2rad($latitudeTo); $lonTo = deg2rad($longitudeTo); $lonDelta = $lonTo - $lonFrom; $a = pow(cos($latTo) * sin($lonDelta), 2) + pow(cos($latFrom) * sin($latTo) - sin($latFrom) * cos($latTo) * cos($lonDelta), 2); $b = sin($latFrom) * sin($latTo) + cos($latFrom) * cos($latTo) * cos($lonDelta); $angle = atan2(sqrt($a), $b); $distance = $angle * $earthRadius; $rounded = round($distance,-1); $roundedMore = round($distance,-2); $roundedMost = round($distance,-3); $roundedLess = round($distance); if ( is_user_logged_in() ) { if ($distance > 1900) { return number_format($roundedMost); } elseif ($distance > 190) { return number_format($roundedMore); } elseif ($distance > 19) { return number_format($rounded); } else { return number_format($roundedLess); } } } /*End Of File*/ [/php] [text-blocks id="table-section-line"]
product amount form location distance? price buy 
  12% CBD Industrial Hemp 60,000 pounds large round bales United States ⋅ AL US$250  / pound
  8mm Industrial wood pellets 200 tons bags Tunisia Euro€95  / ton
  acacia woodchips chips Namibia ⋅ AL [distance vals="-24.043028,,19.818306,"]
  ANIMAL BEDDING 30,000 tonnes grindings Canada ⋅ AB Can$100.00  / ton
  Bagasse 6,000 tons loose United States
  Baled rushes and misc forage 100 large bales large square bales United Kingdom ⋅ AL [distance vals="51.552771466573354,,-0.8940390171081658,"] GB£10  / bale
  Biomass 650 kilograms large square bales India US$125  / tonne
  Biomass 4" natural 500 tons grindings Canada ⋅ MB [distance vals="49.60345921558976,,-96.6868579565562,"] Can$25  / tonne
  BioMass 7.5% pounds round bales United States ⋅ NV [distance vals="38.8026° N,,116.4194° W,"]
  Biomass Brequittes 10 tons 90mm briquettes Canada ⋅ AL Ind₹4000  / 
  Biomass Brequittes MWh Canada ⋅ AL
  Biomass ECARU 18 200.000 tons loose Canada ⋅ AL [distance vals="30° 06' N,,31° 25' E,"] US$45  / 
  biomass pellet 2,000 tons 40-pound bags Cameroon [distance vals="4.576893,,13.683758,"] US$50  / tonne
  Biomass pellet 10 tons pellets India Ind₹6000  / ton
  biomass pellet and briquette 40 tons pellets India US$110  / ton
  Biomass PELLETS 80,000 tonnes pellets United States ⋅ GA US$90  / tonne
  biomass pellets 10,000 tonnes pellets Philippines [distance vals="14.580655,,121.092476,"] US$150  / oven-dry ton
  Biomass Pellets 25 tons pellets United States ⋅ SD US$120  / ton
  Biomass Pellets 9,999 tonnes pellets Australia ⋅ AL Aus$999  / tonne
  biomass screenings pellets 100 tonnes pellets Canada ⋅ MB [distance vals="49.897252,,-97.106126,"] Can$85  / tonne
  cattail bales 140 bales large square bales Canada ⋅ MB [distance vals="49.594481,,-98.881334,"] Can$15  / bale
  Chipped Hemp 30,000 tons chips United States US$110.00  / ton
  Clean wood 500 tons other United States ⋅ PA US$50.00  / 
  coal 55,000 MWh 40-pound bags Ukraine Euro€100  / 
  coconut shells 20,000 tons 40-pound bags Ghana Can$150  / ton
  cotton stalk briquettes 800 tons 90mm briquettes India [distance vals="16.432792,,81.090034,"]
  cotton stalk cubes 800 tons 32mm cubes India [distance vals="16.432792,,81.090034,"]
  cotton stalk pellets 300 tons pellets India [distance vals="16.432792,,81.090034,"]
  Cut and split firewood - pickup or delivery 1,000 cords 15-inch logs Canada ⋅ MB Can$295  / cord
  dry poplar strands 250 tonnes flakes Canada ⋅ ON [distance vals="49.77935890624136,,-94.36256607776158,"]
  EC2n21 Biomass 100 tons chips Philippines US$40  / ton
  Empty Fruit Bunch (EFB) Pellet 1 pellets Malaysia ⋅ AL US$120  / ton
  Empty Fruit Bunch Pellet 20 tonnes pellets Malaysia
  flax shive blend small square bales Canada ⋅ MB [distance vals="49.1750347,,-97.224993,"] Can$25  / ton
  flour weat 500 tonnes other Ukraine Euro€1  / 
  forestry mill residue 5% humidity two inch minus 8,000 tonnes grindings Canada ⋅ MB [distance vals="49.521354,,-96.510146,"] Can$50  / tonne
  fresh aspen wood chips 10,000 tonnes chips Canada ⋅ MB [distance vals="49.521354,,-96.510146,"] Can$30  / tonne
  Fuel pellets 22 tons pellets Poland
  FUEL PELLETS 30,000 tonnes pellets Canada ⋅ AB Can$250  / ton
  Gluelam sawdust 14 tons flakes United States ⋅ AL US$30  / ton
  Gluelam sawdust 14 tons flakes United States ⋅ AL US$30  / ton
  Green Coal tonnes bags Chile [distance vals="-18.4782534,,-70.31259879999999,"] US$174.99  / tonne
  Grindings 5,000 tons grindings United States ⋅ VA [distance vals="37.498938,,-77.691344,"] US$10  / ton
  grindings of forestry residue two inch minus 100,000 tonnes grindings Canada ⋅ MB [distance vals="49.521354,,-96.510146,"] Can$10  / tonne
  Ground pallets 350 tons grindings United States ⋅ AL [distance vals="34.39'09.24"N,,86.45'40.88"W,"]
  Ground Up Rail Road Ties 200,000 tons other United States ⋅ FL
  Hardwood and softwood chips 2,000 tons chips United States ⋅ NY US$65  / 
  Hardwood Briquettes briquettes United States ⋅ GA
  hardwood chips 30,000 tons chips United States ⋅ CA [distance vals="40.8665166,,-124.0828396,"] US$48  / ton
  Hemp 30,000 tons chips United States US$110.00  / 
  hemp pellets pellets Canada ⋅ MB [distance vals="51.148717,,-100.489296,"]
  Hog fuel 10,000 tons grindings United States ⋅ MS US$13  / ton
  Husk firewood supplier in Vietnam briquettes Vietnam [distance vals="10.733623,,106.727914,"]
  Industrial wood pellets pellets Lithuania [distance vals="55.24076909014848,,22.29928493499756,"] Euro€140  / ton
  Industrial wood pellets 6,000 tons pellets Russia Euro€80  / ton
  Jatropha Oil 1,000 tons other Malaysia
  Jojoba Cake 800,000 pounds raw state United States ⋅ AZ
  large square hay bales large square bales United States ⋅ FL [distance vals="28.159356,,-81.485836,"] US$60  / bale
  maize stalk briquettes 800 tons 90mm briquettes India [distance vals="16.432792,,81.090034,"]
  maize stalk cubes 800 tons 32mm cubes India [distance vals="16.432792,,81.090034,"]
  maize stalk pellets 300 tons pellets India [distance vals="16.432792,,81.090034,"]
  mesquite logs 1 logs United States ⋅ TX [distance vals="32.47702599111446,,-100.4082011172104,"] US$200  / cord
  Mint Residue 1,000 tons loose United States [distance vals="41.012158,,-86.876969,"] US$50.00  / 
  miscanthus biomass (dry) 100 tons large square bales Canada ⋅ ON
  Oilseed meal / press cake 580 tonnes flakes United States ⋅ OR US$60  / tonne
  Olive Cake 1,000 tons flakes Egypt
  outdated animal feed for biomass 35 tonnes loose Canada ⋅ MB [distance vals="49.399786,,-96.849995,"] Can$10  / tonne
  PAL KERNEL SHELLS 5,000,000 kilograms bags Nigeria [distance vals="6.424484,,3.446274,"] US$70  / tonne
  Pallets 100,000 pounds grindings United States ⋅ GA [distance vals="31.412851,,-83.483912,"]
  palm fiber briquettes 800 tons 90mm briquettes India [distance vals="16.432792,,81.090034,"]
  palm fiber cubes 800 tons 32mm cubes India [distance vals="16.432792,,81.090034,"]
  palm fiber pellets 300 tons pellets India [distance vals="16.432792,,81.090034,"]
  Palm Kern Shell 20,000 tons other Indonesia US$82  / ton
  Palm Kernel Shell 5,000 tons loose Ghana
  Palm Kernel Shell 10,000 tons raw state Indonesia US$70  / ton
  Palm Kernel Shell 10,000 tonnes loose Malaysia
  Palm Kernel Shell 10,000 tons other Malaysia ⋅ AL US$90  / ton
  Palm Kernel Shell (PKS) 1 other Malaysia ⋅ AL
  PELLET A1 1,000 tonnes bags Spain
  Pine Wood Flour 120 tons raw state United States ⋅ AL
  PKS 15,000 tonnes Colombia ⋅ AL US$67.80  / tonne
  PKS Original 15,000 tonnes raw state Colombia ⋅ AL US$67.80  / tonne
  PKS PELLETS 80,000 tonnes pellets United States ⋅ GA US$130  / tonne
  PKS PELLETS 80,000 tonnes pellets United States ⋅ GA US$130  / tonne
  PKS PELLETS 80,000 tonnes pellets United States ⋅ GA [distance vals="7.362914,,5.170308,"] US$150  / tonne
  Premium Hemp Biomass tons raw state United States ⋅ OH
  Processed palm kernel shell in Bulk 10 tons pellets United States ⋅ GA [distance vals="4,,104,"] US$120  / oven-dry ton
  Railroad/cross ties 3,300,000 pounds logs United States ⋅ OK
  Raw wood product 8 tons raw state Canada ⋅ WA
  Restaurant grade charcoal 500 tons Canada ⋅ AL US$325  / 
  Rubber Wood Chips chips India
  Saw Dust/Chips - Coarse and Fine chips Canada ⋅ MA
  sawdust 25 tonnes raw state Canada ⋅ MB [distance vals="50.998848,,-96.991131,"] Can$20  / tonne
  SAWDUST 2,000 tons loose Canada ⋅ SC [distance vals="34.2592,,-81.6025,"] US$20.00  / 
  Sawdust - dryfuel 250 tonnes loose Canada ⋅ ON [distance vals="49.77935890624136,,-94.36256607776158,"]
  sawdust pellet, biomass energy 10.000 tons pellets Vietnam Can$160  / 
  Sawdust tree shavings 1,000 tons bags Ghana ⋅ AL [distance vals="6.1649,,-0.5538,"] US$85  / ton
  Searsport Fibre Hub – Maine Forestry residue Wood Chips tonnes medium square bales United States US$200  / bale
  SFHP 5,000 tons pellets Ukraine Euro€95  / ton
  spirulina algae 40 pounds 40-pound bags United States ⋅ CA [distance vals="32.848298,,-115.569676,"] US$1500  / tonne
  straw pellets pellets Macedonia Euro€140  / ton
  Subflower husk pellets 750 tons pellets Ukraine
  Sugar bagasse Pellets 50,000 tons pellets Mexico ⋅ AL US$90  / 
  Sugarcane Bagasse Pellets pellets Mexico ⋅ AL US$95  / ton
  sunflower husk briquettes 500 tonnes briquettes Ukraine
  sunflowers Pellets 500 tonnes bags Ukraine Euro€20  / ton
  Sweetened 1,000 pounds United States ⋅ VA [distance vals="36.6781337,,-77.5496436,842,"] US$35  / 
  tress trimmings 100,000 tons loose Egypt ⋅ AL [distance vals="30° 06' N,,31° 25' E,"] Ukr₴48  / tonne
  wheat straw pellets for fuel 10,000 tonnes pellets Lithuania [distance vals="55.24076,,22.29928,"] Euro€84  / tonne
  Wood - Mixed (not chipped) 400 tonnes loose Canada ⋅ MB [distance vals="49.617701,,-97.025528,"] Can$5  / tonne
  wood bio-fuel 100,000 cubic yards grindings United States ⋅ IN [distance vals="37.9917998316126,,-87.5846815109253,"]
  wood chip 100 tons chips United States ⋅ CA [distance vals="40.8665166,,-124.0828396,"] US$26  / ton
  Wood Chip 249,999.9 cubic yards chips United States ⋅ NJ [distance vals="-74.38386,,40.49137,"] US$30  / 
  wood chips 25 tonnes chips Canada ⋅ MB [distance vals="50.998848,,-96.991131,"] Can$40  / tonne
  wood chips 1 grindings United States ⋅ GA US$1  / ton
  Wood Chips 25 tons chips Canada ⋅ MB [distance vals="49.9285921,,-96.9803162,"] Can$35  / ton
  Wood Chips chips United States ⋅ SC
  Wood Chips chips United States ⋅ TX US$85  / tonne
  Wood chips cubic yards chips United States ⋅ PA US$4.50  / cubic yard
  Wood Chips chips United States ⋅ IL [distance vals="39.117263,,-88.544553,"]
  Wood Chips chips United States ⋅ IL [distance vals="39.117263,,-88.544553,"]
  Wood chips grindings United States ⋅ TN
  Wood chips other United States ⋅ TN
  wood chips 0 tons United States ⋅ NY
  Wood Chips - Bulk 20 tons chips United States ⋅ IL [distance vals="39.117263,,-88.544553,"] US$100  / oven-dry ton
  Wood chips from Caribbean woods, 6 inches 150,000 tonnes grindings Puerto Rico ⋅ AL US$50  / tonne
  wood chips, dry, 1 inch minus 25 tonnes chips Canada ⋅ MB [distance vals="49.84008595,,-99.88949775,"] Can$45  / tonne
  wood chips, dry, 4 inch minus 25 tonnes chips Canada ⋅ MB [distance vals="49.84008595,,-99.88949775,"] Can$30  / tonne
  Wood dust briquettes 12,000 tonnes 40-pound bags Sri Lanka ⋅ AL US$0.10  / kilogram
  wood fibre grindings Canada ⋅ MB [distance vals="49.887627,,-97.079156,"]
  wood pellet 6,000 tons 90mm briquettes Vietnam [distance vals="7.372446,,12.362962,"]
  wood pellet din + 3,500 MWh 40-pound bags Ukraine US$150  / 
  Wood pellets 300 tonnes pellets Ukraine Euro€90  / ton
  Wood pellets DinPlius 1,000 tons pellets Lithuania
  Wood Pellets EN A1 Plus 500 tonnes pellets Brazil
  Wood pellets oil palm trunk 500 tonnes pellets Malaysia Euro€120  / tonne
  wood pellets premium 1,000 tons pellets Switzerland [distance vals="46.931348,,8.109003,"] Euro€145  / ton
  Woodchips grindings United States ⋅ TN [distance vals="35.859965,,-83.970227,"]
  MWh Canada ⋅ AL [distance vals="39.117263,,-88.544553,"]
or

Don't see the biomass you need at the price you want? Sign In or Join and add a want-to-buy listing.

[text-blocks id=fine-print-trade-show]