Augment your own data and broaden your analysis with the latest and greatest in location data through Data Observatory.
Open and premium data from multiple sources on standardized spatial aggregations
Analysis made available through Python, APIs or direct downloads
Notifications when data is updated to re-run your analysis
A spatial data platform that enables Data Scientists to augment their data and broaden their analysis.
1
2
3
4
5
6
7
8
9
10
11
12
13
// Create new client
var client = new carto.Client({
apiKey: 'YOUR_API_KEY_HERE',
username: 'YOUR_USERNAME_HERE'
});
// Add a dataview to the client
client.addDataview(dataview)
.then(() => {
console.log('Dataview added');
})
.catch(cartoError => {
console.error(cartoError.message);
Enrich through Python notebooks, use vector tiles in applications or download datasets via Curl.
1
2
3
4
5
6
7
8
9
10
11
12
13
// Create new client
var client = new carto.Client({
apiKey: 'YOUR_API_KEY_HERE',
username: 'YOUR_USERNAME_HERE'
});
// Add a dataview to the client
client.addDataview(dataview)
.then(() => {
console.log('Dataview added');
})
.catch(cartoError => {
console.error(cartoError.message);
Access the latest and greatest in location data streams from some of the largest data providers in the world.