Skip to content

Instantly share code, notes, and snippets.

View samapriya's full-sized avatar
🌏
Code the Planet

Samapriya Roy samapriya

🌏
Code the Planet
View GitHub Profile
@samapriya
samapriya / planet_bb_query_demo.py
Last active March 4, 2020 04:09 — forked from richpsharp/planet_bb_query_demo.py
Planet Bounding Box quad query demo for Sam
import argparse
import requests
import sys
import os
from pySmartDL import SmartDL
from planet.api.auth import find_api_key
"""
requirements:
pip install planet requests pySmartDL