Skip to content

Merge pull request #341 from ungarj/release_0.39

Compare
Choose a tag to compare
@ungarj ungarj released this 08 Jun 17:12
b0231d4

0.39 - 2021-06-08

  • core

    • fix warnings by removing deprecated calls (#336)

    • fix tiles count (#334)

    • default drivers

      • GTiff

        • pass on custom creation options to GTiff output driver / rasterio (#328)

        • change default GTiff profile (#335, #332)

          • compression: deflate
          • predictor: 2
          • blocksize: 512
      • GeoJSON

        • add LineString geometry type to available output schema (#338)
      • FlatGeobuf

        • add tiled FlatGeobuf output driver (#321)
    • CLI

      • cp and rm

        • add fsspec filesystem creation options --src-fs-opts, --dst-fs-opts and --fs-opts (#339)
    • default processes

      • convert

        • print user warning if deprecated input name is used (#340)
  • packaging

    • add black & flake8 code formatting tools (#337)