Skip to content

Get right indicator search term. #2354

Answered by lucasrodes
Rohianon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Rohianon,
Thanks for your interest in our project.

I am assuming that you are looking for the data itself?

If so, use our python API. For that, you need the identifiers for both indicators, which are:

  1. Nitrous Oxide Emissions: emissions/2023-11-23/national_contributions/national_contributions#annual_emissions_n2o_total_co2eq
  2. CO2 Emissions: gcp/2023-12-12/global_carbon_budget/global_carbon_budget#emissions_total

Then, you can use:

from owid.catalog import RemoteCatalog

catalog = RemoteCatalog()

tb_1 = catalog.find(
    namespace="emissions",
    version="2023-11-23",
    dataset="national_contributions",
    table="national_contributions",
).load()
tb_n2o = tb_1[["annual_emissions_n…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Rohianon
Comment options

You must be logged in to vote
4 replies
@lucasrodes
Comment options

@Rohianon
Comment options

@lucasrodes
Comment options

@Rohianon
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants