19 src = fetchFromGitHub {
21 repo = "geoparquet-python";
22 rev = "b09b12dd0ebc34d73f082c3d97ccb69a889167e3";
23 hash = "sha256-WGZfDQh7Abh83n8jsCGr41IlKKq7QVDlauuWi20llh8=";
26 build-system = [ setuptools ];
36 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "geoparquet" ];
39 doCheck = false; # no tests
42 description = "API between Parquet files and GeoDataFrames for fast input/output of GIS data";
43 homepage = "https://github.com/darcy-r/geoparquet-python";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ sigmanificient ];