|
1 |
| -# Project |
| 1 | +# Planetary Computer Examples |
2 | 2 |
|
3 |
| -> This repo has been populated by an initial template to help get you started. Please |
4 |
| -> make sure to update the content to build a great experience for community-building. |
| 3 | +This repository contains Jupyter Notebooks that serve as examples of using the [Microsoft Planetary Computer](https://planetarycompture.microsoft.com) data, APIs and Hub. |
5 | 4 |
|
6 |
| -As the maintainer of this project, please make a few updates: |
| 5 | +## Getting Started |
7 | 6 |
|
8 |
| -- Improving this README.MD file to provide a great experience |
9 |
| -- Updating SUPPORT.MD with content about this project's support experience |
10 |
| -- Understanding the security reporting process in SECURITY.MD |
11 |
| -- Remove this section from the README |
| 7 | +This project uses Docker to encapsulate the development environment. To set up your development |
| 8 | +environment, have Docker installed and run: |
| 9 | + |
| 10 | +``` |
| 11 | +> scripts/setup |
| 12 | +``` |
| 13 | + |
| 14 | +If you need to rebuild the images at any point, you |
| 15 | +can run: |
| 16 | + |
| 17 | +``` |
| 18 | +> scripts/update |
| 19 | +``` |
| 20 | + |
| 21 | +To run the jupyter notebook server, you can use: |
| 22 | + |
| 23 | +``` |
| 24 | +> scripts/server |
| 25 | +``` |
| 26 | + |
| 27 | +And browse to the URL printed in the terminal output. |
| 28 | + |
| 29 | +From there you'll be able to run all Jupyter Notebook examples. |
12 | 30 |
|
13 | 31 | ## Contributing
|
14 | 32 |
|
|
26 | 44 |
|
27 | 45 | ## Trademarks
|
28 | 46 |
|
29 |
| -This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
30 |
| -trademarks or logos is subject to and must follow |
| 47 | +This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
| 48 | +trademarks or logos is subject to and must follow |
31 | 49 | [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
32 | 50 | Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
33 | 51 | Any use of third-party trademarks or logos are subject to those third-party's policies.
|
0 commit comments