Top "Geography" questions

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

Create a surface plot of xyz altitude data in Python

I am trying to create a surface plot of a mountain in python, of which I have some xyz data. …

python surface geography topography
How to find nearest cities in a given radius?

Do you know some utility or a web site where I can give US city,state and radial distance in …

web-services geography
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 …

python matplotlib maps geography matplotlib-basemap
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(…

c# sql-server sql-server-2012 geography sqlgeography
Clustering Lat/Longs in a Database

I'm trying to see if anyone knows how to cluster some Lat/Long results, using a database, to reduce the …

database latitude-longitude cluster-analysis geography
SQL 2008 geography & geometry - which to use?

I'm creating a Google map mashup and am using SQL 2008. I will have a large number of points on the …

sql-server-2008 geometry geospatial geography
Maximum length of a decimal latitude/longitude Degree?

What is the maximum length (in kilometers or miles - but please specify) that one degree of latitude and longitude …

math geolocation geospatial geography geo
SQL Server 2008 Geography .STBuffer() distance measurement units

I'm working with a geographic point using lat/long and need to find other points in our database within a 5 …

sql distance geography measurement units-of-measurement
How to extract countries from a text?

I use Python 3 (I also have Python 2 installed) and I want to extract countries or cities from a short text. …

python python-3.x nltk geography
Best way to export/import MS Sql 2008 Geography data

(ANSWER) How to export some Geography data from a Microsoft Sql Server 2008. You'll need to use the command line argument …

sql-server-2008 export geography bcp