@@ -13,7 +13,16 @@ When a new notebook has a dependency that is not yet supported by the Docker ima
1313a new Docker image must be built. Additionally, add the new dependency to the
1414[ imports_test notebook] ( dev/imports_test.ipynb ) .
1515
16- ## Area of Interest
16+ ## Planet Feeds
17+
18+ It is the intention of this notebook repository that a user be able to easily
19+ determine the permissions needed within the Planet ecosystem to be able to run
20+ all notebooks successfully. Therefore, we standardize and track the Planet feeds
21+ that are used across all notebooks within this repository. Right now, this applies
22+ to the Planet Data feed in the form of Areas of Interest and to the Planet
23+ Analytics feed in the form of suscription IDs.
24+
25+ ### Data Feed - Area of Interest
1726
1827The first choice of area of interest (AOI) for any notebook is an AOI that is
1928already used in this repository. The geojson description of these AOIs is given
@@ -30,7 +39,23 @@ add the AOI to the
3039[ repository_aois notebook] ( dev/repository_aois.ipynb ) . Run that notebook
3140through to the end to update [ aois.geojson] ( dev/imports_test.ipynb ) .
3241
33- ## Skipping Validation
42+ ### Analytics Feed - Subscription ID
43+
44+ The fist choice of Analytics Feed subscription id for any notebooks is a
45+ subscription ID that is already used in this repository. The subscription IDs
46+ used in this repository are maintained in the
47+ [ analygics_feeds notebook] ( analytics_feeds.ipynb ) . This notebook also helpfully
48+ pulls the feed information from these subscription IDs. It is good practice
49+ to add your notebook to the list of notebooks using each subscription ID.
50+
51+ Currently, subscription IDs are not being tracked in any demo permissions program.
52+ However, this may change in the future. If the subscription ID for a notebook
53+ cannot be satisfied by the subscription IDs already in the repository, add
54+ the subscription ID to the notebook and email
< [email protected] > to notify us
55+ of the change. (** NOTE** : this is likely to change to a request when demo
56+ permissions for the analytics feed are established).
57+
58+ ## Notebook Validation
3459
3560To enable validation of the Docker image, every notebook should run successfully
3661when run from the command line. For notebooks where that just is not possible,
0 commit comments