Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Null geometry field values

All:

   I remember discussing this once before but want to follow up to see if there is a work around or
something I am missing.

   Currently, geomesa requires every feature type/schema to have a geometry field with a valid value. This makes sense
since that is the primary element of the indexing approach.

   I have two issues that I need to address:

1.  Data with empty or null geometry values.
2. Data types without native geometry fields.

The first instance is the most common.  Currently my hack for that stores either a point for the south pole
or a bounding box very small at the south pole.

However, this bothers some people and even me to some extent because it is fake data, and can get returned
in a geometry search.

Are there plans or what would it take to have geomesa accept a null geometry field.   It would be a special case in the indexing that would require a specific bucket/partition for those records.   But in the end it would be little
different in terms of index distribution than what I am doing now.

The advantage would be none of this fake data would get returned in queries and one could actually query for all records with empty geometries.   This would all work for all support geometry types.

Thoughts.

FYI - in the second instance I end up adding a fake field with the same fake values.


--
========= mailto:dboyd@xxxxxxxxxxxxxxxxx ============
David W. Boyd
VP,  Data Solutions
10432 Balls Ford, Suite 240
Manassas, VA 20109
office:   +1-703-552-2862
cell:     +1-703-402-7908
============== http://www.incadencecorp.com/ ============
ISO/IEC JTC1 WG9, editor ISO/IEC 20547 Big Data Reference Architecture
Chair ANSI/INCITS TC Big Data
Co-chair NIST Big Data Public Working Group Reference Architecture
First Robotic Mentor - FRC, FTC - www.iliterobotics.org
Board Member- USSTEM Foundation - www.usstem.org

The information contained in this message may be privileged
and/or confidential and protected from disclosure.
If the reader of this message is not the intended recipient
or an employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication
is strictly prohibited.  If you have received this communication
in error, please notify the sender immediately by replying to
this message and deleting the material from any computer.



Back to the top