GIS : Tree Crown Mapping & Visualization

This project visualizes tree crown data in the form of a map, for now the website can only display the ID of each detected tree crown. The detected satellite images will be processed by a machine learning model in Google Colab that will generate geospatial coordinates of each detected tree crown, then each detected tree crown will be assigned an ID and stored in the database. The geospatial data stored in the database will be connected to NextGIS to be processed into a vector layer. The initial image detected by google colab can also be uploaded to NextGIS and published as a raster layer that can be used to visualize the tree data collection in the area. For now the development is only in the NextGIS stage, because I was not able to display the map on my website due to CORS problems of NextGIS, I need to upgrade my NextGIS to paid mode to set the CORS.

View