9
votes
2answers
652 views
NHibernate.Spatial and Sql 2008 Geography type
hi there,
i'm currently working on a project where i have to deal with sql server 2008 geography types.
As big parts of the projects uses NHibernate as ORM i wonder how much work …
5
votes
6answers
302 views
How to find distance from the latitude and longitude of two locations?
I have a set of latitudes and longitudes of locations.
How to find distance from one location in the set to another?
Is there a formula?
0
votes
2answers
15 views
Transfer Data of type geography to a different server
I have a local database with some data of type geography in it. I tried to use export wizard to copy the table to the target server, but get the error "Unknown coversion..".
SSIS- …
1
vote
1answer
456 views
Sql 2008 query problem - which LatLong’s exists in a geography polygon?
Hi folks,
i have the following two tables:-
GeoShapes
GeoShapeId INT IDENTITY
Name VARCHAR(100)
ShapeFile GEOGRAPHY [ this is a closed Polygon of Lat/Longs ]
CrimeLocations
…
0
votes
1answer
1k views
Best way to export/import MS Sql 2008 Geography data
How to export some Geogrpahy data from a Microsoft Sql Server 2008.
You'll need to use the command line argument BCP to dump the data in it's original (native) format to a binary …
8
votes
1answer
380 views
NHibernate.Spatial and Sql 2008 Geography type - How to configure
I am trying to use Nhibernate with the Sql 2008 Geography type and am having difficulty. I am using Fluent Nhibernate to configure which I am fairly new to so that may be the probl …
1
vote
2answers
156 views
GIS services on Google App Engine
There is any geocoding/routing service which runs on Google App Engine? (besides the Google Maps API)
2
votes
1answer
51 views
Database of US metropolitan area names?
Hello,
I've been unsuccessful in trying to find a US metropolitan area (e.x. San Francisco Bay Area, South Bay, The Berkshires, Upstate New York, etc.) database that is defined by …
6
votes
9answers
8k views
calculate distance between 2 gps coordinates
How do I calculate distance between two gps coordinates (lang,long)
15
votes
11answers
2k views
How can I find a user’s location based on their IP address? (free and not free services)
If you need to locate a user based on their IP address, what services are available?
p.s. I understand that some users use proxies etc, that mean the result is not 100% accurate. …
2
votes
6answers
3k views
Java, convert lat/lon to UTM
Does anyone know of a way, in Java, to convert an earth surface position from lat, lon to UTM (say in WGS84)? I'm currently looking at Geotools but unfortunately the solution is no …
5
votes
4answers
462 views
Calculating area enclosed by arbitrary polygon on Earth’s surface
Say I have an arbitrary set of latitude and longitude pairs representing points on some simple, closed curve. In Cartesian space I could easily calculate the area enclosed by such …
0
votes
3answers
62 views
about LIDAR .las files…
hi,
i have .las (lidar data) file, now i wanted to know the size of it, for example how long it's width and height in kilometers... how is it possible to retrieve these kind of in …
0
votes
1answer
70 views
how owa works step by step
raster1 {{0,1},{1,1}}
raster2 {{1,1},{0,0}}
hi can you explain me how the Ordered Weighted Average method works given the above two rasters step-by-step? thanks
1
vote
7answers
141 views
Programming shops in certain cities: Does it matter?
As a new entrant into the job market, I've been looking through Authentic Jobs, SO Job Board, Craigslist, etc, and I've noticed that 75% of the postings are in San Francisco and Ne …
