Webinar on tools for assessing national #climate pledges (NDCs) by @WRIClimate. @davidwaskow reminds: #ParisAgreement is meant to work thru an iterative process of increasing ambition (faster emission reductions), leading to #netzero emissions by 2050. (Thread 1/n)

The world is currently WAY over our #carbonbudget for where we need to be to align with #ParisAgreement. Orange= countries will do under any event; red = conditional (e.g., will do if they get needed finance). We have LOTSA emissions to reduce fast @davidwaskow @WRIClimate (2/n)
Of 21 indicators assessed for #ParisAgreement:
2 are on track (e.g., crop yields)
13 right direction but too slow (e.g., need electric vehicle sales to be 22x faster than now)
2 in wrong direction: forests, ag emissions
@davidwaskow from @climateactiontr, @WRIClimate et al 3/n
Current state of play: 12 Dec 2021= 5 year #ParisAgreement anniversary. Look for more announcements of national climate pledges. Some new pledges already released, but many govt's focused on #COVID19 recovery- important to link with climate-compatible recovery. @davidwaskow 4/n
What is https://t.co/kymb46d9yv?
100s of credible datasets,
100,000s of data points
to assess #climate trends, targets, bring transparency to inform + drive #ClimateAction.
For govts, biz, researchers, NGOs
Run by @JohannesFried.
(See also other forest, energy, ... tools) 5/n
Data on #ClimateWatchData includes most current data possible for GHG emissions (most comprehensive source available, all countries/sectors/gases globally, will be up to 2018 next week; pathways); also publishes others' data e.g., @gcarbonproject 2019. @JohannesFried 6/n
Everyone wants to play (ratified #ParisAgreement) but no one wants to do the work:
Only 20 countries have long-term #climate strategies
Only 20 have submitted updated, more ambitious pledges (NDCs)
26 have net zero targets
62 have economy wide #climate policy
@MengpinGe (7/n)
How can we know if countries are doing what they promised in Paris and increasing #ClimateAction & ambition? https://t.co/jtwm5pA2ip tool assesses new climate pledges (NDCs) using 5 criteria. (More resources: https://t.co/FPX998L5Zu & long-term explorer) @MengpinGe (8/n)
Very useful overview & comparison of current #climate pledges by countries. Can compare documents between countries or over time. https://t.co/gA97WeK8fL

Coming soon: #NetZero tracker (see report:https://t.co/Kb5JB2VgMu).

@MengpinGe (9/n)
Coming soon: #ClimateWatchData #dataviz library for cool things like this! @Matt_Herbert_ says they can help with #climate #dataviz, get in touch w/ @WRIClimate. (10/n)
Super useful resource (though incomplete, submit policies you know of to update!): @ECIU_UK map of #climate targets including sub-national actors (businesses, cities, regions, ...) (11/n) https://t.co/fnATmAghM6
#climate finance - how much money have countries pledged/delivered? (including shameful US record- hope this is turned around in 2021): https://t.co/FV3TO1EGcg
OECD 2018 found $78.9 bn/yr (78% public $), of $100 bn/yr promised in Paris, per @davidwaskow (12/12)

More from Economy

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.