Select Page
Generate a distance raster based on two data layers

Generate a distance raster based on two data layers

Spatial task Could you please generate a raster map with resolution of 100 meter, showing the distances from San Francisco census tracts to the nearest hospitals? Dataset San Francisco Hospitals  San Francisco census tracts Result Generated Python Code # The code is...
Spatial join and choropleth map generation

Spatial join and choropleth map generation

Spatial task Could you help me analyze the fast accessibility in Pennsylvania by performing the following analysis:1) Count the fast food restaurants in each county and store the result in a new field named “Count”. 2) Calculate the fast food accessibility...
Generate an interactive web map

Generate an interactive web map

Spatial task Generate an interactive web map using leaflet for the shown data layer. Dataset The Pennsylvania county boundaries downloaded from OpenStreetMap Result Generated interactive web map (click to open): PA_counties_map   Generated code # Importing...
Select a map projection and reproject the data

Select a map projection and reproject the data

Spatial task Please select an appropriate map projection for the US states layer, and reproject the data layer using the selected projection. Please also generate an HTML report to explain why you choose the projection. Dataset The states boundaries of the US...