Overview¶
NOTE: For just viewing examples, and no extra explanation, I’ve included a few Jupyter notebooks in the cloned repository under: feature-translation-service/examples/Jupyter Notebooks.
In this section I’ll present a few examples of how to use PO.DAAC’s Feature Translation Service. These examples include querying by SWOT Feature ID, HUC, and by region name and by partial or exact matches. Also, I’ll include examples of how this can be used to then query CMR.
Prerequisites: You’ll need to have both the BeautifulSoup and the requests package installed. Run:
pip install bs4 requests
if you do not have them installed, or want to confirm that you do.