Skip to content

Releases: paul-carteron/happign

happign 0.3.0

08 May 06:25
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

happign 0.1.8

18 Feb 15:48
Compare
Choose a tag to compare
  • Correction of get_raw_lidar()
  • New vignette "completion_of_ign_data_road_example"
  • Precomputation of cran vignette
  • Apply DRY principle to option("timeout") handling
  • Add "penmarch.shp" as internal data for test and example
  • Better handling of filename saving for get_wfs()
  • Adding support for spatial and ecql filter to get_wfs()
  • Remove dependecy to magritrr pipe %>% by |>
  • Add internal shape for testing point, multipoint, line, multiline, poly, multipoly
  • add get_wfs_attributes() function
  • NULL is returned when no data found

v0.1.7

21 Nov 17:25
Compare
Choose a tag to compare
  • Correct bug preventing get_apicarto_commune to work with dep and insee code
  • Adding 1 hour of downloading to get_wfs() for big shape
  • Remove connection to IGN news when library is load. Now get_last_news() can be used
    to retrieve last news.
  • Adding interactive parameter to get_wfs and get_wms_raster to allow quick use
  • Catch error from get_raw_lidar
  • Change and complete vignette "happign for forester" on website
  • Handling errors with tryCatch
  • get_apicarto_plu() is now get_apicarto_gpu() : it can handle complex shape
    and access all ressources from APIcarto GPU
  • For more consistency, it is now necessary to add drivers to filename in get_wms_raster()
    function just like in get_wfs. The automatic addition of resolution has been removed
    for simplicity.