Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jared Erickson
Even after adding the mirror from the blog post and deleting all 15-SNAPSHOT folders from my local repository, maven will only download jars from 10/06/2015. I tried adding a -U to my mvn clean install command with no luck. GeoScript Groovy uses maven, so Ivy isn't involved. Shouldn't the maven-

Re: [Geotools-devel] Snapshot repo

2015-10-16 Thread Jared Erickson
Sorry I was not clear with my earlier quick email :( > > > -- > Jody Garnett > > On 16 October 2015 at 18:35, Jared Erickson > wrote: > >> Even after adding the mirror from the blog post and deleting all >> 15-SNAPSHOT folders from my local repository, maven

Re: [Geotools-devel] Snapshot repo

2015-10-17 Thread Jared Erickson
en downloading stale snapshots. > > Kind regards, > Ben. > > On 17/10/15 16:33, Jared Erickson wrote: > >> Thanks for the advice Jody and Ben, but I upgraded to maven 3.3.3, >> switched >> to the artifactoryoneline url, and tried mvn -llr -nsu clean install but >

[Geotools-devel] OGR Module Support

2018-10-07 Thread Jared Erickson
Hi all! I would like to get the GeoTools OGR modules back into a status where they are published to a maven repo. The GeoScript Groovy projects uses these modules so I would like to volunteer to keep them compiling. What do I need to do to get them publishing to maven again? Thanks, Jared _

Re: [Geotools-devel] OGR Module Support

2018-10-14 Thread Jared Erickson
/thread/CA%2BnxMTtFWqB1cFThvQ2LTKg36Scvqvj_P8_d7SS_tavcxCXvrg%40mail.gmail.com/#msg36284051 > > Cheers > Andrea > > > On Mon, Oct 8, 2018 at 1:14 AM Jared Erickson > wrote: > >> Hi all! >> >> I would like to get the GeoTools OGR modules back into a status where

Re: [Geotools-devel] OGR Module Support

2018-10-15 Thread Jared Erickson
trying to buffer a geometry. Jared On Sun, Oct 14, 2018 at 10:22 PM Jody Garnett wrote: > Q: For (2) is it possible to detect when GDAL is not compiled with GEOS > support - and disable the OGR module? > -- > Jody Garnett > > > On Sun, 14 Oct 2018 at 13:58, Jared Erickson

[Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-04 Thread Jared Erickson
GeoScript Groovy can't connect to PostGIS when the hatbox jar is on the classpath. https://groups.google.com/forum/#!topic/geoscript/Ff2vqftzhqQ The error we get is: java.lang.SecurityException: Prohibited package name: java.sql at java.lang.ClassLoader.preDefineClass(ClassLoader.java:662) at ja

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-08 Thread Jared Erickson
/h2database/h2/1.4.200/h2-1.4.200.pom >>>>> <http://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.pom> >>>>> with status code 501 -> [Help 1]* >>>>> >>>>> >>>>> It does appear to be available >>

Re: [Geotools-devel] GT PMC meeting notes, May 12th 2020

2020-05-12 Thread Jared Erickson
I was wondering if I could get access to https://build.geoserver.org/ so I can fix the geoscript-py and geoscript-js builds. I am updating both projects so they are up to date with GeoTools. Then I plan on getting the GeoServer / GeoScript extension working again. Thanks! Jared On Tue, May 12,

[Geotools-devel] Improvement for the unsupported OGR module

2014-01-01 Thread Jared Erickson
-bridj just segfaults. I haven’t been able to figure out why. Thank you, Jared Erickson -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how applic

Re: [Geotools-devel] Improvement for the unsupported OGR module

2014-01-09 Thread Jared Erickson
lems with it, with > gdal and other libraries as well. I have unfortunately never been able to get > it to run reliably. That said I haven't tried the newest version for the ogr > datastore for quite some time. > > On Thu, Jan 2, 2014 at 12:24 AM, Andrea Aime > wrote: >

Re: [Geotools-devel] Improvement for the unsupported OGR module

2014-01-10 Thread Jared Erickson
014 at 3:03 AM, Jared Erickson > wrote: > > Thanks for looking over my patches Justin. I followed up with the GDAL > developers as Andrea suggested and sure enough we stumbled upon a bug. Here > is the conversation: > > http://osgeo-org.1560.x6.nabble.com/gdal-dev-GeoRSS

Re: [Geotools-devel] Improvement for the unsupported OGR module

2014-01-11 Thread Jared Erickson
Excellent! Thank you for confirming. Here is the pull request: https://github.com/geotools/geotools/pull/344 and Jira issue: http://jira.codehaus.org/browse/GEOT-4662 Thanks again, Jared On Jan 11, 2014, at 9:30 AM, Andrea Aime wrote: > On Sat, Jan 11, 2014 at 11:43 AM, Andrea Aime > w

[Geotools-devel] Publish gt-ogr modules to maven repos

2014-02-23 Thread Jared Erickson
Hi all, I just noticed that the gt-ogr-core, gt-ogr-bridg, and gt-ogr-jni unsupported modules are not being published to any maven repository. As far as I can see they have never been published to the osgeo maven repo (http://download.osgeo.org/webdav/geotools/org/geotools/) and the the last

Re: [Geotools-devel] Publish gt-ogr modules to maven repos

2014-02-24 Thread Jared Erickson
. Thanks again, Jared On Feb 23, 2014, at 2:07 PM, Andrea Aime wrote: > On Sun, Feb 23, 2014 at 9:45 PM, Jared Erickson > wrote: > Hi all, > > I just noticed that the gt-ogr-core, gt-ogr-bridg, and gt-ogr-jni unsupported > modules are not being published to any maven reposi

[Geotools-devel] GeoPackage GridFormat for Rasters

2014-02-25 Thread Jared Erickson
Hi all! I recently worked on adding a GridFormat for geopackage rasters. The geopackage module already has a really nice mosaic gridformat for geopackage tiles that I borrowed from extensively. I did this before realizing that the geopackage standard dropped raster support, so I am not sure i

Re: [Geotools-devel] GeoPackage GridFormat for Rasters

2014-02-27 Thread Jared Erickson
; > On Tue, Feb 25, 2014 at 8:21 PM, Jared Erickson > wrote: > >> Hi all! >> >> I recently worked on adding a GridFormat for geopackage rasters. The >> geopackage module already has a really nice mosaic gridformat for >> geopackage tiles that I borrowed from

Re: [Geotools-devel] mbtiles support

2014-04-19 Thread Jared Erickson
014 at 10:42 PM, Jared Erickson > wrote: > I can prepare pull requests and create JIRA issues for all of these items if > they sound reasonable. > > Not involved in mbtiles directly, but changes that improve our > interoperability are certainly welcomed :-)

Re: [Geotools-devel] mbtiles support

2014-04-20 Thread Jared Erickson
red, > > On Fri, Apr 18, 2014 at 2:42 PM, Jared Erickson > wrote: > Hi all! > > I have been playing around with the mbtiles unsupported module while working > on GeoScript and I have a few proposed changes. > > 1. The pom.xml has boiler plate name (Example) and

Re: [Geotools-devel] mbtiles support

2014-04-20 Thread Jared Erickson
would pass in true to keep the metadata up to date. Thanks for reviewing this. I think MBTiles support in GeoTools (and GeoScript) is going to be a great feature! Jared On Apr 20, 2014, at 12:53 PM, Justin Deoliveira wrote: > > Hey Jared, > > On Sun, Apr 20, 2014 at 1:36 PM, Ja

Re: [Geotools-devel] GeoPackage and QGIS/GDAL Compatibility

2014-12-28 Thread Jared Erickson
Triggers sound like a good idea. As for the geometry objects, I think the spec has changed. https://github.com/opengeospatial/geopackage/blob/master/spec/2a_features.adoc#core-types The geometry encoding is the same, but the column type should be POINT, LINESTRING, POLYGON ect.. instead of b

[Geotools-devel] GeoPackage clean up entries

2014-12-31 Thread Jared Erickson
Hi all! I noticed that when I call removeSchema on a GeoPackage JDBCDataStore, entries remain in the gpkg_geometry_columns and gpkg_contents tables. I am thinking we should probably remove these along with the data table. I am working on a pull request that adds GeoPackage.deleteGeoPackageCon

[Geotools-devel] Geobuf DataStore

2015-04-07 Thread Jared Erickson
Hi all! I would like to contribute a Geobuf DataStore as an unsupported module. Geobuf is a protocol buffer based format from the mapbox folks with javascript (https://github.com/mapbox/geobuf) and python (https://pypi.python.org/pypi/geobuf/1.0.0) implementations. The DataStore I have been

[Geotools-devel] SubtractFromConst and AddConst errors

2015-04-11 Thread Jared Erickson
Hi all, Every since the jai-ext commit, I am getting errors using the SubtractFromConst and AddConst coverage operators. When using AddConst I get the following error: org.opengis.coverage.processing.OperationNotFoundException: No such "operationConst" operation for this processor. at

Re: [Geotools-devel] Unsupported/geobuf's incompatibilities with mapbox/geobuf

2021-09-04 Thread Jared Erickson
Pull requests to get geotools geobuf more compatible with mapbox geobuf would be greatly appreciated. Jared On Sat, Sep 4, 2021 at 3:01 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > I believe the module is used mainly by GeoScript. I've cc'ed Jared, he's > the main author of GeoSc

[Geotools-devel] [jira] Created: (GEOT-3465) ContrastEnhancementImpl.setMethod doesn't work

2011-03-10 Thread Jared Erickson (JIRA)
fects Versions: 2.7-RC2 Environment: Mac 10.6.6, Java 1.6.0_22, GeoTools 2.8 SNAPSHOT Reporter: Jared Erickson Priority: Minor Attachments: contrast.diff Calling setMethod() on a org.geotools.styling.ContrastEnhancementImpl object doesn't change the metho

[Geotools-devel] [jira] Created: (GEOT-3470) Minimum circle and rectangle Filter Functions

2011-03-14 Thread Jared Erickson (JIRA)
Affects Versions: 2.7-RC2 Environment: Mac 10.6.6, Java 1.6.0_24 Reporter: Jared Erickson Priority: Minor Attachments: filterfunction_min.diff, states_mincircle.png, states_minrect.png JTS recently added algorithms for calculating minimum rectangles and minimum

[Geotools-devel] [jira] Created: (GEOT-2024) ArcSDE NStrings

2008-09-09 Thread Jared Erickson (JIRA)
Reporter: Jared Erickson Assignee: Gabriel Roldán I was testing an application that uses the GeoTools ArcSDE module to insert into an ArcSDE FeatureClass and I think I discovered a bug. For columns of type NString, you have to use SeRow.setNString instead of SeRow.setString

[Geotools-devel] [jira] Created: (GEOT-2365) ArcSDE createSchema fails

2009-03-03 Thread Jared Erickson (JIRA)
ArcSDE createSchema fails - Key: GEOT-2365 URL: http://jira.codehaus.org/browse/GEOT-2365 Project: GeoTools Issue Type: Bug Components: data arcsde Affects Versions: 2.5.3 Reporter: Jared

[Geotools-devel] [jira] Created: (GEOT-3004) CQL BBOX Round Trip

2010-03-22 Thread Jared Erickson (JIRA)
1.6.0_17 Reporter: Jared Erickson Priority: Minor Attachments: cql_bbox.patch, CqlBug.zip The org.geotools.filter.text.cql2.FilterToCQL class does not correctly create BBOX CQL statements. The order should be minX, minY, maxX, maxY, but it is encoded as minX, maxX

[Geotools-devel] [JIRA] (GEOT-5332) Geobuf DataStore does not support removeSchema

2016-01-02 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson

[Geotools-devel] [JIRA] (GEOT-5333) Property DataStore does not support removeSchema

2016-01-03 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson

[Geotools-devel] [JIRA] (GEOT-5402) Include YSLD in the default build

2016-04-13 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson

[Geotools-devel] [JIRA] (GEOT-5559) CRS.parseText fails for WagnerV WKT

2016-10-29 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson

[Geotools-devel] [jira] (GEOT-4650) Fix ogr-bridj GeometryMapperTest

2014-01-01 Thread Jared Erickson (JIRA)
ority: Minor Reporter: Jared Eri

[Geotools-devel] [jira] (GEOT-4651) Fix failing unit test for ogr module

2014-01-01 Thread Jared Erickson (JIRA)
ortly. Project: GeoTools Priority: Major Reporter: Jared Eri

[Geotools-devel] [jira] (GEOT-4652) Add ogr GeoRSS unit test

2014-01-01 Thread Jared Erickson (JIRA)
: Jared Erickson This message is automatically generated by JIRA. If you think

[Geotools-devel] [jira] (GEOT-4653) Add SQLite support to OGR module

2014-01-01 Thread Jared Erickson (JIRA)
. Project: GeoTools Priority: Minor Reporter: Jared Erickson

[Geotools-devel] [jira] (GEOT-4654) Add tests for various ogr formats

2014-01-01 Thread Jared Erickson (JIRA)
Priority: Minor Reporter: Jared Erickson

[Geotools-devel] [jira] (GEOT-4655) Use environmental variables to make testing OGR module easier

2014-01-01 Thread Jared Erickson (JIRA)
: GeoTools Priority: Minor Reporter: Jared Erickson

[Geotools-devel] [jira] (GEOT-4662) ogr-bridj doesn't work on a mac

2014-01-11 Thread Jared Erickson (JIRA)
ority: Major Reporter: Jared Eri

[Geotools-devel] [jira] (GEOT-4701) Close GeoPackage Connections

2014-02-13 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4723) Improve OGR module documentation

2014-03-04 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4777) Update mbtiles pom.xml with name and description

2014-04-19 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4778) Allow user to call MBTilesFiles.init() more than once

2014-04-19 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4779) Improve MBTiles interoperability with GDAL and QGIS

2014-04-19 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4847) WKTReader can't parse MULTIPOINT((x1 y1), (x2 y2))

2014-07-16 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4969) GeoPackage column should be md_standard_uri

2014-12-28 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4970) Let GeoPackage geometry columns use specific geometry types.

2014-12-29 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4971) Set a default extent in gpkg_contents

2014-12-29 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4980) Clean up entries when removing a feature table.

2015-01-08 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4994) Geopackage should create feature tables with AUTOINCREMENT

2015-01-25 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4995) GeoPackage databases should have three default spatial references

2015-01-25 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4996) GeoPackage should encode SRID with Geometry

2015-01-26 Thread Jared Erickson (JIRA)
Title: Message Title Jared Erickson created an issue

[Geotools-devel] [jira] (GEOT-4075) Rendering Transforms are not encoded in SLD

2012-03-15 Thread Jared Erickson (JIRA)
Jared Erickson created GEOT-4075: Summary: Rendering Transforms are not encoded in SLD Key: GEOT-4075 URL: https://jira.codehaus.org/browse/GEOT-4075 Project: GeoTools Issue Type: Bug

[Geotools-devel] [jira] (GEOT-4076) Rendering Transforms are applied to all FeatureTypeStyles

2012-03-15 Thread Jared Erickson (JIRA)
Jared Erickson created GEOT-4076: Summary: Rendering Transforms are applied to all FeatureTypeStyles Key: GEOT-4076 URL: https://jira.codehaus.org/browse/GEOT-4076 Project: GeoTools Issue

[Geotools-devel] [jira] (GEOT-4099) Octagonal Envelope and Minimum Diameter Filter Functions

2012-04-05 Thread Jared Erickson (JIRA)
Jared Erickson created GEOT-4099: Summary: Octagonal Envelope and Minimum Diameter Filter Functions Key: GEOT-4099 URL: https://jira.codehaus.org/browse/GEOT-4099 Project: GeoTools Issue

[Geotools-devel] [jira] (GEOT-3470) Minimum circle and rectangle Filter Functions

2012-04-05 Thread Jared Erickson (JIRA)
[ https://jira.codehaus.org/browse/GEOT-3470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Erickson reopened GEOT-3470: -- The Service Provider Interface entry (src/main/resources/META-INF/services