CosmiQ / solaris

CosmiQ Works Geospatial Machine Learning Analysis Toolkit
https://solaris.readthedocs.io
Apache License 2.0
411 stars 112 forks source link

[FEATURE]: Add support for pathlib.Path objects in raster and vector modules #459

Open remtav opened 2 years ago

remtav commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, functions like _check_gdf_load() only support strings as input, although more types are supported by librairies such as geopandas which are called in these functions.

Describe the solution you'd like Add support for pathlib.Path objects