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)

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


Back to the top