spatial Questions

2

I have several cropped rasters with different geometry/outlines. Specifically spatial yield maps from several years of the same field, but the extent varies - the measurements were not always overa...
Casease asked 29/6, 2015 at 11:29

1

Solved

I have a set of polygons of which some intersect and/or touch (common borders). I am using R's sfpackage to perform operations on polygons. My approach so far was to use sf::st_union() which joins ...
Wriggler asked 28/2, 2017 at 15:14

5

Solved

I would like simply delete some polygons from a SpatialPolygonsDataFrame object based on corresponding attribute values in the @data data frame so that I can plot a simplified/subsetted shapefile. ...
Sulcate asked 18/11, 2012 at 18:50

1

Solved

I want to plot some interpolating data on a projected map using ggplot2 and I have been working on this problem for a few weeks. Hope someone can help me, thanks a lot. The shapefile and data can b...
Tonedeaf asked 10/1, 2017 at 23:4

1

Solved

Suppose I have yearly precipitation data for 100 stations from 1951 to 1980. In some papers, I find people apply PCA to the time series and then plot the spatial loadings map (with values from -1 t...
Fragmental asked 7/12, 2016 at 16:45

1

Solved

After reading a lot of posts and websites I can't find out how to create a polygon shapefile from my lon-lat data table. I would like to create maps like this one. My csv data file contains longi...
Indebted asked 13/12, 2016 at 9:47

1

is there any posibility to show only Germany Country Borders and inner Data with Mapbox ? I dont want the rest of the world displayed. Thankx, Markus
Subterranean asked 30/11, 2016 at 10:38

2

I am trying to create a Circle Geometry in MySQL using the co-ordinates of the center and a radius. I searched everywhere...all i could find in the MySQL doc on the site were for polygons. May be i...
Fulltime asked 10/6, 2013 at 18:6

1

Solved

I would like to know what is the difference between two spatial libraries - Microsoft.Spatial and System.Spatial? When I'm looking into the code of those two I see almost the same classes. Both ha...
Pisciform asked 17/11, 2016 at 10:13

3

Solved

G'day Everyone, I am trying to get some elevation data for about 700 points I have. I thought I might use the code provided to the same question (Conversion for latitude/longitude to altitude in R...
Magdamagdaia asked 6/2, 2014 at 4:14

1

In the example page it is shown how to do a neighbor search with a limit on the number of returned items. Is it possible to also specify a distance limit? I.e.: Return all items that are at most...
Sarawak asked 22/9, 2016 at 17:2

1

I am trying to spatially interpolate a dataset of seawater pH by lat & long: sample<-read.csv(file="Station locations 2016.csv", header=TRUE, sep=",", strip.white=T) hea...
Zelig asked 20/9, 2016 at 10:5

3

I have created the following MySQL table to store latitude/longitude coordinates along with a name for each point: CREATE TABLE `points` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` v...
Ought asked 9/3, 2010 at 18:30

2

Solved

I am trying to figure out the best way of calculating the volume of a 3D polyhedron with Python, and I'm hoping there is a simple solution out there, which I can't seem to find. Example polyhedron...
Fillin asked 16/6, 2013 at 0:16

1

Solved

To change raster values under SpatialPoints you can simply use [ . r <- raster(system.file("external/test.grd", package="raster")) rTp <- rasterToPoints(r, spatial = T) set.seed(666) rTpS ...
Aramen asked 27/7, 2016 at 9:31

2

Solved

I want to calculate the distance between two linked set of spatial coordinates (program and admin in my fake dataset). The data are in a wide format, so both pairs of coordinates are in the same ro...
Paradis asked 4/3, 2014 at 22:3

1

Dear Crowd Problem I tried to calculate a spatial correlogram with the packages nfc, pgirmess, SpatialPack and spdep. However, I was troubling to define the start and end-point of the distance. I'm...
Gyno asked 29/10, 2015 at 8:43

1

I am currently struggling with deployment problems caused by Microsoft.SqlServer.Types and its associated unmanaged library, SqlServerSpatial110.dll - both for Microsoft SQL Server 2012. The proble...
Foretop asked 19/3, 2015 at 11:39

2

Solved

I want to store latitude and longitude values of places in a mysql database table. With the future in mind I will want to be able to find these places within a certain radius of a specific location...
Psychrometer asked 18/1, 2011 at 15:48

1

Solved

I am trying to set <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect" /> to <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLSpatialDialec...
Resinoid asked 14/4, 2016 at 10:4

7

Solved

Has any of you had any experience with using NoSQL (non-relational) databases to store spatial data? Are there any potential benefits (speed, space, ...) of using such databases to hold data for, s...
Abaft asked 11/1, 2010 at 11:57

2

G'day, I am working with a large dataset with ~125,000 lon/lat locations with date, for species presence/absence records. For at each location I want to work out what the weather was like at each l...
Arcboutant asked 7/4, 2012 at 0:14

2

Solved

Well, the question is clear enough. Is it possible to create spatial indexes using Entity Framework 6.1 fluent API?

1

Solved

I'm trying to create a circle in a SQL Server based on a midpoint and a radius. This seems to be close as a solution, but it creates an oval or an ellipse vs a circle. Is there another way to cre...
Rust asked 3/2, 2016 at 21:15

2

Solved

Almost all the functions in PostGIS start with ST. e.g. ST_Distance_Sphere, ST_GeomFromText, ST_Intersection, etc. What does ST mean? http://www.postgis.org/documentation/manual-svn/PostGIS_Speci...
Drawer asked 29/8, 2011 at 19:11

© 2022 - 2024 — McMap. All rights reserved.