PlanetaryComputerExamples
PlanetaryComputerExamples copied to clipboard
Examples of using the Planetary Computer
Working through `competitions/cloud-cover/benchmark-tutorial.ipynb` on a hub instance, the notebook states the data should be available in a volume but this is not the case: ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent...
The https://github.com/microsoft/PlanetaryComputerExamples/blob/main/tutorials/label-maker-dask.ipynb tutorial fails for me. When running `lmj.execute_job()` I get many repetition of the following warning: ``` distributed.worker - WARNING - Compute Failed Function: execute_task args: ((, Tile(x=15550, y=12548,...
The landcovernet example at https://github.com/microsoft/PlanetaryComputerExamples/blob/main/tutorials/radiant-mlhub-landcovernet.ipynb is currently failing for me. ```pytb >>> collection_id = "ref_landcovernet_v1_labels" >>> collection = client.get_collection(collection_id) --------------------------------------------------------------------------- APIError Traceback (most recent call last) File /srv/conda/envs/notebook/lib/python3.8/site-packages/pystac_client/stac_api_io.py:136, in StacApiIO.request(self,...
PR to merge the notebook tutorial for creating on-demand training data from the Planetary Computer data catalog when starting from a Radiant MLHub dataset. This PR supersedes #162 due to...
 It seems that there might be some misalignment of imagery within the landcover example? Looking at this output, the labels don't appear...
PR to merge the notebook tutorial for creating STAC catalog from personal dataset and publishing to the Radiant MLHub.
Adds tutorials for scalable model training using Radiant MLHub datasets. Also adds `flake8` configuration to avoid [conflict between `black` and `flake8`](https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#configuration).
I suggest that the header at https://github.com/microsoft/PlanetaryComputerExamples/blob/main/datasets/gpm-imerg-hhr/gpm-imerg-hhr-example.ipynb make it clear which version of IMERG is being used (presumably final run).
This PR updates all tutorial notebooks that are currently in the `tutorials` folder of the `main` branch. Two notebooks (census and proximity) have not been merged yet and therefore are...
Old URL is only displaying the REST API Docs. This update is to link to both the `radiant-mlhub` python client docs and the REST API docs. Existing Old Link: Full...