-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested feature: 1m global canopy height product (AWS interoperability) #1232
Comments
Hey @wwoodgate! Yep, it would be really neat to provide easier access to that data - it's pretty incredible stuff! Unfortunately a challenge is that the data doesn't currently have STAC metadata or a STAC search API, which means that the approach used in the Planetary Computer notebook (using Planetery Computer's STAC API to find and load the data for an AOI) doesn't directly apply. It would be possible to develop a funky method that uses Meta's custom index file as a lookup - e.g. work out what file paths to load for an AOI. It would be a bit more bespoke, but probably pretty useful given how enormous this data is! Will have a think - and please feel free to share anything you put together yourself (we could try and get it into a notebook here)! |
@wwoodgate Here's a possible approach - use
|
Looks great! Thanks very much @robbibt One minor hiccup was an error was thrown when reading in the gpd. The error was "CPLE_AWSAccessDeniedError: Access Denied" so perhaps something to do with the s3 mount? I changed the path to ""https://dataforgood-fb-data.s3.amazonaws.com/forests/v1/alsgedi_global_v6_float/tiles.geojson" and it worked nicely. Thanks a bunch for this!! |
Setting this should have in theory given you access:
But yep, access via HTTPS should work as a workaround. I was messing around with a notebook example for this (comparing cover from DEA Fractional Cover with height from CHM), so will post it here when ready! |
Yup adding that fixes the issue. Looking forward to the cover vs height comparison! |
Hi DEA team,
Building on the fantastic MS Planetary Computer notebook functionality that enables users to gain access to the MS Data Catalogue, I was wondering if similar functionality could be added to load in Open (spatial) Data from AWS? I'm specifically thinking of the recent 1m High Resolution (global) Canopy Height Maps by WRI and Meta (https://registry.opendata.aws/dataforgood-fb-forests/).
I had a poke around the files but couldn't see an easy way to do a spatial query (on say a specified bbox).
Just a suggestion!
Cheers
The text was updated successfully, but these errors were encountered: