Skip to content

Releases: paul-carteron/happign

happign 0.3.8

19 Feb 07:37

Choose a tag to compare

Function:

  • get_wms_raster() : More robust gdal options for downloading, warping and creating raster

Breaking changes:

  • Removing arg interactive in get_wms_raster(): Funny but not really useful, get_wms_raster() should focus on downloading data only

happign 0.3.6

04 Sep 13:57

Choose a tag to compare

Function:

  • Refactor get_apicarto_cadastre :
    • Add explicite vectorization ;
    • Remove code_com and code_arr which aren't mandatory ;
    • Special arrondissement case for Paris, Lyon and Marseille is implemented
  • Refactor get_apicarto_codes_postaux
  • Refactor get_apicarto_gpu

Vignettes :

Breaking changes:

  • Remove get_apicarto_rpg which isn't update anymore
  • Remove get_apicarto_viticole which doesn't exist anymore
  • Arg ressource of get_apicarto is change to layer

Other :

  • Remove yyjsonr dependency

happign 0.3.5

01 Aug 06:49

Choose a tag to compare

Bug fixes:

  • add support to get_wfs to find geometry name #40

Vignettes :

happign 0.3.3

29 Mar 13:36

Choose a tag to compare

Features :

  • Enhanced error handling for get_wms_raster

Bug fixes :

  • Force httr2 >= 1.1.1 to avoid error when using get_iso* with more than 5 inputs #33

Breaking changes:
In get_wms_raster(), when filename = NULL, the function now uses a temporary file for storage instead of generating a filename based on the layer name as in previous versions.

happign 0.3.2

24 Jan 15:27

Choose a tag to compare

  • Package now depend on R >= 4.1.0 because package code uses the base pipe |>

Utilities :

  • add com_2024 dataset as successor or cog_2023

Bug fixes :

  • get_wms_raster throw GDAL ERROR 1 with sf >= 1.0-19 fixe in #32
  • add proper roxygen documentation for get_iso* functions #31
  • get_apicarto_cadastre pagination fix

Vignettes :

happign 0.3.0

08 May 06:25

Choose a tag to compare

  • Refactor package to adapt to Géoplateforme

Breaking change :

  • get_wms_raster(), get_wfs() and get_wmts() do not use apikey arg anymore.
  • Order of arguments in get_layers_metadata() has been changed. The arg data_type now comes before apikey.
  • get_iso() has be temporary removed from happign

Other change :

  • Arg apikey isn't mandatory anymore in get_layers_metadata.
  • Vignettes have been adapted to happign 0.3.0.
  • get_wms_raster() now have a verbose argument
  • get_wms_raster() function uses the WMS driver provided by GDAL to download a raster image. Instead of downloading and merging multiple tiles, it retrieves the entire image at once from the WMS server.

happign 0.2.2

29 Nov 16:18

Choose a tag to compare

  • Fix bug when creating bbox for get_wms_raster() getMap request when crs isn't latlong.

happign 0.2.1

19 Nov 08:40

Choose a tag to compare

  • Fix get_wms_raster() because of #21
  • Add support to wmts to get_layers_metadata()

happign 0.2.0

10 Aug 12:00

Choose a tag to compare

  • get_wms_raster is made faster by using gdalwarp from sf::gdal_utils.
    There is no longer need to download several tiles.
  • update cog_2022 dataset to cog_2023
  • remove get_apicarto_commune() now supported by get_apicarto_cadastre()
  • jsonlite is used instead of geojsonsf package
  • some get_wms_raster and get_wfs parameter names have been changed :
    • shape -> x
    • layer_name -> layer
    • resolution -> res
  • remove get_wms_info for get_location_info
  • apikey "enr" is added

happign 0.1.9

13 Apr 06:40

Choose a tag to compare

  • add get_apicarto_viticole()
  • add get_apicarto_codes_postaux()
  • add get_apicarto_rpg()
  • rework of get_apicarto_gpu()
  • depreciation of get_apicarto_commune() now supported by get_apicarto_cadastre()
  • rework of get_last_news()
  • remove dependency to checkmate