Skip to content

Commit a765497

Browse files
committed
Add qa_notes file
1 parent 0458a41 commit a765497

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

quality_assurance/qa_notes.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
# GOOGLE Places API Docs:
3+
4+
https://developers.google.com/maps/documentation/places/web-service
5+
6+
7+
8+
9+
##################################################
10+
111
# Step 2: Get a Google Places API Key
212
# Go to the Google Cloud Console
313

@@ -117,3 +127,14 @@ def reverse_geocode(lat, lng):
117127
You can monitor your usage in theBillingsection of your project.
118128

119129
Would you like example Python code using the key?
130+
131+
###################################
132+
133+
Access to Google Maps API
134+
Google does not automatically include Google Maps Platform credits under Google for Nonprofits. However:
135+
136+
Nonprofits can apply for special consideration if they are using Maps API for a mission-aligned purpose like humanitarian aid, social impact, or quality assurance.
137+
138+
This usually goes through Google's nonprofit partner program, such as TechSoup or a special request to Google Cloud support.
139+
140+
###################################

quality_assurance/qa_test.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,22 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": null,
16+
"execution_count": 2,
1717
"id": "511d9ec2-8250-4e44-bcfc-b0d2cb54c58f",
1818
"metadata": {},
1919
"outputs": [],
2020
"source": [
2121
"# Objective: \n",
22-
"# start with list or dictionary of url's and use Google's API to get basic info such as: phone, address, "
22+
"# start with list or dictionary of url's and use Google's API to get basic info such as: phone, address, url request status?"
2323
]
24+
},
25+
{
26+
"cell_type": "code",
27+
"execution_count": null,
28+
"id": "40286905-da29-411e-8f59-6c0c2af78fa3",
29+
"metadata": {},
30+
"outputs": [],
31+
"source": []
2432
}
2533
],
2634
"metadata": {

0 commit comments

Comments
 (0)