shapelib.maptools.org rapport :   Visitez le site


Titre:shapefile c library

La description :purpose the provides the ability to write simple c programs for reading, writing and updating (to a limited extent) esri shapefiles, and the associated attribute file (.dbf). supporting information sh...

Classement Alexa Global: # 558,075

Server:Apache/2.2.8 (Ubuntu...

L'adresse IP principale: 94.23.4.142,Votre serveur France,Roubaix ISP:OVH SAS  TLD:org Code postal:fr

Ce rapport est mis à jour en 13-Jun-2019

Created Date:2003-08-03

Données techniques du shapelib.maptools.org


Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations. Notre service GeoIP a trouvé l'hôte shapelib.maptools.org.Actuellement, hébergé dans France et son fournisseur de services est OVH SAS .

Latitude: 50.69421005249
Longitude: 3.1745600700378
Pays: France (fr)
Ville: Roubaix
Région: Nord-Pas-de-Calais
ISP: OVH SAS

the related websites

domaine Titre
shapelib.maptools.org shapefile c library
snakeriver.lili.org snake river school community library – a library and so much more!
lol.univ-catholille.fr library online - université catholique de lille | library online
portail.bu-vauban.fr library online - université catholique de lille | library online
sjcpl.org.foxmos.com sjcpl.org - welcome to st. joseph county public library | st. joseph county public library
mediatheque.audencia.com library | library
library.audencia.com library | library
pierrelib.pagesperso-orange.fr pierre's library
lunarlibrary.tumblr.com lunar library
library.newboy.com newboy library
agrisk.umn.edu agrisk library
open-library.cirad.fr open library
mediawiki.damahub.org damahub - data library
library.neoma-bs.fr library neoma bs
mysql.pandorashop.fr UNLIMITED BOOKS LIBRARY

Analyse d'en-tête HTTP


Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.

Date:Thu, 13 Jun 2019 10:35:50 GMT
Server:Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5 with Suhosin-Patch
Last-Modified:Thu, 13 Jun 2019 10:05:05 GMT
ETag:"5262a4-2563-58b31a9fad640"
Accept-Ranges:bytes
Content-Length:9571
Keep-Alive:timeout=15, max=100
Connection:Keep-Alive
Content-Type:text/html

DNS

ipv4:IP:94.23.4.142
ASN:16276
OWNER:OVH, FR
Country:FR
cname:www.maptools.org.

HtmlToText

purpose the provides the ability to write simple c programs for reading, writing and updating (to a limited extent) esri shapefiles, and the associated attribute file (.dbf). supporting information shapefile api docs dbf/xbase api docs shapefile tools docs release notes shapelib file manifest shapelib licensing terms what is a shapefile? if you don't know, you probably don't need this library. the shapefile format is a working and interchange format promulagated by esri for simple vector data with attributes. an excellent white paper on the shapefile format is available from esri, but it is .pdf format, so you will need adobe acrobat to browse it. the file format actually consists of three files. xxx.shp - holds the actual vertices. xxx.shx - hold index data pointing to the structures in the .shp file. xxx.dbf - holds the attributes in xbase (dbase) format. download source code, and some other odds and ends can be downloaded from http://download.osgeo.org/shapelib . shapelib repository is at https://github.com/osgeo/shapelib bugs, maintainance and support this library is maintained by frank warmerdam . please send me bug reports, patches and suggestions for the library via the maptools.org bugzilla . shapelib bugs can also be queried . shapelib is hosted at shapelib.maptools.org . a mailing list for discussion of how to use shapelib, and announcing new releases is available . to get notification of new releases of shapelib subscribe to the project mailing list at https://lists.osgeo.org/pipermail/shapelib/. credits i didn't start this section anywhere near soon enough, so alot of earlier contributors to shapelib are lost in pre-history. bill miller (ny-dot) for shputils.c carl anderson for the contents of the contrib directory, and the "tuple" additions to dbfopen.c. andrea giacomelli for patches for dbfopen.c. doug matthews for portability improvements. jan-oliver wagner for convincing me to make it available under lgpl, shared library support, and various other patches. dennis christopher (of avenza) for testing and bug fixes. miko syrj (of 3d-system oy) for a record size bug fix. steven lime and curtis hill for help with null shapes. jim matthews for support of null attributes in dbf files. pci geomatics who let me release a modified version of their shapefile code in the beginning and who hosted shapelib for years. in memorium i would like to dedicate shapelib to the memory of sol katz. while i never met him in person, his generous contributions to the gis community took many forms, including free distribution of a variety of gis translators with source. the fact that he used this shapelib in some of his utilities, and thanked me was a great encouragement to me. i hope i can do his memory honour by trying to contribute in a similar fashion. portability the should port easily to 32bit systems with ansi c compilers. it should work on 64 bit architectures (such as the dec axp). care should also be taken to pass the binary access flag into shpopen() and dbfopen() when operating on systems with special text file translation such as msdos. the shputils.c module is contributed, and may not take the same approach to portability as the rest of the package. on linux, and most unix systems it should be possible to build and install shapefile support as a shared library using the "lib" and "lib_install" targets of the makefile. note that this makefile doesn't use autoconf mechanisms and will generally require some hand tailoring for your environment. limitations you can't modify the vertices of existing structures (though you can update the attributes of existing structures, and create new structures). not written in such a way as to be particularly fast. this is particularly true of the 1.2 api. for applications more concerned with speed it may be worth using the v1.1 api. doesn't set the last access time properly in the .dbf files. there is no way to synchronize information to the file except to close it. poor error checking and reporting. not professionally supported (well it can be, if you want to pay). some aspects of xbase files not supported, though i believe they are not used by esri. the application must keep the .dbf file in sync with the .shp/.shx files through appropriate use of the dbf and shp apis. no support for the undocumented .sbn/.sbx spatial index files. other shapefile resources shapefile format specifications (pdf) xbase (.dbf) file format description . language id / code page mappings shapelib is used within the multiformat ogr library. if you are looking for a high level c++ library with support for many geospatial vector formats you might want to check it out. ari jolma has produced an initial perl binding on top of shapelib, which can be found at cpan as geo::shapefile under the geo module. bernhard herzog has produced python bindings for shapelib with swig, available at http://ftp.intevation.de/users/bh/pyshapelib . a new version not using swig is available as part of thuban . delphi bindings for shapelib courtesy of alexander weidauer. miguel filgueiras has implemented tcl bindings for shapelib as part of gpsman . david gancarz has implemented a microsoft .net wrapper for shapelib. an example of using shapelib with vb6 is also icluded in the .net wrapper project file. andrey hristov (php at hristov dot com) has developed a php extension based on shapelib. it can be found in cvs at http://cvs.php.net/pecl/shp. toyoda eizi has developed ruby bindings found at http://sourceforge.net/projects/ruby-shapelib . davide cesari has developed fortran bindings that can be found at http://www.webalice.it/o.drofa/davide/shapelib-fortran . jan-oliver wagner has implemented a commandline program ( gen2shp ) for producing shapefiles from arc/info generate format ascii files. he maintains a web page for his work. tom russo has implemented a shpcs2cs program, which reprojects shapefiles using arguments similar to the proj.4 cs2cs program including datum conversion. use as an alternate to the contrib/shpproj which doesn't do datums. it is available at the bottom of tom's xastir shapefile resources page. andrew williamson's useful scripts and stuff page for arcview, which includes shapechecker. the university of bonn sf4java project apparently includes java classes for reading shapefiles. the shapeio2 visual basic libraries may be of interest to those wanting vb access to shapefiles. also available locally . the shapefile read/write ocx is another option for visual basic programmers. isovist analyst is a sort-of-free isovist generating extension for arcview using shapelib. shpdiff utility by bryce nesbitt. aequometer : a program for ms excel to calculate the area of polygons and export as shapefiles.

Analyse PopURL pour shapelib.maptools.org


http://shapelib.maptools.org/
http://shapelib.maptools.org/dbf_api.html
http://shapelib.maptools.org/shapelib-tools.html

Informations Whois


Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;

Domain Name: MAPTOOLS.ORG
Registry Domain ID: D94749550-LROR
Registrar WHOIS Server:
Registrar URL: http://www.sibername.com
Updated Date: 2017-03-16T02:54:05Z
Creation Date: 2003-03-08T16:20:25Z
Registry Expiry Date: 2018-03-08T16:20:25Z
Registrar Registration Expiration Date:
Registrar: Sibername Internet and Software Technologies Inc.
Registrar IANA ID: 938
Registrar Abuse Contact Email:
Registrar Abuse Contact Phone:
Reseller:
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Registry Registrant ID: C23711765-LROR
Registrant Name: Domain Admin, C/O ID#10760
Registrant Organization: Privacy Protection Service INC d/b/a PrivacyProtect.org
Registrant Street: PO Box 16
Registrant City: Nobby Beach
Registrant State/Province: Queensland
Registrant Postal Code: QLD 4218
Registrant Country: AU
Registrant Phone: +45.36946676
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email: contact@privacyprotect.org
Registry Admin ID: C23711765-LROR
Admin Name: Domain Admin, C/O ID#10760
Admin Organization: Privacy Protection Service INC d/b/a PrivacyProtect.org
Admin Street: PO Box 16
Admin City: Nobby Beach
Admin State/Province: Queensland
Admin Postal Code: QLD 4218
Admin Country: AU
Admin Phone: +45.36946676
Admin Phone Ext:
Admin Fax:
Admin Fax Ext:
Admin Email: contact@privacyprotect.org
Registry Tech ID: C23711765-LROR
Tech Name: Domain Admin, C/O ID#10760
Tech Organization: Privacy Protection Service INC d/b/a PrivacyProtect.org
Tech Street: PO Box 16
Tech City: Nobby Beach
Tech State/Province: Queensland
Tech Postal Code: QLD 4218
Tech Country: AU
Tech Phone: +45.36946676
Tech Phone Ext:
Tech Fax:
Tech Fax Ext:
Tech Email: contact@privacyprotect.org
Name Server: PNS22.CLOUDNS.NET
Name Server: PNS21.CLOUDNS.NET
Name Server: NS1.MAPGEARS.NET
Name Server: NS2.MAPGEARS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of WHOIS database: 2017-07-08T17:02:41Z <<<

For more information on Whois status codes, please visit https://icann.org/epp

Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to: (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.

  REFERRER http://www.pir.org/

  REGISTRAR Public Interest Registry

SERVERS

  SERVER org.whois-servers.net

  ARGS maptools.org

  PORT 43

  TYPE domain
RegrInfo
DOMAIN

  NAME maptools.org

  HANDLE D94749550-LROR

  CREATED 2003-08-03

STATUS
clientTransferProhibited https://icann.org/epp#clientTransferProhibited

NSERVER

  PNS22.CLOUDNS.NET 185.136.97.96

  PNS21.CLOUDNS.NET 185.136.96.96

  NS1.MAPGEARS.NET 167.114.165.7

  NS2.MAPGEARS.NET 24.37.185.98

OWNER

  HANDLE C23711765-LROR

  NAME Domain Admin, C/O ID#10760

  ORGANIZATION Privacy Protection Service INC d/b/a PrivacyProtect.org

ADDRESS

STREET
PO Box 16

  CITY Nobby Beach

  STATE Queensland

  PCODE QLD 4218

  COUNTRY AU

  PHONE +45.36946676

  EMAIL contact@privacyprotect.org

ADMIN

  HANDLE C23711765-LROR

  NAME Domain Admin, C/O ID#10760

  ORGANIZATION Privacy Protection Service INC d/b/a PrivacyProtect.org

ADDRESS

STREET
PO Box 16

  CITY Nobby Beach

  STATE Queensland

  PCODE QLD 4218

  COUNTRY AU

  PHONE +45.36946676

  EMAIL contact@privacyprotect.org

TECH

  HANDLE C23711765-LROR

  NAME Domain Admin, C/O ID#10760

  ORGANIZATION Privacy Protection Service INC d/b/a PrivacyProtect.org

ADDRESS

STREET
PO Box 16

  CITY Nobby Beach

  STATE Queensland

  PCODE QLD 4218

  COUNTRY AU

  PHONE +45.36946676

  EMAIL contact@privacyprotect.org

  REGISTERED yes

Go to top

Erreurs


La liste suivante vous montre les fautes d'orthographe possibles des internautes pour le site Web recherché.

  • www.ushapelib.com
  • www.7shapelib.com
  • www.hshapelib.com
  • www.kshapelib.com
  • www.jshapelib.com
  • www.ishapelib.com
  • www.8shapelib.com
  • www.yshapelib.com
  • www.shapelibebc.com
  • www.shapelibebc.com
  • www.shapelib3bc.com
  • www.shapelibwbc.com
  • www.shapelibsbc.com
  • www.shapelib#bc.com
  • www.shapelibdbc.com
  • www.shapelibfbc.com
  • www.shapelib&bc.com
  • www.shapelibrbc.com
  • www.urlw4ebc.com
  • www.shapelib4bc.com
  • www.shapelibc.com
  • www.shapelibbc.com
  • www.shapelibvc.com
  • www.shapelibvbc.com
  • www.shapelibvc.com
  • www.shapelib c.com
  • www.shapelib bc.com
  • www.shapelib c.com
  • www.shapelibgc.com
  • www.shapelibgbc.com
  • www.shapelibgc.com
  • www.shapelibjc.com
  • www.shapelibjbc.com
  • www.shapelibjc.com
  • www.shapelibnc.com
  • www.shapelibnbc.com
  • www.shapelibnc.com
  • www.shapelibhc.com
  • www.shapelibhbc.com
  • www.shapelibhc.com
  • www.shapelib.com
  • www.shapelibc.com
  • www.shapelibx.com
  • www.shapelibxc.com
  • www.shapelibx.com
  • www.shapelibf.com
  • www.shapelibfc.com
  • www.shapelibf.com
  • www.shapelibv.com
  • www.shapelibvc.com
  • www.shapelibv.com
  • www.shapelibd.com
  • www.shapelibdc.com
  • www.shapelibd.com
  • www.shapelibcb.com
  • www.shapelibcom
  • www.shapelib..com
  • www.shapelib/com
  • www.shapelib/.com
  • www.shapelib./com
  • www.shapelibncom
  • www.shapelibn.com
  • www.shapelib.ncom
  • www.shapelib;com
  • www.shapelib;.com
  • www.shapelib.;com
  • www.shapeliblcom
  • www.shapelibl.com
  • www.shapelib.lcom
  • www.shapelib com
  • www.shapelib .com
  • www.shapelib. com
  • www.shapelib,com
  • www.shapelib,.com
  • www.shapelib.,com
  • www.shapelibmcom
  • www.shapelibm.com
  • www.shapelib.mcom
  • www.shapelib.ccom
  • www.shapelib.om
  • www.shapelib.ccom
  • www.shapelib.xom
  • www.shapelib.xcom
  • www.shapelib.cxom
  • www.shapelib.fom
  • www.shapelib.fcom
  • www.shapelib.cfom
  • www.shapelib.vom
  • www.shapelib.vcom
  • www.shapelib.cvom
  • www.shapelib.dom
  • www.shapelib.dcom
  • www.shapelib.cdom
  • www.shapelibc.om
  • www.shapelib.cm
  • www.shapelib.coom
  • www.shapelib.cpm
  • www.shapelib.cpom
  • www.shapelib.copm
  • www.shapelib.cim
  • www.shapelib.ciom
  • www.shapelib.coim
  • www.shapelib.ckm
  • www.shapelib.ckom
  • www.shapelib.cokm
  • www.shapelib.clm
  • www.shapelib.clom
  • www.shapelib.colm
  • www.shapelib.c0m
  • www.shapelib.c0om
  • www.shapelib.co0m
  • www.shapelib.c:m
  • www.shapelib.c:om
  • www.shapelib.co:m
  • www.shapelib.c9m
  • www.shapelib.c9om
  • www.shapelib.co9m
  • www.shapelib.ocm
  • www.shapelib.co
  • shapelib.maptools.orgm
  • www.shapelib.con
  • www.shapelib.conm
  • shapelib.maptools.orgn
  • www.shapelib.col
  • www.shapelib.colm
  • shapelib.maptools.orgl
  • www.shapelib.co
  • www.shapelib.co m
  • shapelib.maptools.org
  • www.shapelib.cok
  • www.shapelib.cokm
  • shapelib.maptools.orgk
  • www.shapelib.co,
  • www.shapelib.co,m
  • shapelib.maptools.org,
  • www.shapelib.coj
  • www.shapelib.cojm
  • shapelib.maptools.orgj
  • www.shapelib.cmo
 Afficher toutes les erreurs  Cacher toutes les erreurs