Skip to content

CarbonData API 404 error #158

@mishagrol

Description

@mishagrol

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions