Geography is the science that deals with the study of the Earth and its lands, features, inhabitants, and phenomena.

learn more… | top users | synonyms

-1
votes
1answer
27 views

Geographic Coordinate Masked Input?

With jquery masked input, is it possible make masked input with following specification? the value is decimal which have only single dot (.). Input Range: Lat: -90 to +90 Long: -180 to +180 if ...
0
votes
1answer
31 views

Geography type in Ms Sql Server 2012 being stored as binary?

I trying to insert some coordinates into my database yet every time I do so it just says <Binary data> in the value. I tried geography::STGeomFromText('LINESTRING(-122.360 47.656, -122.343 ...
0
votes
0answers
47 views

Convert geography to geometry SQL Server 2008R2

Hello, i have the following code in SQL Server, why if i want to calculate the sTArea of @geog fails and with @geom succeed?, how can i convert this polygon from geometry to geography datatype ...
0
votes
1answer
44 views

Smoothing GPS tracked route-coordinates

I have some data of coordinates that I recorded. Unfortunatelly they seem to be not realy good. They jump sometimes over the map. So now I´m searching for some flattening or filtering algorithm that ...
0
votes
0answers
23 views

Geography datatype SQL Server 2008/2012, Nhibernate and Haversine formula. How to combine? [duplicate]

I trying to figure out how to find the nearest cities and I am coming to the conclusion that I may need to store all the cities in a database then take in a longitude and latitude and find all the ...
0
votes
0answers
26 views

Store geography-information in SQL Server

I have some coordinates in UTM-format (Zone is 32U). Is it possible (and how?) to save them in a geography-column in sql server or must i convert them to WGS84 first?
1
vote
0answers
37 views

draw library for Geographic data in android

In our android application we have to draw the Geographic data loaded from sdcard or online. And we can use geotools in java swing application. So I wonder if there is a library out of box in ...
1
vote
2answers
62 views

Dividing the world in a thousand or so locations

Background: I want to create a weather service, and since most available APIs limit the number of daily calls, I want to divide the planet in a thousand or so areas. Obviously, internet users are not ...
0
votes
3answers
104 views

Close markers with google maps using Lat and Lng

I am writing an online map using google maps API (vs3). What I am doing is storing locations (lat and long) on my database and adding them to the map on initialize() - which places markers ...
0
votes
1answer
341 views

How to calculate distance between multiple points in SQL Server?

I have table with data from GPS, e.g.: Latitude, Longitude, Time, UserId How to aggregate total distance in specified time frame summing all distances by all points (ordered by time) and group data ...
2
votes
1answer
130 views

PostGIS: ST_Intersects() between two geographies, sometimes returns false result

I have a problem with an intersect between two geographies in PostGIS: I have a table1 with a geography-column, filled with multi-polygons in wgs84 (one per line). A second table2 also has a ...
1
vote
1answer
110 views

Determining cardinal (compass) direction between points

Is there a way to know in SQL Server 2008R2 if a point is at the south,east,etc...of another point? For example, I have an origin point(lat1,lng1) and I want to know where point(lat2,lng2) is ...
1
vote
1answer
204 views

Geography data type vs. Geometry data type in SQL Server

Environment: SQL Server 2012 I'm using an online tool, the only one I could find so far, to plot polygons and points on the earth. http://www.birdtheme.org/useful/googletool.html I have two tables. ...
0
votes
2answers
144 views

SQL Server Geography Multipoint Insert

I am using SQL Server 2012. I have a table where I am tracking single point instances in a geography column. Storing them as a single point is working fine but I am trying to group some of them ...
1
vote
2answers
41 views

How do i find the geographical co-ordinates/locations of a server?

I have a text file containing a list of 190 IP addresses. How do i get the location of all of these servers?
0
votes
0answers
44 views

Calculate the position of a geographical point on Northwest/Southeast axis

longitude can be seen as the position of a geographical point along a West/east axis and latitude along a North/South axis? How can I calculate the position of a geographical point on a ...
0
votes
0answers
108 views

TSQL Text to Geography Conversion?

Using MSSQL 2008, I have the following values (Lat/Long) stored as VarChar and am trying to come up with a pure TSQL conversion into a Geography type for these items. Can anyone say how this could be ...
2
votes
1answer
61 views

Geographical Dispersion Heuristic

I am trying to implement a hill climbing algorithm to decide which locations to choose from a set of locations based on specific criteria. There are up to 5000 locations to choose from. One of these ...
2
votes
1answer
94 views

How to create a polygon from a point?

In a GIS I am given a single point and shall create a regular polygon out of it, basically exactly what this function does. Unfortunately, I have no idea on how to achieve this. I do not even have an ...
8
votes
6answers
838 views

world map without rivers with matplotlib / Basemap?

Would there be a way to plot the borders of the continents with Basemap (or without Basemap, if there is some other way), without those annoying rivers coming along? Especially that piece of Kongo ...
1
vote
2answers
52 views

How do I calculate the nearest country on a given heading?

I'd like to calculate the closest country (as viewed on a world map) in a given direction (provided in degrees) from a user's current location. I realize one way of doing this is to use the formula ...
0
votes
1answer
130 views

Difference between geometry and geography in ST_Azimuth function of postgis

I would like to ask what is the difference between geometry and geography using the postgis function ST_Azimuth. When i execute the following query: SELECT degrees( ...
1
vote
2answers
100 views

what is the best way to reduce complexity of geometries

so I'm playing around with the http://www.gadm.org/ dataset; I want to go from lat & lon to a country and state (or equivalent). So to simplify the data I'm grouping it up and unioning the ...
1
vote
0answers
252 views

Database Mapping World Cities to Metropolitan Statistical Areas (and non-US MSA equivalents)

My problem is that I have a file with thousands of cities and I want to map city names to (Metropolitan Statistical Areas and the MSA equivalent for non-US cities. There have been a bunch of posts ...
2
votes
0answers
148 views

Center coordinate of a coordinate region

I have 2 coordinates, a top left and a bottom right. I would like to find the center point of the region. Right now I have the following method to calculate it. The center point is way off. When I ...
1
vote
1answer
97 views

combining sql server spatial and NHibernate with CreateSqlQuery

I have not mapped geography table in sql server 2008, and I want to query it with a polygon instance in c# using nhibernate. In the beggining I was trying to use sql server spatial directly but ...
1
vote
0answers
108 views

Get most visited area from list of coordinates

I got a list of coordinates from a GPS tracker in a MSSQL Database. I would like to get the top 5 most visited places it have been (Lest say within 500 meters). So far this i what i got: SELECT ...
1
vote
1answer
257 views

extract city data from dbpedia or LinkedGeoData

I'm trying now for a couple of hours to figure out how to get various informations out of dbpedia or LinkedGeoData. I used this interface (http://dbpedia.org/snorql) and tried a different approaches, ...
2
votes
2answers
259 views

SQL Server 2012 geography - find minimum of multiple rows

I am trying to find the distance to the nearest bike rack to the location of a crime. I have a database table with 5 million crimes and 5,000 bike racks. What I need to do now is find the nearest ...
0
votes
1answer
118 views

PHP convert result of datatype geography to coordinates

I am using PHP to query my PostgreSQL-db with PostGIS to get data. One of the columns is of the type geography, which means the returned data from that column looks like a string of random letters and ...
0
votes
2answers
220 views

Get the neighboring states of a given USA state

I created the SQL table with the US states using this page: http://www.john.geek.nz/2009/01/sql-tips-list-of-us-states/ CREATE TABLE [dbo].[UsaStates] ( [Code] CHAR (2) NOT NULL, [Name] ...
4
votes
3answers
434 views

How to correct Polygon Ring Orientation using C# Entity Framework 5 DbGeography Spatial Data

I'm working with the new Entity-Framework 5 using the Spatial data type DbGeography as part of my model for storing in one instance, a POINT and in another instance a POLYGON. When setting the value ...
1
vote
1answer
67 views

What kinds of things is bzip2 good at compressing? [closed]

Reading this Hacker News post somehow the poster knew that bzip2 was the right compression to use for a .csv of Zip code info. My question is, how did rbanffy know? Is there some intuitive way, ...
3
votes
1answer
691 views

Instagram API Real Time geography subscriptions - too few requests

I've implemented the real time functionality on Instagram API by subscribing to 5 geographies. These geographies pretty much cover the area of Bucharest, so I'm thinking I should get a lot of action ...
0
votes
1answer
235 views

How to find nearest Geo location in the postcode table of SQL Server 2008 R2

I am getting location update from windows phone 7.5 into my sql server 2008 R2 database. The mobile is in the car and working as a tracing device also. for example: this location (Latitude: ...
0
votes
1answer
308 views

PostCode search in a Radius using sql server 2008 GeoGraphy

I followed this blog [http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/sql-server-2008-proximity-search-with-th] and did everything which was guided and I am glad things went fine, my table ...
0
votes
1answer
170 views

Microsoft.SqlServer.Types.GLArgumentException: 24205

Hi i am trying to create an geography area our of North-West lat & long, South-east lat&long But i get this exception when i run query with these co-ordinates. Select ...
0
votes
1answer
255 views

One of the identified items was in an invalid format - Microsoft.SqlServer.Type

I'm trying to retrieve geography data from my SQl Server 2012 DB with: new SqlDataAdapter("SELECT [SpatialColumn] FROM [SpatialTable]", myConnection).Fill(myDatatable); When the data is a Sql ...
0
votes
1answer
580 views

SQL Server 2008 Trigger Insert Latitude & Longitude and Update Geography Field

Hi Folks: I'm trying to write a trigger that fires after insertions into a Points table in SQL Server 2008. I've made a first attempt that appears to be working, but no matter how I change the values ...
0
votes
1answer
119 views

Fine-tuning a geospatial index

I just converted my SQL Server 2008 database from using a lat/long pair to using the new geography type. I run queries on businesses that are within 30 miles of a geography::Point, using the ...
1
vote
1answer
67 views

Geographic indicator API for india

Hi i recently came across a site http://www.azavea.com/Products/Kaleidocade/Home.aspx, Is there a similar geographic indicator website dedicated to India alone, covering all states? I want to know ...
2
votes
1answer
186 views

Dividing a geographic region

I have a certain geographic region defined by the bottom left and top right coordinates. How can I divide this region into areas of 20x20km. I mean in practial the shape of the earth is not flat it's ...
2
votes
1answer
467 views

Determine if point is in a rectangle using map coordiates

My brain just isn't working today. I need to test whether a point (lat, long) lies within a a rectangle on a map. The rectangle is defined by it's North, East, South, & West borders. The hiccup ...
5
votes
1answer
4k views

How to read / write geography data using C#, Entity Framework and SQL Server 2008?

I have a form from which the user will be able to enter the latitude and longitude of a certain point on the map. The data will be input as string values. I did some research and found out from ...
1
vote
0answers
28 views

TLDs without local presence requirements [closed]

Many TLDs require some sort of local presence (e.g., citizenship, corporate registration, etc.). Is there a list of TLDs that do not have this requirement?
0
votes
1answer
134 views

SqlDependency and Geography SQL Server

I'm trying to get the SqlDependency object to work with geography data, but I haven't found any information about it online. What geography functions work within the query notification system, and is ...
2
votes
1answer
124 views

How to use Geodjango snap_to_grid on geography Field (not geometry)

I create a table using geodjango with a column location = models.PointField(geography=True). class Point(models.Model): location = models.PointField(geography=True) Later I want to use ...
-1
votes
1answer
68 views

details from where site has been opened?

I want to know that how the details of the viewers could be traced in php?. Actually I need to trace out No. of hits into my website, from which geographical locations, Level of threats, Graphical ...
1
vote
1answer
1k views

Create geography polygon from points in T-SQL

In my SQL Server (2008 R2) on Azure, there's a table containing a lot of geographical Points (latitude/longitude): CREATE TABLE MyPoints ( Region uniqueidentifier NOT NULL, Number int NOT NULL, ...
3
votes
1answer
1k views

Calculate Earth convex hull polygon area given latitude and longitude

I have searched for explanations and algorhitms how to calculate Earth's polygon surface area. I've found this and this Lets say I got already convex hull points [56.992666,24.126051], ...

1 2 3 4