2022-05-29 19:35:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.116 2022/05/29 17:35:59 wiz Exp $
|
2003-10-04 21:34:46 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
COMMENT= Software for geographical-related uses
|
|
|
|
|
2014-09-19 22:55:07 +02:00
|
|
|
SUBDIR+= R-countrycode
|
2020-08-07 02:20:08 +02:00
|
|
|
SUBDIR+= R-deldir
|
2020-08-07 02:25:49 +02:00
|
|
|
SUBDIR+= R-geosphere
|
2020-08-09 17:14:14 +02:00
|
|
|
SUBDIR+= R-ggspatial
|
2020-08-09 01:32:09 +02:00
|
|
|
SUBDIR+= R-lwgeom
|
2020-08-07 03:45:47 +02:00
|
|
|
SUBDIR+= R-mapdata
|
2020-08-07 03:33:30 +02:00
|
|
|
SUBDIR+= R-maps
|
2018-12-21 13:09:09 +01:00
|
|
|
SUBDIR+= R-maptools
|
2020-08-09 17:16:52 +02:00
|
|
|
SUBDIR+= R-osmar
|
2020-08-09 17:19:41 +02:00
|
|
|
SUBDIR+= R-osmdata
|
2020-08-07 05:19:21 +02:00
|
|
|
SUBDIR+= R-prettymapr
|
2020-08-09 01:28:07 +02:00
|
|
|
SUBDIR+= R-raster
|
2020-08-09 19:32:12 +02:00
|
|
|
SUBDIR+= R-rgdal
|
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 05:15:22 +02:00
|
|
|
SUBDIR+= R-rgeos
|
2020-08-09 17:31:52 +02:00
|
|
|
SUBDIR+= R-rnaturalearth
|
2020-08-09 17:28:56 +02:00
|
|
|
SUBDIR+= R-rnaturalearthdata
|
2020-08-09 17:38:15 +02:00
|
|
|
SUBDIR+= R-rnaturalearthhires
|
2020-08-09 01:23:04 +02:00
|
|
|
SUBDIR+= R-rosm
|
2021-09-20 08:09:40 +02:00
|
|
|
SUBDIR+= R-s2
|
2020-08-09 01:12:17 +02:00
|
|
|
SUBDIR+= R-sf
|
2020-08-09 01:35:17 +02:00
|
|
|
SUBDIR+= R-spData
|
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 05:55:17 +02:00
|
|
|
SUBDIR+= R-spatstat
|
2021-09-20 12:52:43 +02:00
|
|
|
SUBDIR+= R-spatstat.core
|
2020-08-07 05:44:39 +02:00
|
|
|
SUBDIR+= R-spatstat.data
|
2021-09-20 23:09:47 +02:00
|
|
|
SUBDIR+= R-spatstat.geom
|
2021-09-20 12:52:43 +02:00
|
|
|
SUBDIR+= R-spatstat.linnet
|
2021-09-20 11:58:26 +02:00
|
|
|
SUBDIR+= R-spatstat.sparse
|
2020-08-07 05:42:41 +02:00
|
|
|
SUBDIR+= R-spatstat.utils
|
2020-08-09 17:26:14 +02:00
|
|
|
SUBDIR+= R-stars
|
2021-09-20 08:04:20 +02:00
|
|
|
SUBDIR+= R-wk
|
2008-01-23 01:52:52 +01:00
|
|
|
SUBDIR+= cm2gpx
|
2008-01-23 01:54:18 +01:00
|
|
|
SUBDIR+= cmconvert
|
2021-02-11 12:11:11 +01:00
|
|
|
SUBDIR+= echomap
|
2006-08-16 16:40:35 +02:00
|
|
|
SUBDIR+= epsg
|
2007-07-28 13:10:05 +02:00
|
|
|
SUBDIR+= epsg-docs
|
2011-09-08 01:10:10 +02:00
|
|
|
SUBDIR+= gama
|
2004-08-22 20:37:37 +02:00
|
|
|
SUBDIR+= garmin-utils
|
2010-03-12 16:56:28 +01:00
|
|
|
SUBDIR+= garmintools
|
2006-05-02 22:37:09 +02:00
|
|
|
SUBDIR+= gdal-lib
|
2010-07-26 13:11:24 +02:00
|
|
|
SUBDIR+= geoclue
|
2020-11-04 16:53:20 +01:00
|
|
|
SUBDIR+= geocode-glib
|
2005-11-15 03:07:21 +01:00
|
|
|
SUBDIR+= geos
|
2010-04-11 10:11:47 +02:00
|
|
|
SUBDIR+= gipfel
|
2007-09-21 07:13:03 +02:00
|
|
|
SUBDIR+= gpsbabel
|
2004-07-27 01:40:07 +02:00
|
|
|
SUBDIR+= gpsd
|
2003-10-04 22:52:18 +02:00
|
|
|
SUBDIR+= gpspoint
|
2003-10-04 23:00:14 +02:00
|
|
|
SUBDIR+= gpsutils
|
2018-10-19 10:58:23 +02:00
|
|
|
SUBDIR+= gpxsee
|
2015-02-16 22:11:07 +01:00
|
|
|
SUBDIR+= kplex
|
2021-05-17 12:01:31 +02:00
|
|
|
SUBDIR+= laszip
|
2015-09-03 07:42:25 +02:00
|
|
|
SUBDIR+= libchamplain012
|
2007-08-11 04:54:08 +02:00
|
|
|
SUBDIR+= libdrg
|
2012-12-12 00:36:48 +01:00
|
|
|
SUBDIR+= libgeotiff
|
2018-09-10 22:55:20 +02:00
|
|
|
SUBDIR+= libmaxminddb
|
2015-08-22 19:45:08 +02:00
|
|
|
SUBDIR+= libmemphis02
|
2014-12-30 09:47:22 +01:00
|
|
|
SUBDIR+= libnova
|
2015-11-27 15:04:22 +01:00
|
|
|
SUBDIR+= libspatialite
|
2020-07-09 12:48:58 +02:00
|
|
|
SUBDIR+= lua-mmdb
|
2016-10-25 10:26:06 +02:00
|
|
|
SUBDIR+= mapcode
|
2003-10-05 19:42:22 +02:00
|
|
|
SUBDIR+= mapserver
|
2009-06-04 13:05:51 +02:00
|
|
|
SUBDIR+= merkaartor
|
2014-05-25 20:39:37 +02:00
|
|
|
SUBDIR+= opencpn
|
2016-10-24 20:00:21 +02:00
|
|
|
SUBDIR+= opencpn-plugin-debugger
|
2016-04-24 12:24:40 +02:00
|
|
|
SUBDIR+= opencpn-plugin-draw
|
2015-01-28 15:15:22 +01:00
|
|
|
SUBDIR+= opencpn-plugin-gshhs
|
2022-03-28 21:33:14 +02:00
|
|
|
SUBDIR+= opencpn-plugin-plots
|
2017-04-14 18:39:42 +02:00
|
|
|
SUBDIR+= opencpn-plugin-statusbar
|
2016-04-24 12:24:40 +02:00
|
|
|
SUBDIR+= opencpn-plugin-watchdog
|
2015-02-02 21:42:04 +01:00
|
|
|
SUBDIR+= opencpn-plugin-weather_routing
|
2015-07-13 04:33:10 +02:00
|
|
|
SUBDIR+= osm-gps-map
|
2015-06-10 03:50:09 +02:00
|
|
|
SUBDIR+= osm2pgsql
|
2020-09-07 12:52:37 +02:00
|
|
|
SUBDIR+= p5-Class-Measure
|
2020-09-07 12:56:44 +02:00
|
|
|
SUBDIR+= p5-GIS-Distance
|
2010-03-15 16:54:53 +01:00
|
|
|
SUBDIR+= p5-Geo-Coordinates-UTM
|
2008-04-07 15:22:35 +02:00
|
|
|
SUBDIR+= p5-Geo-Distance
|
2015-09-11 20:45:01 +02:00
|
|
|
SUBDIR+= p5-Geo-Ellipsoid
|
2015-09-11 17:16:27 +02:00
|
|
|
SUBDIR+= p5-Geo-Gpx
|
2010-03-15 16:54:53 +01:00
|
|
|
SUBDIR+= p5-Geo-Mercator
|
2010-02-04 10:52:21 +01:00
|
|
|
SUBDIR+= p5-Geo-ShapeFile
|
2010-03-15 16:54:53 +01:00
|
|
|
SUBDIR+= p5-Geo-Weather
|
|
|
|
SUBDIR+= p5-Geography-Countries
|
2021-05-17 13:12:53 +02:00
|
|
|
SUBDIR+= pdal-lib
|
2010-03-15 16:41:40 +01:00
|
|
|
SUBDIR+= proj
|
2010-03-15 16:54:53 +01:00
|
|
|
SUBDIR+= proj-doc
|
2017-08-27 14:27:13 +02:00
|
|
|
SUBDIR+= py-country
|
2018-02-19 13:10:29 +01:00
|
|
|
SUBDIR+= py-gdal
|
2014-05-28 22:07:18 +02:00
|
|
|
SUBDIR+= py-geojson
|
2020-03-21 19:59:56 +01:00
|
|
|
SUBDIR+= py-googlemaps
|
2015-05-30 05:30:21 +02:00
|
|
|
SUBDIR+= py-obspy
|
2006-07-26 22:15:05 +02:00
|
|
|
SUBDIR+= py-proj
|
2014-02-01 19:11:45 +01:00
|
|
|
SUBDIR+= py-trytond-country
|
2016-12-04 22:12:58 +01:00
|
|
|
SUBDIR+= py-trytond-google-maps
|
2010-08-27 13:47:51 +02:00
|
|
|
SUBDIR+= qgis
|
2005-03-27 23:18:56 +02:00
|
|
|
SUBDIR+= shapelib
|
2015-11-27 18:52:35 +01:00
|
|
|
SUBDIR+= spatialindex
|
2011-03-18 22:29:49 +01:00
|
|
|
SUBDIR+= tex-pst-geo
|
|
|
|
SUBDIR+= tex-pst-geo-doc
|
2009-03-11 15:21:44 +01:00
|
|
|
SUBDIR+= viking
|
2003-10-05 18:44:01 +02:00
|
|
|
SUBDIR+= vis5d+
|
2004-08-27 14:32:43 +02:00
|
|
|
SUBDIR+= xrmap
|
|
|
|
SUBDIR+= xrmap-anthems
|
|
|
|
SUBDIR+= xrmap-base
|
|
|
|
SUBDIR+= xrmap-data
|
|
|
|
SUBDIR+= xrmap-factbook_html
|
|
|
|
SUBDIR+= xrmap-factbook_text
|
|
|
|
SUBDIR+= xrmap-flags
|
|
|
|
SUBDIR+= xrmap-hymns
|
|
|
|
SUBDIR+= xrmap-pdfmaps
|
2003-10-04 22:52:18 +02:00
|
|
|
|
2007-08-13 10:12:41 +02:00
|
|
|
.include "../mk/misc/category.mk"
|