summaryrefslogtreecommitdiff
path: root/geography/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26geography/Makefile: Add proj-datagdt1-1/+2
2022-09-26vis5d+: removewiz1-2/+1
last upstream release from 2001(!), does not build in any bulk build I could find.
2022-08-24geography/Makefile: + py-geoip2wiz1-1/+2
2022-08-24geography/Makefile: + py-maxminddbwiz1-1/+2
2022-05-29qlandkartegt{,-garmindev}: removewiz1-3/+1
qlandkartegt does not build in any bulk builds I can find, and is discontinued upstream (in favor of qmapshack: https://github.com/Maproom/qmapshack/wiki in case anyone wants to package that)
2022-05-29qlandkartem: removewiz1-2/+1
Does not build in any bulk builds I can find, is a "pre-alpha" version according to its DESCR and discontinued upstream
2022-03-28Add opencpn-plugin-plotsbouyer1-1/+2
2021-09-20geography/Makefile: add missing subdirectorywiz1-1/+2
2021-09-20Added geography/R-spatstat.{core,linnet} version 2.3.0 [mef 2021-09-20]mef1-1/+3
2021-09-20Added geography/R-spatstat.sparse version 2.0.0mef1-1/+2
2021-09-20Added geography/R-s2 version 1.0.6mef1-1/+2
2021-09-20Added geography/R-wk version 0.5.0mef1-1/+2
2021-05-17geography/pdal-lib: new package for PDALthor1-1/+2
PDAL is Point Data Abstraction Library. It is a C/C++ open source library and applications for translating and processing point cloud data. It is not limited to LiDAR data, although the focus and impetus for many of the tools in the library have their origins in LiDAR.
2021-05-17*** empty log message ***thor1-1/+2
2021-02-11Add echomappin1-1/+2
2020-11-04geography: Add geocode-glib. Needed for gnome-calendarnia1-1/+2
geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load.
2020-09-07geography/Makefile: + p5-GIS-Distance.wiz1-1/+2
2020-09-07geography/Makefile: + p5-Class-Measurewiz1-1/+2
2020-08-09Unbreak bulk builds by adding R-rgdal.joerg1-1/+2
2020-08-09geography/R-rnaturalearthhires: import R-rnaturalearthhires-0.2.0brook1-1/+2
High Resolution World Vector Map Data from Natural Earth used in rnaturalearth. Facilitates mapping by making natural earth map data from http://www.naturalearthdata.com/ more easily available to R users. Focuses on vector data.
2020-08-09geography/R-rnaturalearth: import R-rnaturalearth-0.1.0brook1-1/+2
Facilitates mapping by making natural earth map data from <http://www.naturalearthdata.com/> more easily available to R users.
2020-08-09geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0brook1-1/+2
Vector map data from <http://www.naturalearthdata.com/>. Access functions are provided in the accompanying package 'rnaturalearth'.
2020-08-09Add geography/R-stars.brook1-1/+2
2020-08-09geography/R-osmdata: import R-osmdata-0.1.3brook1-1/+2
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server and processed with very fast 'C++' routines for return to 'R'.
2020-08-09geography/R-osmar: import R-osmar-1.1.7brook1-1/+2
This package provides infrastructure to access OpenStreetMap data from different sources, to work with the data in common R manner, and to convert data into available infrastructure provided by existing R packages (e.g., into sp and igraph objects).
2020-08-09geography/R-ggspatial: import R-ggspatial-1.0.3brook1-1/+2
Spatial data plus the power of the ggplot2 framework means easier mapping when input data are already in the form of spatial objects.
2020-08-08geography/R-spData: import R-spData-0.3.3brook1-1/+2
Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire() and cycle_hire_osm(), for example, is designed to illustrate point pattern analysis techniques.
2020-08-08geography/R-lwgeom: import R-lwgeom-0.2.5brook1-1/+2
Access to selected functions found in 'liblwgeom' <https://github.com/postgis/postgis/tree/master/liblwgeom>, the light-weight geometry library used by 'PostGIS' <http://postgis.net/>.
2020-08-08geography/R-raster: import R-raster-3.0.12brook1-1/+2
Reading, writing, manipulating, analyzing and modeling of gridded spatial data. The package implements basic and high-level functions. Processing of very large files is supported. There is a also support for vector data operations such as intersections. See the manual and tutorials on <https://rspatial.org/> to get started.
2020-08-08Add geography/R-rosm.brook1-1/+2
2020-08-08geography/R-sf: import R-sf-0.9.5brook1-1/+2
Support for simple features, a standardized way to encode spatial vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS' for geometrical operations, and to 'PROJ' for projection conversions and datum transformations. Optionally uses the 's2' package for spherical geometry operations on geographic coordinates.
2020-08-07geography/R-spatstat: import R-spatstat-1.63.2brook1-1/+2
Comprehensive open-source toolbox for analysing Spatial Point Patterns. Focused mainly on two-dimensional point patterns, including multitype/marked points, in any spatial region. Also supports three-dimensional point patterns, space-time point patterns in any number of dimensions, point patterns on a linear network, and patterns of other geometrical objects. Supports spatial covariate data such as pixel images. Contains over 2000 functions for plotting spatial data, exploratory data analysis, model-fitting, simulation, spatial sampling, model diagnostics, and formal inference. Many data types and exploratory methods are supported. Formal hypothesis tests of random pattern and tests for covariate effects 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 along with basic tools for model selection.
2020-08-07geography/R-spatstat.data: import R-spatstat.data-1.4.3brook1-1/+2
Contains all the datasets for the 'spatstat' package.
2020-08-07geography/R-spatstat.utils: import R-spatstat.utils-1.17.0brook1-1/+2
Contains utility functions for the 'spatstat' package which may also be useful for other purposes.
2020-08-07geography/R-prettymapr: import R-prettymapr-0.2.2brook1-1/+2
Automates the process of creating a scale bar and north arrow in any package that uses base graphics to plot in R. Bounding box tools help find and manipulate extents. Finally, there is a function to automate the process of setting margins, plotting the map, scale bar, and north arrow, and resetting graphic parameters upon completion.
2020-08-07geography/R-rgeos: import R-rgeos-0.5.2brook1-1/+2
Interface to Geometry Engine - Open Source ('GEOS') using the C 'API' for topology operations on geometries. The 'GEOS' library is external to the package, and, when installing the package from source, must be correctly installed first. Windows and Mac Intel OS X binaries are provided on 'CRAN'. ('rgeos' >= 0.5-1): Up to and including 'GEOS' 3.7.1, topological operations succeeded with some invalid geometries for which the same operations fail from and including 'GEOS' 3.7.2. The 'checkValidity=' argument defaults and structure have been changed, from default FALSE to integer default '0L' for 'GEOS' < 3.7.2 (no check), '1L' 'GEOS' >= 3.7.2 (check and warn). A value of '2L' is also provided that may be used, assigned globally using 'set_RGEOS_CheckValidity(2L)', or locally using the 'checkValidity=2L' argument, to attempt zero-width buffer repair if invalid geometries are found. The previous default (FALSE, now '0L') is fastest and used for 'GEOS' < 3.7.2, but will not warn users of possible problems before the failure of topological operations that previously succeeded.
2020-08-07geography/R-mapdata: import R-mapdata-2.3.0brook1-1/+2
Supplement to maps package, providing the larger and/or higher-resolution databases.
2020-08-07geography/R-maps: import R-maps-3.3.0brook1-1/+2
Display of maps. Projection code and larger maps are in separate packages ('mapproj' and 'mapdata').
2020-08-07geography/R-geosphere: import R-geosphere-1.5.10brook1-1/+2
Spherical trigonometry for geographic applications. That is, compute distances and related measures for angular (longitude/latitude) locations.
2020-08-07geography/R-deldir: import R-deldir-0.1.25brook1-1/+2
Calculates the Delaunay triangulation and the Dirichlet or Voronoi tessellation (with respect to the entire plane) of a planar point set. Plots triangulations and tessellations in various ways. Clips tessellations to sub-windows. Calculates perimeters of tessellations.
2020-07-09geography: Add lua-mmdbnia1-1/+2
A Lua library for reading MaxMind's Geolocation database format.
2020-03-21py-google-maps-services-python: renamed to py-googlemapsadam1-2/+2
2020-03-11libchamplain04: removewiz1-2/+1
No users left in pkgsrc, newer version already packaged.
2020-03-11libchamplain08: removewiz1-2/+1
No users left in pkgsrc, newer version already packaged.
2020-03-11libchamplain06: removewiz1-2/+1
No user left in pkgsrc, newer version already packaged.
2020-03-11emerillon: removewiz1-2/+1
This was part of GNOME, but is discontinued and the last release was in 2011.
2020-02-26geolite2-city: removewiz1-2/+1
fetch fails, hostname not found, not updated since import in 2016, no user in pkgsrc.
2020-02-26geolite2-country: removewiz1-2/+1
fetch fails, hostname not found, not updated since import in 2016, no user in pkgsrc.
2019-11-24geography: -proj-swiggdt1-2/+1
2019-07-21gdk-pixbuf: removewiz1-2/+1
The software hasn't been updated since 2002 and is probably full of security problems. Two packages were using it. (gpsdrive has a newer version in wip.)