Skip to content

v0.6.0

Compare
Choose a tag to compare
@m-mohr m-mohr released this 25 Jul 15:01
· 21 commits to main since this release

Added

  • Added a SHORT_NAME variable to the converter template
  • Added a FILE_MIGRATION variable to the converter template for per-file migrations
  • Added a LAYER_FILTER variable to the converter template for loading specific layers from a file
  • Added -i parameter to specify input files for converters
  • fiboa converters output can be customized with options -p, -s and -v.
  • fiboa convert reads JSON file with custom logic, which allows to access nested objects through dot notation
  • Converter for Slovenia via EuroCrops (ec_lv)
  • Converter for Planet's Automated Field Boundary (planet_afb)
  • Converter for Portugal (pt)
  • Converter for DigiFarm (digifarm)
  • Converter for AI4SmallFarms in Cambodia and Vietnam (ai4sf)
  • Further tests

Changed

  • The BBOX is optional in the converter template as it will be computed automatically from the data.
  • The PROVIDER_NAME and PROVIDER_URL variables in the converter template were replaced by PROVIDERS
  • fiboa converters is more readable by default
  • Upgraded to geopandas 1.0.0, which migrates from fiona to pyogrio for data loading
  • The EuroCrops converters (prefix: ec_) use the HCAT fiboa extension

Fixed

  • Fixed schema issue for the tk10 column in de_bb converter
  • jsonschema library doesn't warn against external references any longer