Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ruN --exclude=.svn mb-system.orig/configure.in mb-system/configure.in | |
--- mb-system.orig/configure.in 2013-06-15 15:35:31.000000000 -0700 | |
+++ mb-system/configure.in 2013-06-16 08:47:02.000000000 -0700 | |
@@ -104,6 +104,13 @@ | |
AC_ARG_WITH(otps_dir, [ --with-otps_dir=DIR Location of OSU Tidal Prediction Software], [OTPS_DIR=${withval}]) | |
AC_SUBST(OTPS_DIR) | |
+AC_MSG_CHECKING([whether to build with Generic Sensor Format (GSF)]) | |
+AC_ARG_WITH([gsf], AS_HELP_STRING([--without-gsf], [Disable unlicensed SAIC Generic Sensor Format (GSF)]), [ ], [with_gsf=yes]) | |
+AC_MSG_RESULT([$with_gsf]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Info3: << | |
# FIX: bring back mysql when packaged | |
# FIX: add libkml support... package libkml | |
# FIX: Can we add any of these? LIBLZMA, xerces-c, GEORASTER, EPSILON, PCRaster, NAS, DODS, DWG, Poppler, OpenCL | |
Package: gdal%type_pkg[pgsql] | |
#Package: gdal%type_pkg[pgsql]%type_pkg[mysql] | |
Type: pgsql (. -pgsql) | |
#Type: pgsql (. -pgsql), mysql (. -mysql) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn diff mb_define.h mb_defaults.c | |
Index: mb_define.h | |
=================================================================== | |
--- mb_define.h (revision 2165) | |
+++ mb_define.h (working copy) | |
@@ -315,7 +315,7 @@ | |
#define MB_PROJECTION_PROJECTED 1 | |
/* MBIO core function prototypes */ | |
-int mb_defaults(int verbose, int *format, int *pings, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/SetupConfig.py b/SetupConfig.py | |
index 5620416..60bfb8d 100644 | |
--- a/SetupConfig.py | |
+++ b/SetupConfig.py | |
@@ -14,8 +14,8 @@ packages = ['Cheetah', | |
'Cheetah.Tools', | |
'Cheetah.Utils', | |
] | |
-classifiers = [line.strip() for line in '''\ | |
- #Development Status :: 4 - Beta |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
msg = json.loads( | |
'{"class": "AIS", "device": "stdin", "libais_rot": 0.0, "spare": 0, ' | |
'"raim": false, "mmsi": 412371205, "libais_special_manoeuvre": 0, ' | |
'"maneuver": 0, "status": "15", "repeat": 0, "lat": -45.66791915893555, ' | |
'"heading": 354, "libais_true_heading": 354, "libais_nav_status": 15, ' | |
'"status_text": "Not defined", "turn": 0.0, "libais_mmsi": 412371205, ' | |
'"libais_raim": false, "libais_x": -60.606895446777344, ' | |
'"received_stations": 37, "speed": 0.5, "libais_rcvr": "rORBCOMM103", ' | |
'"libais_rot_over_range": false, "course": 248.0, "scaled": true, ' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -i fail results | grep TEST | |
TEST: ogr_cartodb_init ... HTTP service for https://gdalautotest2.cartodb.com is down (HTTP Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)) | |
TEST: ogr_shape_68 ... Fails on MacOSX. Not sure why. | |
TEST: ogr_wfs_deegree_wfs200 ... gml_id = 'SGID024_MUNICIPALITIES2004_EDITED_5' filter failed | |
TEST: gdal_api_proxy_3 ... Fails on MacOSX ('ERROR 1: posix_spawnp() failed'. Not sure why. | |
TEST: ecrgtoc_online_1 ... HTTP service for http://www.falconview.org/trac/FalconView/downloads/17 is down (HTTP Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)) | |
TEST: http_4 ... fail | |
TEST: jpeg_1 ... fail | |
TEST: jpeg2000_8 ... fail | |
TEST: lcp_17 ... expected_fail |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running tests from ogr/ogr_arcgen.py | |
TEST: ogr_arcgen_points ... success | |
TEST: ogr_arcgen_points25d ... success | |
TEST: ogr_arcgen_lines ... success | |
TEST: ogr_arcgen_lines25d ... success | |
TEST: ogr_arcgen_polygons ... success | |
TEST: ogr_arcgen_polygons25d ... success | |
Running tests from ogr/ogr_as_sqlite_extension.py | |
Running tests from ogr/ogr_avc.py | |
TEST: ogr_avc_1 ... success |