I am trying to map an irregularly gridded dataset (raw satellite data) with associated latitudes and longitudes to a regularly gridded set of latitudes and longitudes given by basemap.makegrid().I am
This is my first post! I\'m trying to make an application that can determine whether certain points in a grid (image) are light or dark.The original grid is well defined (I know where all the points
I\'ve a map of 400x400 that approximatively represents an area of 250x250km in that I want to project a GPS coordinate in form of Lat/Lon.
I\'m using OpenLayers with an ordinary mercator map and I\'m trying to sample a bounding box by finding a grid of points in latlong.
I am t开发者_如何学JAVArying to reproject coordinates from WGS84 to MGA Zone 53, a UTM projection based on the GDA94 datum.I get infinity as my result, which is definitely incorrect.I am using R\'s pr
I need to create whole-sky maps, but Google Earth in Sky mode has limited \"zoom out.\" Is it possible to create an orthographic map projection with Google Earth (or, for that matter, MS Virtual Earth
I have created a custom Google Maps projection using the Google Maps Javascript API V2.It looks like this, as per the API specification:
I am using mapdotnet services for our gis application to load the shapefiles, and this mapdotnet service wants the proj4 details.I\'m getting them from spatialreference.org, but for this projection th
I know I can map two object types with LINQ using a projection as so: var destModel = from m in sourceModel
Does anyone have a formula or conversion that will switch my UTM coordinates from Meters to Feet?I found Javascript code that will convert UTM coords in meters to Lat/Long but I will need my U开发者_运