Recent Releases of happign
happign - happign 0.3.6
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 : * Refactor of API Carto
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
- R
Published by paul-carteron 11 months ago
happign - happign 0.3.5
Bug fixes:
* add support to get_wfs to find geometry name #40
Vignettes : * Simplification of : - happign for foresters - API Carto
- R
Published by paul-carteron 12 months ago
happign - happign 0.3.3
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.
- R
Published by paul-carteron over 1 year ago
happign - happign 0.3.2
- 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 : * remove too large raster from last example of happignforforester
- R
Published by paul-carteron over 1 year ago
happign - 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.
- R
Published by paul-carteron about 2 years ago
happign - happign 0.2.2
- Fix bug when creating bbox for
get_wms_raster()getMap request when crs isn't latlong.
- R
Published by paul-carteron over 2 years ago
happign - happign 0.2.1
- Fix
get_wms_raster()because of #21 - Add support to wmts to
get_layers_metadata()
- R
Published by paul-carteron over 2 years ago
happign - 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
- R
Published by paul-carteron almost 3 years ago
happign - 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
- R
Published by paul-carteron over 3 years ago
happign - happign 0.1.8
- Correction of getrawlidar()
- New vignette "completionofigndataroad_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 NULLis returned when no data found
- R
Published by paul-carteron over 3 years ago
happign -
- Correct bug preventing
get_apicarto_communeto 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
interactiveparameter toget_wfsandget_wms_rasterto 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 nowget_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.
- R
Published by paul-carteron over 3 years ago