Answer the question
In order to leave comments, you need to log in
Implementing an application to work with files?
There is a file storage where there are a lot of folders. The folders contain the name of a certain area (inside data on this area). Files ranging in size from kb to Gb. It is necessary to make an application for analyzing the contents of folders and in general the presence of certain folders. It is necessary to organize all this in the form of a map with plotted areas. so that by clicking on the area, contextual information is displayed, a list of files in this folder. Areas can be obtained in the form of shp-files with coordinates. What is the best way to do this? What technologies, libraries should be used? (preferably with C++, Qt, Python)
Answer the question
In order to leave comments, you need to log in
I think it's better to do it in the web (browser) since the map libraries (OpenLayers, Leaflet) have all the necessary functionality there.
A GeoJSON vector layer with area polygons is made into the map, each click on the map gets the area and its parameters for which it makes a request and displays PopUp with information.
Frontend: Mozilla or Chrome browser - even on a mobile phone or tablet.
Backend python: which prepares a GeoJSON file with areas and returns data about the area on a separate request and of course returns the page itself with JS.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question