-
Is there a way to get tissots indicatrices with cartopy?
Or another way to project a circle of an angular radius onto a map?
I'm drawing a star map with stereographic projection and want to add the f…
-
Sorry for inconvenience.
I want to create projection mode when playing 360 degree video.
- Perspective
- Orthographic
- LittlePlanet
- Round
@ashqal Could you help me? Thank you so much.
-
Somehow related to Issue #339
Is there a reason why no "scale_factor" is provided in Stereographic, NorthPolarStereo and SouthPolarStereo projections?
It does not appear explicitly in PROJ.4 call s…
-
I need to work with MODIS data and it would be nice to have a sinusoidal projection CRS native to Cartopy. Is this possible?
I can try adding it myself as well.
ghost updated
8 years ago
-
``` R
#' This is a list of often used projections, in PROJ.4
#'
#' @name commonprojections
#' @docType data
#' @references \url{http://www.spatialreference.org}
#' @keywords data
NULL
commonproject…
-
I get the error below when I attempt to convert a shapefile in EPSG:3995 to geojson. The shapefile contains a single polygon and was created using QGIS Pisa.
RangeError: Invalid typed array length
…
-
**Reporter: bruceraup**
**Date: 2011/09/28 - 06:14**
**Trac URL:** http://trac.osgeo.org/mapserver/ticket/4035
Frank Warmerdam and I have discussed this a few times: when lon/lat data are stored in a…
-
Hi
I'm newbie in type script . I'm following the readme.md but it does not generate final js.
I'm calling
```
$ npm install --dev
$ npm install typescript -g
$ npm run build
-
Is it mistake in projection or proj4js does something wrong?
proj4('+proj=stere +lat_0=90 +lat_ts=90 +lon_0=5 +datum=WGS84 +units=m +no_defs', [108.80, 32.08])
return [NaN, NaN]
-
I have a map using lunar polar stereographic projection for the south pole, and where my view is, North is not at rotation 0. I want to use the rotation control to indicate north, and need to overrid…