Skip to content

Prior Configurations

Elizabeth Campolongo edited this page Oct 24, 2023 · 3 revisions

This page details our previous deployment configurations and provides some guidance or direction for admins interested in alternate deployment strategies.

The Dockerfile and docker-compose.yml used previously can be found in this commit and are adaptable to your use-case.

Prior Versions

The first release of this Andromeda package, it was designed for the 2023 iteration of the QUEST program at Princeton University. This release did contain both the multidimensional scaling Andromeda visualization, along with the iNaturalist data fetching feature, though the data fetch was specific to the Princeton, NJ area due to our need to pre-establish the satellite RGB information and the land cover data.

  • The satellite RGB data came from satellite images centered at locations at which the QUEST team were expected to photograph, on which an R program was run to cluster the RGB of these satellite images, then summarize the clusters. This summary is what was used for the dataset.
  • The landcover data made use of landcover classifications provided by the NJDEP Bureau of GIS (full source info) on ArcGIS. This data was pulled and processed from ArcGIS using their API (see description in data retrieval), which did not provide a sufficiently consistent connection to access in real-time. This data gathering step was later replaced with the latlonCover package that utilizes CropScape data which can be pulled and processed in real-time.
    • Both of these tools follow the same principle of taking both a small and big area around the given coordinate point (latitude, longitude) and determining the percentage of each type of landcover within the selected areas, as depicted below.
center_tiles
The large gray box depicts the satellite image coverage. The small blue box has 1/2-mi side-lengths, while the larger purple box has 1-mi side-lengths (latlonCover uses 2-mi side-lengths for its larger boxes).
Credit/Disclaimer: This map was developed using New Jersey Department of Environmental Protection Geographic Information System digital data, but this secondary product has not been verified by NJDEP and is not state-authorized or endorsed.
Powered by Esri
Source: Esri, NASA, NGA, USGS, FEMA; New Jersey Office of GIS, Esri, HERE, Garmin, SafeGraph, GeoTechnologies, Inc, MÈTI/NASA, USGS, EPA, NPS, US Census Bureau, USDA; Ni Department of Environmental Protection (NJDEP), Division of Information Technology (DOIT), Bureau of Geographic Information System (BGiS)
Clone this wiki locally