Displaying 20 results from an estimated 26 matches for "geodetic".
Did you mean:
geodesic
2012 Jun 28
2
R help, using R to build choropleth
...rying to colour regions on the map by population.
I possess the shape file of the country, and also the population data,
however, i am having trouble to create the plot, below is my code:
population=read.csv("nz2.csv")
population
names(population)
nz=readShapeSpatial((sprintf('nz-geodetic-marks',tmp_dir)))
nz$land_distr
mapnames = nz$land_distr
mapnamesnew=as.character(mapnames)
popnames =as.character(mapnamesnew)
pop =population$People
pop2=as.numeric(pop)
popdich = ifelse(pop2 < 100000, "red", "blue")
popnames.lower = tolower(popnames)
cols=popdic...
2004 Jan 09
1
degree-min-sec data
Hello -
Have both astronomic and geodetic data sets with values in the form
"ddd:mm:ss.sssss", where dd is an integer between -180 and 180, mm is an
integer between 0 and 60, and ss is a floating-point
number between 0 and 60.0. In order to do anything useful with these
values they need to be turned into their "decimal degr...
2006 Feb 09
1
converting lat-long coordinates to Albers Conical Equal Area coordinates
...ian: -96.000000
Latitude of Projection Origin: 23.000000
False Easting: 0.000000
False Northing: 0.000000
Planar Coordinate Information
Planar Distance Units: meters
Coordinate Encoding Method: coordinate pair
Coordinate Representation
Abscissa Resolution: 0.008192
Ordinate Resolution: 0.008192
Geodetic Model
Horizontal Datum Name: North American Datum of 1927
Ellipsoid Name: Clarke 1866
Semi-major Axis: 6378206.400000
Denominator of Flattening Ratio: 294.978698
_________________
Bounding coordinates
Horizontal
In decimal degrees
West: -127.889829
East: -65.349890
North: 51.606167
South: 22.86297...
2018 Nov 22
4
LDAP stored quota
Hello,
I'm trying to set up LDAP stored quota on Dovecot but it doesn't work and
doesn't get reported by the command doveadm quota get.
I'm using the field departmentNumber in my LDAP server to store the quota.
doveadm quota get -u test
Quota name Type Value
Limit
%
User quota STORAGE 0
-
0
User quota MESSAGE 0
-
0
log file associated with doveadm quota get
2012 Jul 27
1
How to run regressions over increasing time series
...s where I want to save the file for future use in my regressions
}
I hope this example is clear enough. My apologies if it isn't - and I
thank the R community for any ideas, tips, or directions to information
that might be helpful.
Best,
-Philippe
--
Philippe Hensel, PhD
NOAA National Geodetic Survey
NGS ECO <http://www.ngs.noaa.gov/web/science_edu/ecosystems_climate/>
N/NGS2 SSMC3 #8859
1315 East-West Hwy
Silver Spring MD 20910
(301) 713 3198 x 137
[[alternative HTML version deleted]]
2019 Jan 24
2
debian10+dovecot-2.2.33.2
Hi
Thenx for replay - problem solved :)
I forget `autoreconf -vi`
You are rox :)
?On 24.01.2019 19:10, Aki Tuomi wrote:
> You need to do `autoreconf -vi` before configure, won't work otherwise.
>
> Aki
>
>> autoreconf -viOn 24 January 2019 at 20:09 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>>
>>
>> Hi
>> Thenx. I use your
2018 Nov 22
0
LDAP stored quota
Hi
Do you try recalc and get ?
On 22.11.2018 08:56, Vincent Seynhaeve wrote:
>
> Hello,
>
> I'm trying to set up LDAP stored quota on Dovecot but it doesn't work
> and doesn't get reported by the command doveadm quota get.
>
> I'm using the field departmentNumber in my LDAP server to store the quota.
>
>
> doveadm quota get -u test
>
> Quota
2019 Jan 25
1
jmap
Hi
Is there any chance that Dovecot-2.2.36 supports "jmap" ?
--
Maciej Mi?aszewski
IQ PL Sp. z o.o.
Starszy Administrator Systemowy
Biuro Obs?ugi Klienta:
e-mail: bok at iq.pl
tel.: +48 58 326 09 90 - 94
fax: +48 58 326 09 99
Dzia? pomocy: https://www.iq.pl/pomoc
Informacja dotycz?ca przetwarzania danych osobowych: https://www.iq.pl/kontakt
Jako?? gwarantuje: ISO 9001:2000
IQ PL Sp.
2019 Sep 10
1
Multiple certificate option
Hi
This is for all dovecot version ?
On 10.09.2019 08:05, Greg Wildman via dovecot wrote:
> On Fri, 2019-09-06 at 17:25 -0700, remo--- via dovecot wrote:
>> What is the best way to adopt multiple certs?
> I have a setup that creates letsencrypt certs for each customer domain.
> To automate this I have the following at the end of conf.d/10-ssl.conf
>
> !include ssl.d/*.conf
2020 Aug 18
3
solr and dovecot 2.2.36
Hi
I have dovecot-2.2.36.4 (director) + 5 nodes dovecot (dovecot-2.2.36.4)
What version of Solr do you recommend ?
--
Maciej Mi?aszewski
Starszy Administrator Systemowy
IQ PL Sp. z o.o.
Biuro Obs?ugi Klienta:
e-mail: bok at iq.pl
tel.: +48 58 326 09 90 - 94
fax: +48 58 326 09 99
Dzia? pomocy: https://www.iq.pl/pomoc
Informacja dotycz?ca przetwarzania danych osobowych:
2020 Sep 16
1
another problem with 2.3.36.4 after update os
Hi
A few days ago I upgraded debian8 to debian9
dovecot is from source
# 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24.2 (aaba65b7)
# OS: Linux 4.9.0-13-amd64 x86_64 Debian 9.13
Today I get some times in logs:
"dovecot-uidlist line 112: Invalid data" and I dont know why
This is claster dovecot:
dovecot1 - debian8
dovecot2 - debian8
dovecot3 - debian8
2011 Apr 11
3
Geographic distance between lat-long points in R?
Dear R,
I have a bunch of geographic locations specified by lat-long coordinates. What's an easy way to calculate geographic distance between any two points? OR, perhaps there is a function for calculating a distance matrix for K sites?
Sincerely,
Scott Chamberlain
[[alternative HTML version deleted]]
2020 Apr 08
2
alternatives for imapproxy
Hi
System debian 8.11 and dovecot-2.2.36.4 My webmail is roundcube with
imapproxy.
I have one problem.
My dovecot servers is are in a cluster with keepalived like:
dovecot1----VIP-IP--------dovecot2
All works fine
I have a problem with imapproxy when a server dovecot1 had a problem
(kernel panic sic!)
Keepalived works perfecty and moved VIP to dovecot2 - all works fine for
normal users
but
2019 Nov 20
2
Error: Raw backtrace and index cache
Hi
Thanx for replay.
Log:
http://paste.debian.net/1117077/
On 20.11.2019 10:07, Aki Tuomi wrote:
> Firstly, 2.2.13 is about 5 years old. So there's that. It would be
> helpful if you can reproduce this with 2.2.36.
>
> Also, you forgot to actually include in your log snippet the panic. So
> maybe few more lines before the Raw backtrace?
>
> Aki
>
> On 20.11.2019
2019 Jan 24
0
debian10+dovecot-2.2.33.2
Hi
Like bumerang.
2.2.36 works fine on debian10 but connect by telnet like:
Connected to 46.xxx.xxx.xxx.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Imap ready.
^]
telnet> q
Connection closed.
dovenull?? 664? 0.0? 0.0?? 7796? 6052 ???????? S??? 19:54 ? 0:00? \_
dovecot/imap-login??
2020 Mar 24
2
dovecot-2.2.36-4 and antispam
Hi
I use dovecot-2.2.36.4 on Debian 8.11 and plugin dovecot-antispam from
http://johannes.sipsolutions.net/Projects/dovecot-antispam
All works fine but in roundcube i get two folder: Spam (real: Junk) and SPAM
in sieve i have:
require ["fileinto","imap4flags"];
# rule:[SPAM Box]
if header :contains "X-Spam-Flag" "YES"
{
setflag "\\Seen";
2008 Aug 22
2
Coordinate systems for geostatistics in R
Hi,
I read somewhere that when carrying out geostatistical analysis in R you
should not use latitude and longitude...can anyone expand on this a little
for me, and what would be the best coordinate system to use?
I have my data in a geographic coordinate system, WGS84, decimal
degrees....is this the wrong format for such analyses?
I have also converted my data in the UTM projection and so have
2018 Nov 22
0
LDAP stored quota
I noticed that you sent replies to me directly...
Anyways, seems the problem was that the LDAP user_attrs is missing commas, and the mailRoutingAddress is used wrong, so the correct syntax would be:
user_attrs = \
mailRoutingAddress=user, \
=uid=vmail, \
=gid=mail, \
=home=/var/mail/%d/%n, \
=quota_rule=*:bytes=%{ldap:departmentNumber}
Aki
> On 22 November 2018 at 15:29
2019 Sep 07
4
Multiple certificate option
What is the best way to adopt multiple certs?
Thanks.
2019 Jan 22
2
debian10+dovecot-2.2.33.2
Hi
I have little problem with debian10 and dovecot 2.2.33.2
ps -ax
21815 ???????? S????? 0:00 dovecot/pop3-login director
21816 ???????? S????? 0:00 dovecot/pop3-login director
21817 ???????? S????? 0:00 dovecot/pop3-login director
21818 ???????? S????? 0:00 dovecot/pop3-login director
21819 ???????? S????? 0:00 dovecot/pop3-login director
21821 ???????? S????? 0:00 dovecot/pop3-login director