From 288f260526df983d645181950d191eb8c68e908e Mon Sep 17 00:00:00 2001 From: snowman2 Date: Tue, 5 Mar 2019 19:19:27 -0600 Subject: [PATCH] removed radians docs where applicable --- docs/html/_modules/pyproj.html | 24 +++--------------------- docs/html/api/proj.html | 24 +++--------------------- docs/html/searchindex.js | 2 +- pyproj/__init__.py | 24 +++--------------------- pyproj/_proj.pyx | 18 ++++++++---------- 5 files changed, 18 insertions(+), 74 deletions(-) diff --git a/docs/html/_modules/pyproj.html b/docs/html/_modules/pyproj.html index 09aabd93a..0a5ebd59f 100644 --- a/docs/html/_modules/pyproj.html +++ b/docs/html/_modules/pyproj.html @@ -286,9 +286,7 @@

Source code for pyproj

     convert lon/lat (in degrees) to x/y native map projection
     coordinates (in meters).  If optional keyword 'inverse' is True
     (default is False), the inverse transformation from x/y to
-    lon/lat is performed. If optional keyword 'radians' is True
-    (default is False) lon/lat are interpreted as radians instead of
-    degrees. If optional keyword 'errcheck' is True (default is
+    lon/lat is performed. If optional keyword 'errcheck' is True (default is
     False) an exception is raised if the transformation is invalid.
     If errcheck=False and the transformation is invalid, no
     exception is raised and 1.e30 is returned. If the optional keyword
@@ -375,9 +373,7 @@ 

Source code for pyproj

         convert lon/lat (in degrees) to x/y native map projection
         coordinates (in meters).  If optional keyword 'inverse' is True
         (default is False), the inverse transformation from x/y to
-        lon/lat is performed.  If optional keyword 'radians' is True
-        (default is False) the units of lon/lat are radians instead of
-        degrees. If optional keyword 'errcheck' is True (default is
+        lon/lat is performed. If optional keyword 'errcheck' is True (default is
         False) an exception is raised if the transformation is invalid.
         If errcheck=False and the transformation is invalid, no
         exception is raised and 1.e30 is returned.
@@ -475,14 +471,6 @@ 

Source code for pyproj

     Proj instances). It also allows for one of the coordinate
     systems to be geographic (proj = 'latlong').
 
-    If optional keyword 'radians' is True (default is False) and p1
-    is defined in geographic coordinate (pj.is_latlong() is True),
-    x1,y1 is interpreted as radians instead of the default degrees.
-    Similarly, if p2 is defined in geographic coordinates and
-    radians=True, x2, y2 are returned in radians instead of degrees.
-    if p1.is_latlong() and p2.is_latlong() both are False, the
-    radians keyword has no effect.
-
     x,y and z can be numpy or regular python arrays, python
     lists/tuples or scalars. Arrays are fastest.  For projections in
     geocentric coordinates, values of x and y are given in meters.
@@ -583,13 +571,7 @@ 

Source code for pyproj

 
     If optional keyword 'switch' is True (default is False) then x, y or lon,lat coordinates
     of points are switched to y, x or lat, lon.
-    If optional keyword 'radians' is True (default is False) and p1
-    is defined in geographic coordinate (pj.is_latlong() is True),
-    x1,y1 is interpreted as radians instead of the default degrees.
-    Similarly, if p2 is defined in geographic coordinates and
-    radians=True, x2, y2 are returned in radians instead of degrees.
-    if p1.is_latlong() and p2.is_latlong() both are False, the
-    radians keyword has no effect.
+
 
     Example usage:
 
diff --git a/docs/html/api/proj.html b/docs/html/api/proj.html
index 1f2ad6b65..3dd956ee6 100644
--- a/docs/html/api/proj.html
+++ b/docs/html/api/proj.html
@@ -62,9 +62,7 @@ 

pyproj.Proj
>>> # projection 1: WGS84
 >>> # (defined by epsg code 4326)
diff --git a/docs/html/searchindex.js b/docs/html/searchindex.js
index 54109b31f..4bba2f7b1 100644
--- a/docs/html/searchindex.js
+++ b/docs/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["api/crs","api/datadir","api/geod","api/index","api/proj","history","index","installation"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,"sphinx.ext.viewcode":1,sphinx:55},filenames:["api/crs.rst","api/datadir.rst","api/geod.rst","api/index.rst","api/proj.rst","history.rst","index.rst","installation.rst"],objects:{"pyproj.Geod":{__init__:[2,1,1,""],fwd:[2,1,1,""],inv:[2,1,1,""],npts:[2,1,1,""]},"pyproj.Proj":{__call__:[4,1,1,""],__init__:[4,1,1,""],definition_string:[4,1,1,""],has_inverse:[4,2,1,""],is_geocent:[4,1,1,""],is_latlong:[4,1,1,""],to_latlong:[4,1,1,""],to_latlong_def:[4,1,1,""]},"pyproj.crs":{CRS:[0,0,1,""],is_wkt:[0,4,1,""]},"pyproj.crs.CRS":{__init__:[0,1,1,""],area_of_use:[0,2,1,""],axis_info:[0,2,1,""],datum:[0,2,1,""],ellipsoid:[0,2,1,""],from_epsg:[0,3,1,""],from_string:[0,3,1,""],from_user_input:[0,3,1,""],get_geod:[0,1,1,""],is_geocentric:[0,2,1,""],is_geographic:[0,2,1,""],is_projected:[0,2,1,""],is_valid:[0,2,1,""],prime_meridian:[0,2,1,""],to_epsg:[0,1,1,""],to_geodetic:[0,1,1,""],to_proj4:[0,1,1,""],to_wkt:[0,1,1,""]},"pyproj.datadir":{get_data_dir:[1,4,1,""],set_data_dir:[1,4,1,""]},pyproj:{Geod:[2,0,1,""],Proj:[4,0,1,""],itransform:[4,4,1,""],transform:[4,4,1,""]}},objnames:{"0":["py","class","Python class"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"],"3":["py","classmethod","Python class method"],"4":["py","function","Python function"]},objtypes:{"0":"py:class","1":"py:method","2":"py:attribute","3":"py:classmethod","4":"py:function"},terms:{"0rc2":5,"10n":0,"15n":0,"83bae20d2a2469a6417097168fd4ede37fd2abe5":0,"953cc00fd87425395cabe37641cda905c4b587c1":5,"case":5,"class":[0,2,4,5],"default":[0,4,5],"export":7,"float":2,"function":[0,4,5],"import":[0,2,4],"int":[0,4],"new":[0,2,4,5],"return":[0,1,2,4,5],"short":5,"switch":4,"true":[0,2,4,5,7],"var":5,Added:5,CRS:[3,4,5],For:[4,7],GRS:2,THe:[],The:[0,1,2,4],Use:[0,2,7],WGS:[0,2],__call__:[4,5],__init__:[0,2,4,5],__reduce__:5,_base:0,_cr:0,_geod:2,_proj:4,_pyproj:5,about:[0,2,4],accept:5,accur:[],adapt:5,add:5,added:5,addit:[4,5],administr:7,aea:5,against:0,airi:2,alber:5,allow:[4,5],along:2,alongsid:7,also:[2,4],altern:4,alwai:4,amer:2,america:0,andra:2,andrew:5,angleunit:0,ani:[2,5],antipod:5,api:[5,6],apl4:2,appl:2,area:[0,5],area_of_us:0,areaofus:0,arg:4,argument:[0,2,4],arrai:[2,4,5],asia:2,associ:0,assum:4,attribut:0,aust_sa:2,australian:2,avoid:7,axi:[0,2],axis_info:0,axisinfo:0,az12:2,az21:2,azimuth:[2,5],back:[2,5],backaz:2,base:[0,2,4],basegeogcr:0,basemap:5,baz:2,becaus:5,befor:7,belgium:2,below:7,bess_nam:2,bessel:2,best:[0,7],better:5,between:[0,2,4],big:4,binari:[5,7],blanklin:0,blob:0,bool:[0,4],boston:2,boston_lat:2,boston_lon:2,both:4,bound:0,broken:5,bug:5,build:7,c13f0943b95c0eaa36ff3f620bd91107aa67b381:0,cach:5,call:[4,5],can:[2,4,5,7],cannot:4,care:4,cartesian:0,cartograph:4,cast:4,caus:[4,5],chang:6,chapter:2,check:0,christoph:5,circl:[2,5],citi:[2,4],clark:2,classmethod:0,clrk66:[2,4],clrk80:2,code:[0,4,5],coexist:5,columbia:4,com:[0,2,4,6,7],comm:2,command:4,commit:5,compat:[4,5],compil:5,comput:[2,5],conda:7,confid:0,conflict:[5,7],contain:5,content:[3,6],control:[0,4,5],convers:[0,5],convert:[0,4],coordin:[0,4],core:0,correctli:5,correspond:[],countri:0,courtesi:5,cpm:2,creat:5,crs:3,crs_utm:0,current:[0,4,7],cython:[5,7],data:[3,4,5],databas:0,datacub:0,datadir:[3,7],datum:[0,2,4,5],defin:[2,4,5],definit:4,definition_str:4,degre:[0,2,4],delambr:2,delmbr:2,den:2,depend:5,des:2,describ:2,descript:5,determin:2,dev:5,dg2rad:2,dict:[0,4,5],dictionari:[0,2,4],differ:4,directli:[2,5],directori:[3,5],dispatch:0,dist:2,distanc:2,docstr:5,doctest:5,document:[0,2,4],doe:7,don:5,done:4,doubl:4,download:7,e30:[4,5],earth:2,easiest:7,east:0,eccentr:2,edu:7,effect:4,either:[0,4],ellips:4,ellipsoid:[0,2],ellp:[0,2,4],endlat:2,endlon:2,eng:2,ensur:4,env:5,environ:7,epsg:[0,4,5],equal:[2,5],equatori:2,equival:[],errcheck:[4,5],erron:5,error:5,everest:2,evrst30:2,evrst48:2,evrst56:2,evrst69:2,evrstss:2,exampl:[0,2,4,5,7],except:[4,5],execut:[5,7],exist:[1,7],extra:[4,5],factor:0,fals:[0,2,4,5],fantast:0,fastest:4,faz:2,feet:4,figur:2,file:[4,5],filesystem:5,find:[2,4],first:5,fischer:2,fix:5,flatten:2,follow:2,forc:4,forg:7,formal:4,format:[0,4],fortran:5,forward:2,fount:7,franc:2,fresno:4,from:[0,2,4,5],from_epsg:0,from_proj:0,from_str:0,from_user_input:[0,5],fschr60:2,fschr60m:2,fschr68:2,further:7,fwd:2,gener:[4,5],geocentr:[0,4],geod:[0,3,5],geodes:[2,5],geodet:2,geograph:[0,4],geographiclib:5,geometri:0,geotiff:4,get:7,get_data_dir:3,get_geod:0,ggrs87:4,git:7,github:[0,2,4,5,6],given:[0,2,4,5],global:5,gohlk:[5,7],googlecod:5,great:[2,5],greek:4,greenwich:0,grid:4,grs67:2,grs80:[2,4],hammer:5,handl:5,has:4,has_invers:4,have:7,hayford:2,helmert:2,help:[],hit:4,hough:2,how:7,html:5,http:[0,2,4,5,6,7],huge:5,huge_v:5,iau76:2,iau:2,iclnd:2,ident:5,includ:5,index:6,inf:5,info:0,inform:[0,2,4],init:[4,5],initi:[0,2,4,5],initparam:2,initstr:2,input:[0,2,4,5],insensit:5,instal:[4,5,6],instanc:[0,2,4,5],instead:[2,4,5],instnac:4,instruct:7,integ:[0,4],interfac:6,intermedi:2,intern:[1,2,5,7],interpret:4,intl:2,inv:2,invalid:[4,5],invers:[2,4,5],inverse_flatten:0,involv:2,is_geoc:4,is_geocentr:0,is_geograph:0,is_latlong:4,is_project:0,is_valid:0,is_wkt:3,isea:5,isnan:5,issu:5,iter:4,itransform:3,iugg:2,jefferson:4,jswhit:[6,7],just:5,kaula:2,kei:4,keyword:[0,2,4,5],known:0,krass:2,krassovski:2,kwarg:[0,2,4,5],lab:2,lat1:[2,4],lat2:[2,4],lat:[0,2,4],latest:5,latitud:[0,2,4],latlong:4,lats1:2,lats2:2,lazili:4,lengthunit:0,lerch:2,level:[0,5],lfd:7,lib:5,limb:5,linux:7,list:[0,2,4,5],local:7,locat:[5,7],loewi:5,log:6,logic:5,lon1:[2,4,5],lon2:[2,4,5],lon:[0,2,4],london_lat:2,london_lon:2,longer:5,longitud:[0,2,4],longlat:4,lonlat:2,lons1:2,lons2:2,lost:5,mai:[2,5,7],mail:5,main:2,major:2,make:[0,5],manag:0,manual:2,map:[4,5],mapbox:0,march:5,master:5,match:0,math:2,maupertiu:2,meet:7,mercat:0,mercuri:2,meridian:0,merit:2,messag:5,mesur:2,meter:[2,4,5],method:[0,2,4,5,7],metr:0,microsoft:5,migrat:5,min_confid:0,minor:2,miss:5,missouri:4,mod:2,mod_airi:2,model:2,modifi:[2,5],modul:[5,6],more:[0,2,4],most:0,move:5,mprt:2,must:0,nad27:4,nad83:[0,4],name:[0,5],namibia:2,nan:5,natearth:5,nativ:4,natl:2,natur:0,naval:2,necessari:5,need:[4,5,7],new_intl:2,newyork_lat:2,newyork_lon:2,no_def:[0,4],none:[0,2,4],normal:2,north:0,note:0,now:5,npt:[2,5],number:[4,5],numpi:[2,4,5],nwl9d:2,nx2:4,nx3:4,obj:0,object:[0,2,4],old:[5,7],older:5,one:[1,2,4,7],onli:[4,5,7],opendatacub:0,option:[0,4,5],order:[0,1,5,7],org:[4,5,7],origin:0,osgeo4w:7,osgeo:[0,2,4,7],other:0,output:[0,2],outsid:5,page:6,pair:[2,4],paramet:[0,1,2,4],pass:[2,4],patch:5,path:[1,7],perform:[2,4,7],physic:2,pickl:5,pipermail:5,pj_ctx_get_errno:5,pj_ellp:[2,5],pj_errno:5,pj_init:5,pj_latlong_from_proj:[],pj_list:5,pj_mutex:5,plessi:2,plu:2,poid:2,point:[2,4,5,7],points1:4,points2:4,polar:2,port:5,portland:2,portland_lat:2,portland_lon:2,possibl:5,prefer:[1,7],preserve_unit:[4,5],previou:7,previous:5,prime:0,prime_meridian:0,primem:0,primemeridian:0,privileg:7,problem:5,process:4,proj4:[2,4,5,7],proj:[0,1,2,3,5,6],proj_data_dir:1,proj_dir:[5,7],proj_lib:[1,7],proj_list:4,proj_str:0,proj_wheel:7,projcr:0,projctx:5,project:[0,4,5],projparam:[0,4],provid:[4,7],pull:5,pure:5,py_ssize_t:5,pycompat:5,pydoc:5,pyproj:[3,5],pyproject:5,pyqt:5,pyrex:5,python:[0,2,4,5,6],pythonlib:7,pyx:0,r2140:5,r2595:5,rad2dg:2,radian:[2,4,5],radiu:2,rais:[4,5],rasterio:0,read:4,readm:5,reciproc:2,refer:[0,5],regular:[2,4],remotesens:4,remov:[5,7],renam:5,repositori:6,request:5,requir:7,restor:5,result:7,revert:5,rhe:1,rtype:0,run:[5,7],runtime_library_dir:5,sabah:2,safeti:5,sarawak:2,scalar:[2,4],scale:0,scaleunit:0,search:[5,6,7],seasia:2,section:7,see:[0,2,4],segfault:5,self:[],semi:2,semi_major_metr:0,semi_minor_metr:0,sequenc:[2,4],set:[1,2,4,5,7],set_data_dir:[3,7],setup:5,sever:2,sgs85:2,shift:[4,5],should:4,signatur:[],similarli:4,singl:2,slight:4,small:5,some:2,sourc:[0,1,2,4,5,7],southeast:2,soviet:2,space:2,spatial:5,specif:2,specifi:[0,2],sphere:2,squar:2,src:5,srs:5,stl:4,store:2,str:[0,1,4],straw:5,string:[0,2,4,5],structur:5,studio:5,style:2,sudo:7,suggest:5,support:5,suppress:5,sure:5,system:[0,2,4,5],take:4,temporarili:7,ten:2,terminu:2,test:[2,4,5],test_datum:5,text:0,thei:4,thi:[4,5],thread:5,three:4,thu:5,time:4,to_epsg:0,to_geodet:0,to_latlong:[4,5],to_latlong_def:4,to_proj4:0,to_wkt:0,toml:5,towgs84:4,transform:[2,3,5],transvers:0,tupl:[4,5],two:[4,5],type:[0,1,4],uci:7,undefin:5,unit:[0,4],unit_conversion_factor:0,unit_nam:0,uniti:0,unknown:0,unset:7,updat:5,usag:[0,2,4],use:[0,1,2,4,5],used:[4,5],user:[2,7],uses:5,using:[2,4,5],usr:7,usual:5,util:0,utm:[0,4],valid:[0,1,7],valu:[0,4],variabl:[2,5,7],variou:0,versa:4,version:[0,4,5,7],vice:4,visual:5,vs2003:5,vs2008:5,wai:7,walbeck:2,weapon:2,well:[0,5],wgs60:2,wgs66:2,wgs72:2,wgs84:[0,2,4],wheel:7,when:[4,5,7],where:[0,4],which:[0,4,5],wiki:[0,2,4],window:[5,7],wkt2_2018:0,wkt:[0,4],work:[2,4,5],www:[4,7],york:2,you:7,your:7,zero:4,zip:2,zone:[0,4]},titles:["CRS","Data Directory","Geod","API Documentation","Proj","Change Log","pyproj Documentation","Installation"],titleterms:{"4rel":5,CRS:0,The:7,api:3,chang:5,clone:7,crs:0,data:[1,7],datadir:1,develop:7,directori:[1,7],document:[3,6],from:7,geod:2,get_data_dir:1,git:5,github:7,indic:6,instal:7,is_wkt:0,itransform:4,log:5,pip:7,proj:[4,7],pypi:7,pyproj:[0,1,2,4,6,7],repo:7,revis:5,set_data_dir:1,setup:7,svn:5,tabl:6,tag:5,transform:4}})
\ No newline at end of file
+Search.setIndex({docnames:["api/index","api/proj","index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,"sphinx.ext.viewcode":1,sphinx:55},filenames:["api/index.rst","api/proj.rst","index.rst"],objects:{"pyproj.Proj":{__call__:[1,1,1,""],__init__:[1,1,1,""],definition_string:[1,1,1,""],has_inverse:[1,2,1,""],is_geocent:[1,1,1,""],is_latlong:[1,1,1,""],to_latlong:[1,1,1,""],to_latlong_def:[1,1,1,""]},pyproj:{Proj:[1,0,1,""],itransform:[1,3,1,""],transform:[1,3,1,""]}},objnames:{"0":["py","class","Python class"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"],"3":["py","function","Python function"]},objtypes:{"0":"py:class","1":"py:method","2":"py:attribute","3":"py:function"},terms:{"class":1,"default":1,"function":1,"import":1,"int":1,"new":1,"return":1,"switch":1,"true":1,CRS:[0,1],For:1,The:1,__call__:1,__init__:1,_proj:1,about:1,addit:1,allow:1,also:1,altern:1,alwai:1,api:2,arg:1,argument:1,arrai:1,assum:1,base:1,between:1,big:1,bool:1,call:1,can:1,cannot:1,care:1,cartograph:1,cast:1,caus:1,chang:2,citi:1,clrk66:1,code:1,columbia:1,com:[1,2],command:1,compat:1,content:[0,2],control:1,convert:1,coordin:1,crs:0,current:1,data:[0,1],datadir:0,datum:1,defin:1,definit:1,definition_str:1,degre:1,dict:1,dictionari:1,differ:1,directori:0,document:1,done:1,doubl:1,e30:1,either:1,ellips:1,ellp:1,ensur:1,epsg:1,errcheck:1,exampl:1,except:1,extra:1,fals:1,fastest:1,feet:1,file:1,find:1,forc:1,formal:1,format:1,fresno:1,from:1,gener:1,geocentr:1,geod:0,geograph:1,geotiff:1,get_data_dir:0,ggrs87:1,github:[1,2],given:1,greek:1,grid:1,grs80:1,has:1,has_invers:1,hit:1,http:[1,2],index:2,inform:1,init:1,initi:1,input:1,instal:[1,2],instanc:1,instnac:1,integ:1,interfac:2,invalid:1,invers:1,is_geoc:1,is_latlong:1,is_wkt:0,iter:1,itransform:0,jefferson:1,jswhit:2,kei:1,keyword:1,kwarg:1,lat1:1,lat2:1,lat:1,latitud:1,latlong:1,lazili:1,list:1,log:2,lon1:1,lon2:1,lon:1,longitud:1,longlat:1,map:1,meter:1,method:1,missouri:1,modul:2,more:1,nad27:1,nad83:1,nativ:1,need:1,no_def:1,none:1,number:1,numpi:1,nx2:1,nx3:1,object:1,one:1,onli:1,option:1,org:1,osgeo:1,page:2,pair:1,paramet:1,pass:1,perform:1,point:1,points1:1,points2:1,preserve_unit:1,process:1,proj4:1,proj:[0,2],proj_list:1,project:1,projparam:1,provid:1,pyproj:0,python:[1,2],radian:1,rais:1,read:1,regular:1,remotesens:1,repositori:2,scalar:1,search:2,see:1,sequenc:1,set:1,set_data_dir:0,shift:1,should:1,slight:1,sourc:1,stl:1,str:1,string:1,system:1,take:1,test:1,thei:1,thi:1,three:1,time:1,to_latlong:1,to_latlong_def:1,towgs84:1,transform:0,tupl:1,two:1,type:1,unit:1,usag:1,use:1,used:1,using:1,utm:1,valu:1,versa:1,version:1,vice:1,wgs84:1,when:1,where:1,which:1,wiki:1,wkt:1,work:1,www:1,zero:1,zone:1},titles:["API Documentation","Proj","pyproj Documentation"],titleterms:{api:0,document:[0,2],indic:2,itransform:1,proj:1,pyproj:[1,2],tabl:2,transform:1}})
\ No newline at end of file
diff --git a/pyproj/__init__.py b/pyproj/__init__.py
index 12911e956..6a117e803 100644
--- a/pyproj/__init__.py
+++ b/pyproj/__init__.py
@@ -250,9 +250,7 @@ class Proj(_proj.Proj):
     convert lon/lat (in degrees) to x/y native map projection
     coordinates (in meters).  If optional keyword 'inverse' is True
     (default is False), the inverse transformation from x/y to
-    lon/lat is performed. If optional keyword 'radians' is True
-    (default is False) lon/lat are interpreted as radians instead of
-    degrees. If optional keyword 'errcheck' is True (default is
+    lon/lat is performed. If optional keyword 'errcheck' is True (default is
     False) an exception is raised if the transformation is invalid.
     If errcheck=False and the transformation is invalid, no
     exception is raised and 1.e30 is returned. If the optional keyword
@@ -339,9 +337,7 @@ def __call__(self, *args, **kw):
         convert lon/lat (in degrees) to x/y native map projection
         coordinates (in meters).  If optional keyword 'inverse' is True
         (default is False), the inverse transformation from x/y to
-        lon/lat is performed.  If optional keyword 'radians' is True
-        (default is False) the units of lon/lat are radians instead of
-        degrees. If optional keyword 'errcheck' is True (default is
+        lon/lat is performed. If optional keyword 'errcheck' is True (default is
         False) an exception is raised if the transformation is invalid.
         If errcheck=False and the transformation is invalid, no
         exception is raised and 1.e30 is returned.
@@ -439,14 +435,6 @@ def transform(p1, p2, x, y, z=None):
     Proj instances). It also allows for one of the coordinate
     systems to be geographic (proj = 'latlong').
 
-    If optional keyword 'radians' is True (default is False) and p1
-    is defined in geographic coordinate (pj.is_latlong() is True),
-    x1,y1 is interpreted as radians instead of the default degrees.
-    Similarly, if p2 is defined in geographic coordinates and
-    radians=True, x2, y2 are returned in radians instead of degrees.
-    if p1.is_latlong() and p2.is_latlong() both are False, the
-    radians keyword has no effect.
-
     x,y and z can be numpy or regular python arrays, python
     lists/tuples or scalars. Arrays are fastest.  For projections in
     geocentric coordinates, values of x and y are given in meters.
@@ -547,13 +535,7 @@ def itransform(p1, p2, points, switch=False):
 
     If optional keyword 'switch' is True (default is False) then x, y or lon,lat coordinates
     of points are switched to y, x or lat, lon.
-    If optional keyword 'radians' is True (default is False) and p1
-    is defined in geographic coordinate (pj.is_latlong() is True),
-    x1,y1 is interpreted as radians instead of the default degrees.
-    Similarly, if p2 is defined in geographic coordinates and
-    radians=True, x2, y2 are returned in radians instead of degrees.
-    if p1.is_latlong() and p2.is_latlong() both are False, the
-    radians keyword has no effect.
+
 
     Example usage:
 
diff --git a/pyproj/_proj.pyx b/pyproj/_proj.pyx
index d17e1e242..ac60fd603 100644
--- a/pyproj/_proj.pyx
+++ b/pyproj/_proj.pyx
@@ -57,11 +57,10 @@ cdef class Proj:
 
     def _fwd(self, object lons, object lats, errcheck=False):
         """
- forward transformation - lons,lats to x,y (done in place).
- if radians=True, lons/lats are radians instead of degrees.
- if errcheck=True, an exception is raised if the forward transformation is invalid.
- if errcheck=False and the forward transformation is invalid, no exception is
- raised and 1.e30 is returned.
+        forward transformation - lons,lats to x,y (done in place).
+        if errcheck=True, an exception is raised if the forward transformation is invalid.
+        if errcheck=False and the forward transformation is invalid, no exception is
+        raised and 1.e30 is returned.
         """
         cdef PJ_COORD projxyout
         cdef PJ_COORD projlonlatin
@@ -117,11 +116,10 @@ cdef class Proj:
 
     def _inv(self, object x, object y, errcheck=False):
         """
- inverse transformation - x,y to lons,lats (done in place).
- if radians=True, lons/lats are radians instead of degrees.
- if errcheck=True, an exception is raised if the inverse transformation is invalid.
- if errcheck=False and the inverse transformation is invalid, no exception is
- raised and 1.e30 is returned.
+        inverse transformation - x,y to lons,lats (done in place).
+        if errcheck=True, an exception is raised if the inverse transformation is invalid.
+        if errcheck=False and the inverse transformation is invalid, no exception is
+        raised and 1.e30 is returned.
         """
         if not self.has_inverse:
             raise ProjError('inverse projection undefined')