I used OpenStreetMap and overpass turbo to calculate this; here is the script I ran:
, which I generated using ChatGPT. For San José:
- 35763 nodes (places with exact coordinates),
- 2083 ways (paths like roads or rivers), and
- 96 relations. (groups of features with a relationship)
For San Antonio:
- 39581 nodes,
- 2031 ways, and
- 135 relations.
[out:json][timeout:60];
(
node["name"="*PLACE NAME*"];
way["name"="*PLACE NAME*"];
relation["name"="*PLACE NAME*"];
);
out body;
>;
out skel qt;
, which I generated using ChatGPT. For San José:
- 35763 nodes (places with exact coordinates),
- 2083 ways (paths like roads or rivers), and
- 96 relations. (groups of features with a relationship)
For San Antonio:
- 39581 nodes,
- 2031 ways, and
- 135 relations.
Comments
There are no comments here yet!
Come back later to see if someone commented something or create one!