Commit graph

116 commits

Author SHA1 Message Date
wiz
9dbcfa5d38 qlandkartegt{,-garmindev}: remove
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-29 17:35:59 +00:00
wiz
536bb4cb73 qlandkartem: remove
Does not build in any bulk builds I can find, is a "pre-alpha" version
according to its DESCR and discontinued upstream
2022-05-29 17:30:23 +00:00
bouyer
fec5809231 Add opencpn-plugin-plots 2022-03-28 19:33:14 +00:00
wiz
d54a1e1bf1 geography/Makefile: add missing subdirectory 2021-09-20 21:09:47 +00:00
mef
7dbd127bb3 Added geography/R-spatstat.{core,linnet} version 2.3.0 [mef 2021-09-20] 2021-09-20 10:52:43 +00:00
mef
6d5b0c5e96 Added geography/R-spatstat.sparse version 2.0.0 2021-09-20 09:58:26 +00:00
mef
80f93c4048 Added geography/R-s2 version 1.0.6 2021-09-20 06:09:40 +00:00
mef
b47d017165 Added geography/R-wk version 0.5.0 2021-09-20 06:04:20 +00:00
thor
ee5f1a93ec geography/pdal-lib: new package for PDAL
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 11:12:53 +00:00
thor
bc6c3d068e *** empty log message *** 2021-05-17 10:01:31 +00:00
pin
d4323c72f8 Add echomap 2021-02-11 11:11:11 +00:00
nia
81dc048513 geography: Add geocode-glib. Needed for gnome-calendar
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-11-04 15:53:20 +00:00
wiz
5800024118 geography/Makefile: + p5-GIS-Distance. 2020-09-07 10:56:44 +00:00
wiz
7533e24a74 geography/Makefile: + p5-Class-Measure 2020-09-07 10:52:37 +00:00
joerg
1331eb4ca0 Unbreak bulk builds by adding R-rgdal. 2020-08-09 17:32:12 +00:00
brook
8b0d49cd55 geography/R-rnaturalearthhires: import R-rnaturalearthhires-0.2.0
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-09 15:38:15 +00:00
brook
46d30144c0 geography/R-rnaturalearth: import R-rnaturalearth-0.1.0
Facilitates mapping by making natural earth map data from
<http://www.naturalearthdata.com/> more easily available to R users.
2020-08-09 15:31:52 +00:00
brook
39cdecde4c geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0
Vector map data from <http://www.naturalearthdata.com/>. Access
functions are provided in the accompanying package 'rnaturalearth'.
2020-08-09 15:28:56 +00:00
brook
b96fa203a2 Add geography/R-stars. 2020-08-09 15:26:14 +00:00
brook
7c3150cbe1 geography/R-osmdata: import R-osmdata-0.1.3
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-09 15:19:41 +00:00
brook
5b10434c9a geography/R-osmar: import R-osmar-1.1.7
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-09 15:16:52 +00:00
brook
7acf3ba5f3 geography/R-ggspatial: import R-ggspatial-1.0.3
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-09 15:14:14 +00:00
brook
6f2e37ca95 geography/R-spData: import R-spData-0.3.3
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-08 23:35:17 +00:00
brook
23ae8b5341 geography/R-lwgeom: import R-lwgeom-0.2.5
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-08 23:32:09 +00:00
brook
65fbcc28bb geography/R-raster: import R-raster-3.0.12
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-08 23:28:07 +00:00
brook
819b2d8f1c Add geography/R-rosm. 2020-08-08 23:23:04 +00:00
brook
ed853685b0 geography/R-sf: import R-sf-0.9.5
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-08 23:12:17 +00:00
brook
756b8dd943 geography/R-spatstat: import R-spatstat-1.63.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-07 03:55:17 +00:00
brook
6a4d28bf54 geography/R-spatstat.data: import R-spatstat.data-1.4.3
Contains all the datasets for the 'spatstat' package.
2020-08-07 03:44:39 +00:00
brook
25e061dcc4 geography/R-spatstat.utils: import R-spatstat.utils-1.17.0
Contains utility functions for the 'spatstat' package which may also
be useful for other purposes.
2020-08-07 03:42:41 +00:00
brook
e286dd879d geography/R-prettymapr: import R-prettymapr-0.2.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-07 03:19:21 +00:00
brook
c864240eed geography/R-rgeos: import R-rgeos-0.5.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-07 03:15:22 +00:00
brook
05452f865c geography/R-mapdata: import R-mapdata-2.3.0
Supplement to maps package, providing the larger and/or
higher-resolution databases.
2020-08-07 01:45:47 +00:00
brook
2ae771ec25 geography/R-maps: import R-maps-3.3.0
Display of maps.  Projection code and larger maps are in separate
packages ('mapproj' and 'mapdata').
2020-08-07 01:33:30 +00:00
brook
1c436d181a geography/R-geosphere: import R-geosphere-1.5.10
Spherical trigonometry for geographic applications. That is, compute
distances and related measures for angular (longitude/latitude)
locations.
2020-08-07 00:25:49 +00:00
brook
a248ea1557 geography/R-deldir: import R-deldir-0.1.25
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-08-07 00:20:08 +00:00
nia
c75c03139a geography: Add lua-mmdb
A Lua library for reading MaxMind's Geolocation database format.
2020-07-09 10:48:58 +00:00
adam
641d634b2a py-google-maps-services-python: renamed to py-googlemaps 2020-03-21 18:59:56 +00:00
wiz
83834d9f6e libchamplain04: remove
No users left in pkgsrc, newer version already packaged.
2020-03-11 10:55:28 +00:00
wiz
8866881c59 libchamplain08: remove
No users left in pkgsrc, newer version already packaged.
2020-03-11 10:29:57 +00:00
wiz
8ce4fc9a49 libchamplain06: remove
No user left in pkgsrc, newer version already packaged.
2020-03-11 10:28:39 +00:00
wiz
94a631ea86 emerillon: remove
This was part of GNOME, but is discontinued and the last release was
in 2011.
2020-03-11 09:56:05 +00:00
wiz
ddff1ca009 geolite2-city: remove
fetch fails, hostname not found, not updated since import in 2016,
no user in pkgsrc.
2020-02-26 15:28:34 +00:00
wiz
fd762e122c geolite2-country: remove
fetch fails, hostname not found, not updated since import in 2016,
no user in pkgsrc.
2020-02-26 15:25:50 +00:00
gdt
f8096cca0c geography: -proj-swig 2019-11-24 14:42:10 +00:00
wiz
8df6f3fcf8 gdk-pixbuf: remove
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.)
2019-07-21 10:34:51 +00:00
wen
6e2ea9fcea Add R-maptools 2018-12-21 12:09:09 +00:00
abs
f24838eada +gpxsee 2018-10-19 08:58:23 +00:00
fhajny
5f891a5752 geography/libmaxminddb: Import libmaxminddb 1.3.2.
The libmaxminddb library provides a C library for reading MaxMind
DB files, including the GeoIP2 databases from MaxMind.
2018-09-10 20:55:20 +00:00
ryoon
620b710aef Add py-gdal 2018-02-19 12:10:29 +00:00