coordinate = {
"longitude": -99.1332,
"latitude": 19.4326,
"crs": "EPSG:4326",
}
print(coordinate){'longitude': -99.1332, 'latitude': 19.4326, 'crs': 'EPSG:4326'}
Vector data represents objects as:
Raster data represents space as a grid of cells. Each cell stores a value.
A coordinate reference system defines how coordinates relate to locations on Earth.
coordinate = {
"longitude": -99.1332,
"latitude": 19.4326,
"crs": "EPSG:4326",
}
print(coordinate){'longitude': -99.1332, 'latitude': 19.4326, 'crs': 'EPSG:4326'}