Changes in version 0.3.8.9000 Changes in version 0.3.8 (2026-02-19) 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 Changes in version 0.3.7 (2026-01-08) Function: - Refactor get_wfs() : - Better iterative request using httr2::req_perform_iterative(); - Better cql_filter construction with new predicate implementation ; Breaking changes: - Removing old dataset cog_2023 and com_2024; - Changing arg in get_wfs(): - spatial_filter -> predicate : now use structured predicate (see ?spatial_predicates) - ecql_filter -> query - Removing arg in get_wfs(): - filename : sf::st_read() should be used to write to local ; - interactive : Funny but not really useful, get_wfs() should focus on downloading data only Tests : - Implementation of scheduled test for real interaction for get_wfs() Other : - Remove {dplyr} dependency Changes in version 0.3.6 (2025-09-03) 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 Changes in version 0.3.5 (2025-07-29) Bug fixes: - add support to get_wfs to find geometry name #40 Vignettes : - Simplification of : - happign for foresters - API Carto Changes in version 0.3.4 - Add better error handling to get_wms_raster #37 Bug fixes: - remove encoding error in com_2024 dataset thanks to @mgageo #36 Utilities: - add com_2025,dep_2025,reg_2025 dataset as successor or com_2024 Breaking changes: - Support for LIDAR data is removed, package LidarHD is more suitable for this Changes in version 0.3.3 (2025-03-28) 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. Changes in version 0.3.2 (2025-01-24) - 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 happign_for_forester Changes in version 0.3.1 (2024-09-03) - refactor get_apicarto_cadastre that now use httr2::req_perform_iterative and ``yyjsonr` - get_wms_raster() and get_wmts() are now really silent when verbose = FALSE #28 - get_iso(), get_isochrone() and get_isodistance() are back thanks to sylvaine31 in #16 - get_wms_raster() and get_wmts() now return NULL when raster as only NA values #26 Changes in version 0.3.0 (2024-05-07) - 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. Changes in version 0.2.2 (2023-11-29) - Fix bug when creating bbox for get_wms_raster() getMap request when crs isn't latlong. Changes in version 0.2.1 (2023-11-18) - Fix get_wms_raster() because of #21. Now using vrt and warping combine. - Add support to wmts to get_layers_metadata() Changes in version 0.2.0 (2023-08-07) - 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 Changes in version 0.1.9 (2023-04-12) - 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 Changes in version 0.1.8 (2023-01-30) - Correction of get_raw_lidar() - New vignette "completion_of_ign_data_road_example" - Pre-computation 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 dependency 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 Changes in version 0.1.7 (2022-11-18) - 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 consistency, it is now necessary to add drivers to filename in get_wms_raster() like get_wfs(). The automatic addition of resolution to filename has been removed for simplicity. Changes in version 0.1.6 (2022-09-16) - get_wms_raster() use gdal with sf::gdal_utils() for downloading and terra::vrt() for merging for quiet faster results. stars package is not used anymore. - get_wms_raster() supports the download of big raster of several gigabytes - get_wms_raster() has new crs argument - New function get_raw_lidar() to download raw lidar data - New function get_apicarto_commune() to download commune borders from apicarto - A new dataset containing names of communes and their associated insee code has been added - Simplify get_layers_metadata() to retrieve only title, name, and abstract - Remove dependency to tidyr - new function get_raw_lidar() to download raw lidar data from IGN - new function get_apicarto_commune to download commune borders from the apicarto "cadastre" of IGN Changes in version 0.1.5 (2022-07-18) - remove get_iso() - remove dependency to httr by httr2 - add get_wms_info() to find metadata of a layer - add get_apicarto_plu() (Plan Local d'Urbanisme) - Rework of get_wms_raster() - Adding new apikey "ocsge" - Better testing - Add all insee code as package data data("code_insee") - get_apicarto_* now support MultiPolygon - get_wms_raster now have 1h for downloading tile instead of 1min (for low connection) Changes in version 0.1.4 (2022-04-25) - Fix resolution for get_wms_raster(). Depending on shape and resolution, multiple tile are downloaded and combine to get the right resolution. Also adding vignette Resolution for raster for further explanation - New start up message based on RSS flux of IGN website to warn user if there issues (slowdown, shutdown) or news resources *get_wms_raster() now fix S2 geometry problems - adding method and mode argument of download.file() to have more freedom on the type of download with get_wms_raster() - Completion of the happign_for_forester vignette - adding first get_apicarto_* vectorized function for cadastre - adding shp_to_geojson() function to avoid geojsonsf package dependency Changes in version 0.1.3 (2022-03-01) - adding connection to isochrone and isodistance calculation of IGN with get_iso() - new vignette happign for forester - new vignette SCAN 25, SCAN 100 et SCAN OACI Changes in version 0.1.2 (2022-02-01) - adding a filename argument to get_wms_raster() and get_wfs() allowing to save data on disk. This new feature also overcomes the problem of connection to some WMS with GDAL #1 - Automatic weekly detection of http errors for all WFS and WMS APIs. Layers not readable by get_wms_raster()#1 are also listed. - adding data license of IGN (etalab 2.0) to readme Changes in version 0.1.1 (2022-01-27) - add function to test internet connection and availability of IGN website when loading happign) - test improvement - readme and vignette improvement Changes in version 0.1.0 (2022-01-20) - add interface for WFS, and WMS raster service with get_wfs() and get_wms_raster() - add get_apikeys() and get_layers_metadata() to allow access to metadata from R