------------------
- Accept categorical values in GeometryFileSink / to_file.
- Fixed incompatibilities with geopandas >=0.7.
- GeoJSON output is always converted to EPSG:4326 and doesn't have "crs" field.
- Implemented raster.reduction.reduce_rasters.
- Added the 'statistics' argument to raster.spatial.Place to deal with
overlapping features.
- Allow point requests in raster.spatial.Place.
- Clarifications about raster cell validity ranges in MemorySource and
RasterFileSource.