Click here to Skip to main content
15,885,757 members
Everything / Geospatial

Geospatial

geospatial

Great Reads

by Aleksandr Ulanov
Learn how to use Redis and its geospatial indexes and commands for complex geo calculations
by veen_rp
An add-on tip to articles already posted on Code Project
by #realJSOP
A GPS class with a coordinate parser, distance calculation, and bearing calculation.
by DrABELL
Web app to find geographical coordinates and apply them to the Bing Map

Latest Articles

by Aleksandr Ulanov
Learn how to use Redis and its geospatial indexes and commands for complex geo calculations
by #realJSOP
A GPS class with a coordinate parser, distance calculation, and bearing calculation.
by veen_rp
An add-on tip to articles already posted on Code Project
by DrABELL
Web app to find geographical coordinates and apply them to the Bing Map

All Articles

Sort by Score

Geospatial 

10 Aug 2022 by Aleksandr Ulanov
Learn how to use Redis and its geospatial indexes and commands for complex geo calculations
13 Oct 2017 by Member 13463597
I am working with Bing Maps API. What I am trying to accomplish is to have an infobox popup onclick with the zipcode location of the location clicked. The code below is what I have so far but it is not working. I either get the "object Object" error or "object undefined" error or like with the...
24 Nov 2017 by Eiredrake
I am using the most current C# in VS2017 along with the most current DotSpatial packages from Nuget. (Dotspatial with the NetTopologySuite along with the DotSpatial proj4 port) Given a map of the world and a lat/long position. I want to put a x meter circle around the position. Currently I am...
11 Oct 2016 by #realJSOP
A GPS class with a coordinate parser, distance calculation, and bearing calculation.
29 Jun 2015 by DrABELL
Web app to find geographical coordinates and apply them to the Bing Map
23 Nov 2014 by Er. Puneet Goel
My statement:DECLARE @g1 geograpgy="CIRCULARSTRING EMPTY";"A .NET Framework error occurred during execution of user-defined routine or aggregate "geometry": System.FormatException: 24114: The label CIRCULARSTRING EMPTY in the input well-known text (WKT) is not valid. Valid labels are...
26 Nov 2014 by Er. Puneet Goel
I got the Solution. Actually these features are introduced in sql server 2012. So earlier version needs to upgrade.
30 Jul 2015 by Ahsan Abbas
Hello Guys,I have a problem to convert the NetCDF file into GeoTIFF file in Matlab, i don't know how to do it, many software's are available for conversion but the problem is i have huge data-set almost 300 images in NC file format and i don't have much time to do it manually, can some one...