Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

pyshp

Compare

  Analyzed 1 day ago

Read and write ESRI Shapefiles in pure Python. Reads and writes shp, shx, and dbf files with all types of geometry.

2.52K lines of code

5 current contributors

4 months since last commit

2 users on Open Hub

Low Activity
4.0
   
I Use This

dotnetdbf

Compare

  No analysis available

This is a basic file parser for reading and writing xBase (Clipper) DBF fies. It started as a straight port of JavaDBF into C# and .NET.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl21

YDbf

Compare

  No analysis available

Pythonic reader and writer for DBF/XBase files

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl

xBaseJ - xBase Engine for Java

Compare

  Analyzed about 9 hours ago

This is a Java based xBase engine to read write and update dbf files. Using the package's classes and methods programmers can process dBase III and IV files and some clones (e.g. Clipper/FoxPro) along with index and tag files and the individual fields.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

pgloader

Compare

  Analyzed 3 days ago

Loading data into PostgreSQL pgloader is a data loading tool for PostgreSQL, using the COPY command. Its main avantage over just using COPY or \copy and over using a Foreign Data Wrapper is the transaction behaviour, where pgloader will keep a separate file of rejected data and continue trying ... [More] to copy good data in your database. The default PostgreSQL behaviour is transactional, which means that any erroneous line in the input data (file or remote database) will stop the bulk load for the whole table. pgloader also implements data reformating, the main example of that being a transformation from MySQL dates 0000-00-00 and 0000-00-00 00:00:00 to PostgreSQL NULL value (because our calendar never had a year zero). [Less]

47.9K lines of code

10 current contributors

7 months since last commit

0 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: No declared licenses