Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- info_
urlstring Link to a webpage to learn more about the supplier.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - locationsarray of objects
The locations in which this supplier operates.
- locations.
citynullable string The city where the supplier is located.
- locations.
countrystring Two-letter ISO code representing the country where the supplier is located.
- locations.
latitudenullable float The geographic latitude where the supplier is located.
- locations.
longitudenullable float The geographic longitude where the supplier is located.
- locations.
regionnullable string The state/county/province/region where the supplier is located.
- namestring
Name of this carbon removal supplier.
- removal_
pathwayenum The scientific pathway used for carbon removal.
Possible enum valuesbiomass_
carbon_ removal_ and_ storage Biomass carbon removal and storage
direct_
air_ capture Direct air capture
enhanced_
weathering Enhanced weathering
{ "id": "climsup_charm_industrial", "object": "climate.supplier", "info_url": "https://frontierclimate.com/portfolio/charm-industrial", "livemode": false, "locations": [ { "city": "San Francisco", "country": "US", "latitude": 37.7749, "longitude": -122.4194, "region": "CA" } ], "name": "Charm Industrial", "removal_pathway": "biomass_carbon_removal_and_storage"}