Imageomics / Image-Datapalooza-2023

Repository for the Image Datapalooza 2023 event held at OSU in August 2023.
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Gather and Process Satellite Data in Real-Time #5

Open egrace479 opened 1 year ago

egrace479 commented 1 year ago

For Andromeda, we generated tiles surrounding a given location with information on the percentage of various forms of landcover for that particular area. The process utilized (through ArcGIS’ API) is recorded here. There were challenges with interactions with the ArcGIS server that made this a very time-consuming process and prevented us from collecting the data in real-time to match the exact location at which people took their images. The OSU ASC ESRI-SUPPORT team suggested we look into using PyQGIS as an alternative to ArcPy. (QGIS is an open source GIS application.) More notes from them:

The question is if anyone has tried doing something similar, and if so, what have you used? If not, would anyone be interested in trying to piece together a more open-sourced method of doing this that may allow for real-time calculations/access?

The second part of it is access to landcover data at granular levels. We were able to use a layer specific to NJ, but I’d imagine something like it exists for other states as well. The tiles we generated for Andromeda proved useful in the QUEST program’s analysis of pollinators, and it’d be great to see if we could expand it to be available across the country.