Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] ingesting just spatio data (not spatio-temporal data)

I should indicate that if you have a field of type Date, it will be automatically picked up as the temporal field even if you don't indicate it. It shouldn't affect your queries, but if you don't want the spatio-temporal index (z3) to be created, you can suppress it as indicated here:

http://www.geomesa.org/documentation/user/data_management.html#customizing-index-creation

Thanks,

Emilio


On 07/26/2016 03:59 PM, Emilio Lahr-Vivaz wrote:

Hi Diane,

You don't have to do anything special. Just don't indicate a temporal field if there isn't one.

Thanks,

Emilio

On 07/26/2016 03:43 PM, Diane Griffith wrote:

If data does not have temporal field, is just spatio does one have to do anything special on ingest (not using command line ingester but java code to ingest)?

 

i.e. just not do anything like:

 

           simpleFeatureType.getUserData().put(

                  Constants.SF_PROPERTY_START_TIME,

                  “time”);

 

Or done one have to set a different constant?

 

Thanks,

Diane



_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.locationtech.org/mailman/listinfo/geomesa-users



_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.locationtech.org/mailman/listinfo/geomesa-users


Back to the top