Releases: paul-carteron/happign
Releases · paul-carteron/happign
happign 0.3.8
Function:
get_wms_raster(): More robust gdal options for downloading, warping and creating raster
Breaking changes:
- Removing arg
interactiveinget_wms_raster(): Funny but not really useful,get_wms_raster()should focus on downloading data only
happign 0.3.6
Function:
- Refactor
get_apicarto_cadastre:- Add explicite vectorization ;
- Remove
code_comandcode_arrwhich aren't mandatory ; - Special arrondissement case for
Paris,LyonandMarseilleis implemented
- Refactor
get_apicarto_codes_postaux - Refactor
get_apicarto_gpu
Vignettes :
- Refactor of API Carto
Breaking changes:
- Remove
get_apicarto_rpgwhich isn't update anymore - Remove
get_apicarto_viticolewhich doesn't exist anymore - Arg
ressourceofget_apicartois change tolayer
Other :
- Remove
yyjsonrdependency
happign 0.3.5
happign 0.3.3
Features :
- Enhanced error handling for
get_wms_raster
Bug fixes :
- Force
httr2 >= 1.1.1to avoid error when usingget_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
- Package now depend on R >= 4.1.0 because package code uses the base pipe |>
Utilities :
- add
com_2024dataset as successor orcog_2023
Bug fixes :
get_wms_rasterthrowGDAL ERROR 1withsf >= 1.0-19fixe in #32- add proper roxygen documentation for
get_iso*functions #31 get_apicarto_cadastrepagination fix
Vignettes :
- remove too large raster from last example of happign_for_forester
happign 0.3.0
- Refactor package to adapt to Géoplateforme
Breaking change :
get_wms_raster(),get_wfs()andget_wmts()do not useapikeyarg anymore.- Order of arguments in
get_layers_metadata()has been changed. The argdata_typenow comes beforeapikey. get_iso()has be temporary removed fromhappign
Other change :
- Arg
apikeyisn't mandatory anymore inget_layers_metadata. - Vignettes have been adapted to happign 0.3.0.
get_wms_raster()now have averboseargumentget_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
- Fix bug when creating bbox for
get_wms_raster()getMap request when crs isn't latlong.
happign 0.2.1
- Fix
get_wms_raster()because of #21 - Add support to wmts to
get_layers_metadata()
happign 0.2.0
get_wms_rasteris made faster by using gdalwarp fromsf::gdal_utils.
There is no longer need to download several tiles.- update
cog_2022dataset tocog_2023 - remove
get_apicarto_commune()now supported byget_apicarto_cadastre() jsonliteis used instead ofgeojsonsfpackage- some
get_wms_rasterandget_wfsparameter names have been changed :- shape -> x
- layer_name -> layer
- resolution -> res
- remove
get_wms_infoforget_location_info - apikey
"enr"is added
happign 0.1.9
- 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 byget_apicarto_cadastre() - rework of
get_last_news() - remove dependency to
checkmate