Executive Summary

This project is part of the Developing Data Products course within the Johns Hopkins University Data Science Specialization on Coursera. The project utilizes R Markdown and the Leaflet library to transform geographic coordinates into an interactive data product. By leveraging spatial visualization, we aim to:

Trend Analysis and Spatial Insights

Exploratory spatial analysis of the Leaflet visualization reveals significant geomorphological divergence between the two study regions. By operationalizing the landmark coordinates, we observe the following categorical patterns:

The visualization effectively quantifies the contrast between Florida’s homogeneous coastal profile and California’s multifaceted coastal architecture, integrating both rugged natural coves and developed urban hubs. This spatial distribution highlights the latent environmental variance between the Atlantic/Gulf and Pacific coastal systems.

Summary Statistics

To further validate the regional divergence noted in our analysis, adding a Summary Statistics table provides a quantitative foundation for our spatial visualization.

Table 1: Quantitative Spatial Distribution of Coastal Landmarks
Region (State) N (Markers) Mean Latitude Mean Longitude Latitudinal Spread Longitudinal Spread
CA 4 33.9460 -118.6913 3.5522 4.6300
FL 4 26.0399 -81.4933 2.6059 2.4178

Interpretation of the Table

N(Markers): Confirms a balanced sample size (per region) for the comparative analysis.

Latitudinal/Longitudinal Spread: Quantifies the topographic heterogeneity discussed in your analysis. A larger spread in California (CA) coordinates mathematically supports the “diverse coastal topography” mentioned in your insights, whereas a tighter grouping in Florida (FL) suggests a more “uniform shallow-shelf” distribution.

Reproducibility

This document was generated in RStudio using the Leaflet for R package. The analysis ensures a reproducible workflow by integrating data processing and visualization in a single source file. Including this table ensures our project meets the Computational Reproducibility standards of the Johns Hopkins University Data Science Specialization.