summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10*: Recursive revbump from boost 1.78.0ryoon3-6/+6
2022-01-06geography/geoclue: Update to 2.5.7gdt2-7/+6
upstream: "Many fixes."
2022-01-06geography/qgis: Update to 3.16.15gdt2-7/+6
upstream: bugfixes and minor changes (update along stable branch)
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz2-4/+8
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz7-8/+14
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-02py-googlemaps: Update to 4.5.3.kleink2-6/+6
4.5.3 (2021-07-29) ------------------ Bug Fixes * cleanup dist (964cecd) 4.5.1 (2021-07-29) ------------------ Bug Fixes * only run publishCmd (c7c3236) 4.4.7 (2021-07-14) ------------------ Bug Fixes * run sdist after tag created (a8afb86)
2022-01-02gpsd: Fix build with Python 3.10ryoon2-4/+25
2021-12-30Forget about Python 3.6adam2-4/+3
2021-12-22(*/py-trytond-*) regen distinfo and PLIST, I'll adjust other fallout latermef4-21/+43
2021-12-08revbump for icu and libffiadam37-65/+74
2021-12-01geography/viking: Update to 1.10gdt3-8/+8
# Viking 1.10 - released 2021-11-27 ## Headline Features - [SF#11](https://sourceforge.net/p/viking/feature-requests/11): Add Exit Warning if something modified. - Tile Area Coverage (TAC): Ability to count and display newly covered tiles - [GH#134](https://github.com/viking-gps/viking/issues/134): Support 'geo:' URIs on the commmand line - Calendar supports marking of multi-day tracks - More Preferences for initial conditions - Including the default zoom, showing of the centermark and the scale - [GH#141](https://github.com/viking-gps/viking/issues/141) - Ability to rename a track based on it's start date - Allow global HTTP User-Agent override - Draw overlays on track graphs as a line - Many Internal Improvements + Fixes - Large Basque and Danish language translation updates
2021-11-26geography/gama: Update to 2.16gdt2-6/+6
Changes in release 2.16 (2021-11-25) A maintenance release, the only user-visible changes are new gama-local option --export (renamed from --updated-xml) and some more tests in the gama-local sets suite.
2021-11-24geography/geos: Update to 3.10.1gdt3-8/+8
upstream changes: bug fixes and minor improvements
2021-11-20qgis: Adjust comment about unpackaged dependencygdt1-2/+3
2021-11-15*: recursive bump for gstreamer 1.18.5wiz3-6/+6
2021-11-11*: Revbump for protobuf-3.19.0kim1-1/+2
Fix for: Shared object "libprotobuf.so.29" not found
2021-11-09gpsd: Properly detect and honor the user's preferred Ruby version.nia3-19/+13
2021-11-08geography/gdal: Update to 3.3.3gdt5-34/+10
Upstream changes: bug fixes
2021-11-08geography/qgis: Update to 3.16.13gdt2-6/+6
This micro happened because of a significant bug in the Windows packaging of qgis, even though the Windows packagingbits in question are outside the qgis release tarball, to reduce conufsion among Windows users. On other than Windows, this release is equivalenet to 3.16.12. It's updated in pkgsrc to avoid the perception that it needs to be updated. Upstream changes: - The version number (and associated hash) has changed. - There are NEWS entries aout what will be in 3.16.14
2021-11-05qgis: Update to 3.16.12gdt2-7/+6
upstream changes: bugfixes and minor improvements
2021-10-26geography: Replace RMD160 checksums with BLAKE2s checksumsnia108-307/+307
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-21*: Revbump for protobuf-3.18.0kim1-2/+2
Fix for: Shared object "libprotobuf.so.28" not found
2021-10-21geography/mapcode: Update to 2.5.5gdt2-6/+6
Upstream lacks NEWS, but obviously this should be a bugfix release from 2.5.4.
2021-10-21geography/mapcode: Reorder lines (pkglint)gdt1-6/+5
and whitespace rationalization
2021-10-21gdal-lib: Simplify conditional (pkglint)gdt1-3/+3
2021-10-21geography/epsg: Whitesapce cleanup (pkglint)gdt1-2/+2
2021-10-21geos: Drop postgis as needing a spurious revbumpgdt1-2/+1
2021-10-21gdal: revbump due to libtool explictly including dependency libs (geos)gdt2-6/+4
2021-10-21geography/geos: Update to 3.10.0gdt4-30/+82
Packaging changes: Use cmake instead of the now-deleted autotools, introducing a regression in "make test" where the installed version is tested instead of the build tree version. Upstream changes: Changes in 3.10.0 2021-10-20 - New things: - CAPI: GEOSDistanceWithin, GEOSPreparedDistanceWithin (#1124, Sandro Santilli) - Output WKT using positional precision with the ryu library (#868, Paul Ramsey) - geosop CLI for GEOS (Martin Davis) - Full doxygen of the C-API (Paul Ramsey) - GeometryFixer class for validity enforcement (Martin Davis, Paul Ramsey) - CAPI: GEOSDensify (Brendan Ward) - CAPI: GEOSCoordSeq_copyFromArrays, GEOSCoordSeq_copyFromBuffer, GEOSCoordSeq_copyToArrays, GEOSCoordSeq_copyToBuffer (Daniel Baston) - CAPI: GEOSMakeValidWithParams new validity enforcement approach from https://github.com/locationtech/jts/pull/704, uses GeometryFixer (Paul Ramsey, Martin Davis) - CAPI: GEOSWKBWriter_getFlavor, GEOSWKBWriter_setFlavor support outputting ISO or Extended WKB flavors (#466, Paul Ramsey) - CAPI: GEOSConstrainedDelaunayTriangulation, builds a constrained triangulation of an input Polygon or MultiPolygon, returning a GeometryCollection(Polygon) of the triangles. - Fixes/Improvements: - Preserve ordering of lines in overlay results (Martin Davis) - Check for invalid geometry before fixing polygonal result in Densifier and DPSimplifier (Martin Davis) - Fix overlay handling of flat interior lines (JTS-685, Martin Davis) - Fix IsValidOp to correctly report invalid nested MultiPolygons (#1112, Martin Davis) - Fix BufferOp to avoid artifacts in certain polygon buffers (#1101, Martin Davis) - Fix IsValidOp to correctly report certain kinds of invalid LinearRings (Martin Davis) - Improve STRtree performance through TemplateSTRtree implementation (Daniel Baston) - Fix DiscreteFrechetDistance to use initial points of input lines (#1128, Martin Davis) - Changes: - Autoconf build system is dropped in favour of CMake See README.md and INSTALL.md for examples of usage - Libtool is no longer used for in favour of CMake Therefor libgeos.la is no longer built/installed - #1094, #1090: Drop inlines.cpp to address duplicate symbols on many platforms (Regina Obe) - GH475: Do not return NaN from GEOSProjectNormalized_r (Paul Ramsey) - GH442: BufferOp now returns unique_ptr<Geometry> result (Paul Ramsey)
2021-10-14geography/echomap: update to 0.6.1pin3-224/+224
-Updated dependencies -Cleaned up newer clippy lints
2021-10-07geography: Remove SHA1 hashes for distfilesnia108-307/+108
2021-09-29revbump for boost-libsadam15-23/+30
2021-09-29*: recursive bump for vala 0.54wiz1-2/+2
2021-09-28geography/gpsd: Update to 3.23.1gdt2-8/+7
3.23.1: 2021-09-21 Improve ubx cycle detection. Add quirks for Jackson Labs nonstandard NMEA Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode. Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode. Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode. Split SOURCE_ACM from SOURCE_USB. ACM has no speeds. Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher. When libc supports them. Improve autobaud. Add new u-blox M10 messages. Fix u-blox M6, M7 initialization issues. Various ubxtool and gpxlogger updates. Add mtk3301_speed_switcher() No API, ABI changes. Fallback to "python3" if "python" not found.
2021-09-28geography/gama: Update to 2.15gdt2-8/+7
upstream changes: bug fixes
2021-09-20geography/Makefile: add missing subdirectorywiz1-1/+2
2021-09-20(geography/R-stars) Updated 0.4.3 to 0.5.3mef2-7/+37
# version 0.5-3 * `read_stars()` accepts a function (or list with functions) as first argument, allowing for saving `stars` objects that read from package directories resolving platform-dependent paths at run-time * handle categorical rasters starting at value 0 (by adding 1, and warning); #428 * add `%in%` method; #424 * `read_stars` gains an argument `tolerance` to control tolerance in dimension value comparisons; #414 * binary Ops (like `+`, `-`, `*` etc.) work for `stars_proxy` objects; #390 * `st_rasterize` rasterizes multiple attributes, and handles factors (when sf >= 0.9-9) * `write_stars` deals better with `stars_proxy` objects; #404 * fix regression in reading some `stars_proxy` objects; #379 * add `[<-` (partially) and `is.na` methods for `stars_proxy` objects; #402 * add `replace_na` methods; #402 # version 0.5-2 * read and write factor levels as GDAL category names; write color table; #392 * handle `normalize_path` for choosing to `proxy`; #391 * ignore units when there are different units accross bands of a subdataset * speed up `st_rgb` using faster `st_apply` approach; #315, #390 * improve handling of crs in Spatial objects (avoid loss of wkt comments) * correctly write band subsets for smaller proxy objects; #291 * write arbitrarily cropped proxy objects; #291 * speed up `st_apply` when a function is provided that works on chunks at a time; #390 * warn when breaks = "quantile" results in a single class; #388 * fix `[` bug selecting bands in proxy objects; #388 * for `stars_proxy` objects, `write_stars` writes all objects into a multi-layer file; #385 * multi-file proxy objects can be `st_warp`ed with `use_gdal = TRUE`; #385 # version 0.5-1 * fix weird GDAL-related bug in stars2 vignette * `read_ncdf` does not take time as mid-points of regular intervals, but as starting points; #378 # version 0.5-0 * fix handling of rasters with color tables; #375 * `st_apply` and other methods for `stars_proxy` objects handle ... ; #374 * add `st_bbox`, `st_crs` methods for terra's `SpatVector` objects; https://github.com/mtennekes/tmap/issues/536 * add `st_bbox`, `st_crs` and `st_as_stars` methods for terra's `SpatRaster` objects; https://github.com/mtennekes/tmap/issues/536 * allow for multi-resolution attributes in `stars_proxy` objects (e.g., all gray scale sentinel-2 bands); see vignettes 2 and 7 for examples. * `plot` defaults to a categorical color scale when plotting a factor variable; https://github.com/mtennekes/tmap/issues/526 * `st_extract` extracts space-time points if `time_column` is specified, and handles time intervals; #352 * add `[[<-.stars` method, which is now called by `$<-.stars`, so that array names can be set programmatically * add `transmute` methods * `plot.stars` calls `droplevels` if a factor array has any `NA` levels; #339 * `read_stars` reads `NaN`s as `NA`; #333 * improve `st_extract` method for both `stars` and `stars_proxy` objects; interpolation options are reduced to bilinear; #322, #279, #290 * better handle categorical rasters that do not start at value 1; #329 * plot layout can be controlled with `mfrow = c(nr, nc)` argument * `stars_proxy` objects have a normalized path; #331 * cropping or selecting with `bbox` treats cells always as small polygons; #330 * add faster `st_extract` method for `stars` objects; #322 * added vignette: "How `raster` functions map to `stars` functions", by Sebastien Rochette; #122, #325 * fix bug in dimension `values` field when downsampling; #324 * `write_stars` also writes out band names; #323 * add `rgdal` to Suggests: * each `call_list` entry of a `stars_proxy` object carries its proper calling environment; #309 * `st_as_sf.stars` copes with zero attribute (empty) stars objects * add `st_set_bbox` generic, to set raster extent, motivated by #315 * set up tic, with great help from @pat-s, #313 * get rid of more `proj4string`s for representing coordinate reference systems; #312 * as(x, "Spatial") correctly handles `from` dimension values different from one * `read_stars` now sets the `BANDNAME` GDAL metadata item, or else the band's GetDescription() as the band's dimension values * `st_as_stars.data.frame` reads simple tables (non-raster data) if `dims` has length less than 2 * band descriptions are in the band dimension values * dimension tables are simpler, and are shown properly in Rstudio * `st_rgb` gains a `probs` argument, to cut off and stretch based on quantiles * `as(x, "Raster")` merges multiple attributes before converting to raster brick
2021-09-20(geography/R-raster) Updated 3.0.12 to 3.4.13mef2-9/+15
(From: NEWS) --- 17-July-2020, version 3.3-13 overhaul of crs to be ready for PROJ6 several bug fixes (see https://github.com/rspatial/raster/issues?q=is%3Aissue+) --- 18-April-2020, version 3.1-5 improvements: new arguments "smin", "smax" and "samplesize" to "stretch"; and bug fixes. See https://github.com/rspatial/raster/issues/70 layer names in GTiff files are now read from file. Requested by Kyle Taylor https://github.com/rspatial/raster/issues/88 bug fixes: parallel version of extract with polygons and "fun" messed up the order of the values (reported by Jacory). https://github.com/rspatial/raster/issues/79 raster::predict bug when using factors (reported by vvirkki). https://github.com/rspatial/raster/issues/73 distanceFromPoints with large files: https://github.com/rspatial/raster/issues/103 colortable lost when cropping RasterBrick: https://github.com/rspatial/raster/issues/105 Error in stack() when providing both bands and varname: https://github.com/rspatial/raster/issues/97 rasterize and multi-polygon containing hole: https://github.com/rspatial/raster/issues/93 Upside down raster: https://github.com/rspatial/raster/issues/95 (a warning is given, not really fixed yet) Extract to data.frame bug: https://stackoverflow.com/questions/61174280/r-rasterextract-fails-to-create-data-frame
2021-09-20(geography/R-osmdata) Updated 0.1.3 to 0.1.6mef2-7/+7
0.1.5.00X =================== Major changes: - New function `add_osm_features` to enable OR-combinations of features in single queries. 0.1.5 =================== Minor changes: - Bug fix in `getbb()` via #232, thanks to @changwoo-lee - hard-code WKT string for EPSG:4326, to avoid obsolete proj4strings (#218) - bug fix in `print` method via #236; thanks to @odeleongt 0.1.4 =================== Major changes: - New `osm_enclosing()` function; thanks to @barryrowlingson via #199 - `opq()` now has additional `datetime` and `datetime2` parameters which can be used to extract historical data prior to `datetime`, or differences between two datetimes by specifying `datetime2`; thanks to @neogeomat for the idea in issue#179. - opq() also has additional `nodes_only` parameter to return nodes as points only, for efficient extraction of strictly point-based OSM data; thanks to @gdkrmr for the idea in issue#221. Minor changes: - New contributor Enrico Spinielli (@espinielli), via #207, #210, #211, #212 - Thanks!
2021-09-20(geography/R-spatstat) (was) Updated 1.63.2 to 2.2.0. ChangeLog attached, sorrymef1-3/+1
CHANGES IN spatstat VERSION 2.2-0 OVERVIEW o We thank Warick Brown, Achmad Choiruddin, Jean-Francois Coeurjolly, Andrea Gilardi, Yongtao Guan, Abdollah Jalilian, Hank Stevens and Rasmus Waagepetersen for contributions. o Conditional simulation in kppm. o Simulation of the product shot noise Cox process. o Information criteria for model selection in kppm o Estimation of the spatial covariance function of a pixel image o Modified handling of covariates in slrm o Buffer tessellation o New function for jittering point patterns on a network. o Extensions to 'rhohat' o densityfun.ppp handles query points outside original window o Extension to 'discretise'. o Improvement to densityEqualSplit o summary method for spatial logistic regression models o New options for distmap.psp o Improved output in summary.mppm o Bug fix in nncross o Bug fix in density.lpp NEW FUNCTIONS o bufftess Distance buffer tessellation o ic Information criteria for model selection in ppm and kppm. Kindly contributed by Achmad Choiruddin, Jean-Francois Coeurjolly and Rasmus Waagepetersen. o rPSNCP Generate simulated realisations of the product shot noise Cox process. Contributed by Abdollah Jalilian, Yongtao Guan and Rasmus Waagepetersen. o spatcov Estimate the spatial covariance function of a pixel image. o summary.slrm, print.summary.slrm Summary method for spatial logistic regression models o coef.summary.slrm Print the fitted coefficients, confidence interval and p-values for a spatial logistic regression model. o pairMean Compute the mean of a specified function of interpoint distance between random points in a window. o rjitterlpp Apply random displacements to the points on a linear network. SIGNIFICANT USER-VISIBLE CHANGES o simulate.kppm Conditional simulation of the model, given a fixed number of points, is now supported using the new arguments 'n.cond' and 'w.cond'. o densityfun.ppp The resulting function can now handle query points which lie outside the window of the original data, and has argument 'drop=TRUE' which specifies how to handle them. o rpoint New argument 'forcewin' forces the code to use the window 'win' when 'f' is a pixel image. o slrm In the default case (where dataAtPoints is not given) all spatial covariates, including the spatial coordinates x and y, are now evaluated at the centre of each pixel. This improves consistency with other implementations of spatial logistic regression. o slrm Silently ignores any arguments '...' that are not recognised by 'as.mask' o summary.mppm Improved summary of the dependence of the interpoint interaction on the covariates. o densityEqualSplit New arguments 'at' and 'leaveoneout' for consistency with other functions. o pairs.im New argument 'drop'. o distmap.psp New arguments 'extras' and 'clip' o discretise New argument 'move.points' determines whether the point coordinates are also discretised. o summary.im Output improved when the image is empty (i.e. when all pixel values are undefined). o rhohat New option (smoother='piecewise') computes a piecewise-constant estimate of rho(z). o rhohat The result now includes the 'average' intensity rho. o distcdf Arguments which are NULL will be treated as missing. o distcdf New argument 'savedenom'. o densityHeat The function formerly known as 'densityHeat' or 'densityHeatlpp' is now renamed 'densityHeat.lpp' and is a method for the generic 'densityHeat'. BUG FIXES o nncross.ppp If the argument 'by' was given, some of the results were incorrect. [Spotted by Hank Stevens.] Fixed. o nncross.ppp, nncross.pp3 If 'iX' and 'iY' were given, some of the results were incorrect. Fixed. o density.lpp The result had the wrong length if 'x' contained duplicated points when 'weights' were given and 'at="points"'. [Spotted by Andrea Gilardi] Fixed. o simulate.kppm Conditional simulation crashed on rare occasions, with an error about negative probabilities. Fixed. o model.matrix.mppm If the model was fitted using 'gam', the resulting matrix did not have an 'assign' attribute. Fixed. o model.depends Crashed for models fitted using 'gam'. Fixed. o predict.slrm, fitted.slrm Crashed if the model was fitted using split pixels (argument 'splitby'). Fixed. o predict.slrm, fitted.slrm Crashed in some cases when 'window' was given. Fixed. o update.slrm Failed to find covariates that were provided in 'env'. Fixed. o cdf.test Crashed if the covariate was constant. Fixed. CHANGES IN spatstat VERSION 2.1-0 OVERVIEW o We thank Tilman Davies, Peter Diggle, Greg McSwiggan and Suman Rakshit for contributions. o diffusion kernel estimate of intensity o New dataset 'btb' o More support for spatial logistic regression models. NEW FUNCTIONS o densityHeat New generic function for diffusion kernel estimation of intensity o densityHeat.ppp Diffusion kernel estimation of intensity in 2 dimensions o densityHeat.lpp Diffusion kernel estimation of intensity on a linear network o slrm 'step' can now be applied to models fitted using 'slrm'. NEW DATASETS o btb Bovine tuberculosis data, from Prof Peter Diggle. CHANGES IN spatstat VERSION 2.0-1 OVERVIEW o Minor changes to satisfy CRAN checks. CHANGES IN spatstat VERSION 2.0-0 OVERVIEW o We thank Corey Anderson, Michael Chirico, Andy Craig, Marcelino de la Cruz, Tilman Davies, Pavel Fibich, Kurt Hornik, Gopalan Nair, Yonatan Rosen and Rasmus Waagepetersen for contributions. o spatstat has been divided into 7 sub-packages (spatstat.utils, spatstat.data, spatstat.sparse, spatstat.geom, spatstat.core, spatstat.linnet and spatstat). o Important bug fix in simulation of log-Gaussian Cox processes. o Increased speed for large datasets. o variance calculations handle larger datasets. o predict.mppm now works for multitype point process models. o Improved handling of 'newdata' in predict.mppm. o More support for multi-dimensional patterns. o Changed default value of 'stringsAsFactors'. o spatstat now depends on R version 3.5.0 or later. o spatstat now requires spatstat.utils version >= 1.18-0 o spatstat now requires spatstat.data version >= 1.7-0 o Bug fixes and minor improvements. o Version nickname: "Caution: contains small parts" NEW FUNCTIONS o intersect.boxx Compute intersection of boxes in multi-dimensional space o scale.boxx, scale.ppx Methods for 'scale' for boxes and patterns in multi-dimensional space o shift.boxx, shift.ppx Methods for 'shift' for boxes and patterns in multi-dimensional space o is.boxx Determine whether an object is a multidimensional box SIGNIFICANT USER-VISIBLE CHANGES o package structure The original 'spatstat' package has been divided into 7 sub-packages (spatstat.utils, spatstat.data, spatstat.sparse, spatstat.geom, spatstat.core, spatstat.linnet and spatstat). The remaining 'spatstat' package requires all the other sub-packages. Your existing code scripts should still work with minimal changes. o overall speed Changes have been made to the internal code of spatstat which should accelerate computations involving large datasets. o vcov.ppm, summary.ppm Variance calculations now handle larger datasets because they use sparse arrays, by default. o dirichletEdges New argument 'clip'. o rSSI Accelerated. o localpcf, localpcfinhom New argument 'rvalue'. o harmonise.im The result belongs to class 'solist' and 'imlist' so that it can be plotted. o hyperframe, as.im.function The formal default value of 'stringsAsFactors' has been changed to 'NULL' to conform to changes in R. (The actual default value is TRUE for R < 4.1.0 and FALSE for R >= 4.1.0) o predict.mppm Now supports multitype point process models. o predict.mppm Improved handling of argument 'newdata' o densityHeat Default behaviour has changed slightly. New argument 'finespacing'. o density.lpp Accelerated when the pattern contains duplicated points. o rotmean The result now has the same 'unitname' as the input object X. New argument 'adjust' controls the smoothing bandwidth. o sessionInfo Output now lists packages that are imported but not loaded. o rlabel New argument 'group' specifies that the points are divided into several groups, and that relabelling is applied within each group. o plot.psp The code for 'style="width"' has been completely rewritten, so that it no longer depends on plot.linim, and is more efficient. The formal argument list has been extended. o mincontrast New argument 'action.bad.values' specifies what action is taken when the summary function produces NA or NaN or infinite values. o sessionLibs Package names are now sorted alphabetically. o [.linim Accelerated. o integral.im Accelerated in the case where 'domain' is a tessellation. o cbind.hyperframe Row names are not altered (previously they were altered using 'make.names') o simulate.ppm Now recognises the argument 'window' as an alternative to 'w'. o kppm Improved numerical robustness. o Kcross, Gcross, Jcross Function labels (shown on the plot legend) have been improved when i = j. o anova.mppm Issues a warning when applied to random-effects models (models fitted using the argument 'random'). o [.ppx New argument 'clip' BUG FIXES o rLGCP, simulate.kppm Simulation results for log-Gaussian Cox processes were incorrect unless the pixel dimensions and pixel spacings were identical on the horizontal and vertical axes. (If pixel dimensions were not specified, then the results were incorrect whenever the Frame of the simulation window was not a square.) [Spotted by Tilman Davies.] Fixed. o crossdist.pp3 Results with periodic=TRUE were partially incorrect. Fixed. o deviance.lppm, pseudoR2.lppm Results were completely incorrect, due to a coding error. Fixed. o colourmap If a colour map was applied to numbers lying outside the range of the colour map, the wrong number of NA's was sometimes produced. Fixed. o Gest If correction="rs" or correction="km", then both the reduced-sample (border correction) and Kaplan-Meier corrected estimates were calculated. [Spotted by Gopalan Nair.] Fixed. o Lcross.inhom, Kcross.inhom, Kmulti.inhom The option 'correction="none"' was accepted but ignored. [Spotted by Corey Anderson.] Fixed. o rMatClust, rThomas, rCauchy, rVarGamma If the fitted model was effectively a Poisson process, the result did not have attributes 'Lambda' and 'parents' even when the user requested them. Fixed. o affine.owin For mask windows, the pixel resolution of the result was too fine, leading to very large datasets. Fixed. o affine.im If the transformation matrix was not diagonal, the pixel resolution of the result was too fine, leading to very large datasets. Fixed. o plot.ppp For a point pattern in a binary mask window, if both arguments 'col' and 'cols' were given, the points were coloured according to 'col', which was incorrect. Fixed. o dirichletEdges Crashed if any edges crossed the boundary of the window. Fixed. o Vmark Crashed if normalise=TRUE when there was only one column of marks. (Spotted by Pavel Fibich.) Fixed. o unitname Spatial datasets with incorrect internal format (or using an out-of-date version of the spatstat format) caused an error if the 'units' package was loaded. Fixed. o nnclean Crashed if k >= npoints(X). Fixed. o print.ppm Crashed sometimes when applied to the result of subfits(). Fixed. o model.matrix.mppm Crashed with random-effects models. Fixed. o anova.mppm Crashed with random-effects models. Fixed. o objsurf.kppm Crashed if the model was fitted by Palm likelihood (method="palm") or second order composite likelihood (method="clik2"). Fixed. o MinkowskiSum Crashed sometimes with an error message about 'sumconnected'. Fixed. o simulate.rhohat Crashed when applied to rhohat objects computed from data on a linear network. Fixed. o hyperframe Crashed if the argument 'row.names' was given and the hyperframe had exactly one row. Fixed. CHANGES IN spatstat VERSION 1.64-1 OVERVIEW o Important bug fix in vcov.ppm o Relative risk estimation may include case weights. o We thank Ian Buller, Brian Ripley, Maximilian Vogtland and Maximilian Hesselbarth for contributions. o Nickname: 'Help you I can, yes!' SIGNIFICANT USER-VISIBLE CHANGES o rshift.ppp, rshift.splitppp New argument 'nsim'. o relrisk.ppp New argument 'weights'. o density.splitppp New argument 'weights'. BUG FIXES o vcov.ppm Variances were sometimes overestimated for Gibbs models. That is, entries of the Fisher information matrix were underestimated, because some contributions due to interaction were omitted (due to a coding error). Fixed. o density.ppp Crashed when se=TRUE if there were multiple columns of 'weights'. Fixed. o rbind.hyperframe Crashed unless all arguments had the same number of rows. (Spotted by Maximilian Vogtland). Fixed. CHANGES IN spatstat VERSION 1.64-0 OVERVIEW o We thank Robert Aue, Tilman Davies, Greg McSwiggan, Tyler Rudolph and Rasmus Plenge Waagepetersen for contributions. o Interactive graphics functions have been removed to a separate package. o spatstat no longer needs the packages 'tcltk' and 'rpanel'. o The suggested package 'maptools' should be version 0.9-9 or later. o Important bug fix in density.ppp. o Add new vertices to a linear network. o Relative risk estimation on a network. o Leave-one-out density estimation on a network. o Improvements and extensions to linear networks code. o Improvements to 'nndist' methods. o Function lengths.psp has been renamed lengths_psp. o Bug fixes related to mppm. o Stability improvements. o Version nickname: 'Susana Distancia' NEW FUNCTIONS o relrisk.lpp Method for 'relrisk' for point patterns on a linear network. o bw.relrisklpp Bandwidth selection for relative risk on a network. o densityfun.lpp Method for 'densityfun' for point patterns on a linear network. o addVertices Add new vertices to a network, at locations outside the existing network. o lengths_psp This is the new name of the function 'lengths.psp', which had to be changed because of a conflict with the generic 'lengths'. o densityEqualSplit The equal-split algorithm for kernel density estimation on a network is now visible as a separate function. o densityHeat The heat-equation algorithm for kernel density estimation on a network is now visible as a separate function. It has also been extended to computing leave-one-out density estimates at the data points. o hotrod Compute the heat kernel kappa(u,v) on a one-dimensional line segment. o heatkernelapprox Calculate an approximation to the value of the heat kernel on a network evaluated at the source point, kappa(u,u). SIGNIFICANT USER-VISIBLE CHANGES o nndist.pp3, nndist.ppx, nndist.lpp These functions now recognise the argument 'by' allowing computation of the nearest distance to each group of points. o pairdist.lpp, crossdist.lpp These functions can now handle large networks, using the sparse representation. o density.lpp, densityQuick.lpp Infinite bandwidth (sigma=Inf) is now permitted, and results in a density estimate that is constant over all locations. o as.linnet.psp The resulting network now has an attribute 'camefrom' indicating the provenance of each line segment in the network. o as.linnet.linnet New argument 'maxsize'. o repairNetwork Increased capability of detecting and repairing inconsistencies. o joinVertices New argument 'marks'. o insertVertices Marks attached to the lines of the network are now retained. o as.lpp Accepts more data formats. o iplot, iplot.ppp, iplot.layered, iplot.linnet, iplot.default These interactive plotting functions have been removed from spatstat into a new package 'spatstat.gui' o istat This interactive analysis function has been removed from spatstat into a new package 'spatstat.gui' o crossdist.lpp New argument 'check'. o lengths.psp This function will soon be Deprecated, in favour of the new name 'lengths_psp' o density.lpp Formal arguments changed. No effect on usage. o integral.linim Now handles complex-valued functions. o transect.im New argument 'nsample'. o bw.lppl Accelerated when distance="path". o collapse.fv Recognises the abbreviations used by fvnames() BUG FIXES o density.ppp Edge correction factors were calculated incorrectly when the window was not a rectangle, causing a negative bias in the estimated intensity. [Spotted by Tilman Davies.] Bug introduced in spatstat 1.57-0, october 2018. Fixed. o mppm Internal data were malformed if the interaction was Hardcore() or MultiHard() or a hybrid involving these interactions. This caused various errors when the fitted model was used. Fixed. o mppm Ignored the arguments 'nd' and 'eps' controlling the quadrature scheme. Fixed. o "[.linnet", "[.lpp" In X[W] where W is a window, if a vertex of the network lay exactly on the boundary of W, an edge of length zero was created. Fixed. o valid.ppm Crashed sometimes when applied to the result of subfits(). Fixed. o as.im.densityfun Crashed if argument W was missing. Fixed. o as.linnet.linnet This code could crash the R session, when sparse=FALSE, if there was insufficient memory available to create the matrix of distances between all pairs of network vertices. Fixed. o Summary.linim A spurious warning was generated when the operation any() or all() was applied to a logical-valued image on a network. Fixed. o "[<-.linim" Crashed if the assignment would have replaced some existing NA values. Fixed. CHANGES IN spatstat VERSION 1.63-3 OVERVIEW o Minor changes for compatibility with future versions of R o Minor improvements o Version nickname: "Wet paint" SIGNIFICANT USER-VISIBLE CHANGES o plot.ppp The coordinate axes will be plotted if axes=TRUE. Axis labels xlab, ylab will be plotted if ann=TRUE.
2021-09-20(geography/R-spatstat) Add missing DEPENDSmef2-9/+16
2021-09-20(geography/R-ggspatial) Updated 1.0.3 to 1.1.5mef2-7/+13
# ggspatial 1.1.5 * Added a `NEWS.md` file to track changes to the package. * Suppressed discarded datum warnings that resulted from loading of test data. * Suppressed discarded datum warnings that resulted from 'rosm' package operations. * Fixed an error that caused RStudio to crash from excessive memory allocation resulting when trying to plot a single point with `annotation_map_tile()` (#74). * Ensured that packages in 'Suggests' are used conditionally in tests and examples.
2021-09-20(geography/R-rgdal) Updated comment for TEST_DEPENDS.mef1-4/+3
2021-09-20(geography/R-lwgeom) Updated 0.2.5 to 0.2.7, NEWS.md outdatedmef2-8/+11
2021-09-20(geography/R-geosphere) Add TEST_DEPENDS+= R-raster, not PASS yetmef1-1/+3
2021-09-20(geography/R-spData) Updated 0.3.8 to 0.3.10, ChangeLog unknownmef2-7/+11
2021-09-20(geography/R-spatstat.data) Updated 1.4.3 to 2.1.0, ChangeLog unknownmef2-8/+10
2021-09-20Added geography/R-spatstat.{core,linnet} version 2.3.0 [mef 2021-09-20]mef1-1/+3
2021-09-20(geography/R-spatstat.linnet) import R-spatstat.linnet-2.3.0mef3-0/+54
Defines types of spatial data on a linear network and provides functionality for geometrical operations, data analysis and modelling of data on a linear network, in the 'spatstat' family of packages. Contains definitions and support for linear networks, including creation of networks, geometrical measurements, topological connectivity, geometrical operations such as inserting and deleting vertices, intersecting a network with another object, and interactive editing of networks. Data types defined on a network include point patterns, pixel images, functions, and tessellations. Exploratory methods include kernel estimation of intensity on a network, K-functions and pair correlation functions on a network, simulation envelopes, nearest neighbour distance and empty space distance, relative risk estimation with cross-validated bandwidth selection. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported. Parametric models can be fitted to point pattern data using the function lppm() similar to glm(). Only Poisson models are implemented so far. Models may involve dependence on covariates and dependence on marks. Models are fitted by maximum likelihood. Fitted point process models can be simulated, automatically. Formal hypothesis tests of a fitted model are supported (likelihood ratio test, analysis of deviance, Monte Carlo tests) along with basic tools for model selection (stepwise(), AIC()) and variable selection (sdr). Tools for validating the fitted model include simulation envelopes, residuals, residual plots and Q-Q plots, leverage and influence diagnostics, partial residuals, and added variable plots. Random point patterns on a network can be generated using a variety of models.
2021-09-20(geography/R-spatstat.core) import R-spatstat.core-2.3.0mef3-0/+66
Functionality for data analysis and modelling of spatial data, mainly spatial point patterns, in the 'spatstat' family of packages. (Excludes analysis of spatial data on a linear network, which is covered by the separate package 'spatstat.linnet'.) Exploratory methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlation functions, segregation indices, mark dependence diagnostics, and kernel estimates of covariate effects. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported. Parametric models can be fitted to point pattern data using the functions ppm(), kppm(), slrm(), dppm() similar to glm(). Types of models include Poisson, Gibbs and Cox point processes, Neyman-Scott cluster processes, and determinantal point processes. Models may involve dependence on covariates, inter-point interaction, cluster formation and dependence on marks. Models are fitted by maximum likelihood, logistic regression, minimum contrast, and composite likelihood methods. A model can be fitted to a list of point patterns (replicated point pattern data) using the function mppm(). The model can include random effects and fixed effects depending on the experimental design, in addition to all the features listed above. Fitted point process models can be simulated, automatically. Formal hypothesis tests of a fitted model are supported (likelihood ratio test, analysis of deviance, Monte Carlo tests) along with basic tools for model selection (stepwise(), AIC()) and variable selection (sdr). Tools for validating the fitted model include simulation envelopes, residuals, residual plots and Q-Q plots, leverage and influence diagnostics, partial residuals, and added variable plots.