data icon indicating copy to clipboard operation
data copied to clipboard

CarbonData API 404 error

Open mishagrol opened this issue 2 years ago • 2 comments

Dear team of CarbonPlan, first of all, thanks for your project!

I tried to reproduce some results and understand database structure, but met some problems:

Example 1.

I tried to run FIA downloading - https://carbonplan.org/data


import os
from intake import open_catalog

os.environ['CARBONPLAN_DATA'] = 'https://carbonplan.blob.core.windows.net/carbonplan-data'
cat = open_catalog(
    "https://carbonplan.org/data/api/intake/fia.yaml"
)
cat["raw_table"](name="plot").to_dask()

But received this error:

ClientResponseError: 404, message='Not Found', url=URL('https://carbonplan.org/data/api/intake/fia.yaml')

Is there any full manual how to deal with data in carbonplan? Thanks!

mishagrol avatar Feb 21 '22 20:02 mishagrol