Releases: paul-carteron/happign
Releases · paul-carteron/happign
happign 0.3.0
- Refactor package to adapt to Géoplateforme
Breaking change :
get_wms_raster()
,get_wfs()
andget_wmts()
do not useapikey
arg anymore.- Order of arguments in
get_layers_metadata()
has been changed. The argdata_type
now comes beforeapikey
. get_iso()
has be temporary removed fromhappign
Other change :
- Arg
apikey
isn't mandatory anymore inget_layers_metadata
. - Vignettes have been adapted to happign 0.3.0.
get_wms_raster()
now have averbose
argumentget_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_raster
is made faster by using gdalwarp fromsf::gdal_utils
.
There is no longer need to download several tiles.- update
cog_2022
dataset tocog_2023
- remove
get_apicarto_commune()
now supported byget_apicarto_cadastre()
jsonlite
is used instead ofgeojsonsf
package- some
get_wms_raster
andget_wfs
parameter names have been changed :- shape -> x
- layer_name -> layer
- resolution -> res
- remove
get_wms_info
forget_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
happign 0.1.8
- 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
- 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 toget_wfs
andget_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 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.