Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Incorporate Land Cover type in analysis #42

Closed egrace479 closed 1 year ago

egrace479 commented 1 year ago

Utilize ArcGIS to take in lat/lon for each image and return percentages of each type of cover within a half-mile box centered at the lat/lon of the image.

egrace479 commented 1 year ago

We can use the NJ land cover layer, added on this map and accessed through the ArcGIS Python API. Map has citations for layer, as does mapping.py which fetches and processes the data.

Dan is going to bin categories available so we have a manageable and logical set of regions for our educational purposes.

egrace479 commented 1 year ago

Next steps:

Now we're precomputing tiles covering the satellite RGB areas.

egrace479 commented 1 year ago

PR #53 added final tiling data.