This PR addresses Issue #5. The following have been implemented:
Added a vector2bbox() function which takes the path of a spatial file of interest (it must be a vector, and works for most common vector formats: shp, geoJSON, KML, GPKG, GML, DXF...) and returns a dictionary for the bounding box in the format {"x_min": value, "x_max": value, "y_min": value, "y_max": value}, which can then be passed to the querying procedures to download the WEkEO data from hda API.
Added testing procedures for the function.
Updated the Conda environment with the required packages.
This PR addresses Issue #5. The following have been implemented:
vector2bbox()
function which takes the path of a spatial file of interest (it must be a vector, and works for most common vector formats: shp, geoJSON, KML, GPKG, GML, DXF...) and returns a dictionary for the bounding box in the format {"x_min": value, "x_max": value, "y_min": value, "y_max": value}, which can then be passed to the querying procedures to download the WEkEO data from hda API.