You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2023/01/06 06:49:45 UTC

[GitHub] [sedona] jiayuasu opened a new pull request, #746: [SEDONA-230] rdd.saveAsGeoJSON should generate feature properties with field names

jiayuasu opened a new pull request, #746:
URL: https://github.com/apache/sedona/pull/746

   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/)
   
   ## Is this PR related to a JIRA ticket?
   
   - Yes, the URL of the assoicated JIRA ticket is https://issues.apache.org/jira/browse/SEDONA-230. The PR name follows the format `[SEDONA-230] my subject`.
   
   
   ## What changes were proposed in this PR?
   
   1. SpatialRdd that has fields will be saved as a geojson that has correct property keys and values for each record.
   2. Null field value will be saved as empty space. E.g.,
   ```
   "properties": {"name": ""}
   ```
   3. SpatialRdd that has no fields will be save as
   ```
   "properties": null
   ```
   
   ## How was this patch tested?
   
   Add a few more tests and passed existing tests
   
   ## Did this PR include necessary documentation updates?
   
   - No, this PR does not affect any public API so no need to change the docs.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sedona.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [sedona] jiayuasu merged pull request #746: [SEDONA-230] rdd.saveAsGeoJSON should generate feature properties with field names

Posted by GitBox <gi...@apache.org>.
jiayuasu merged PR #746:
URL: https://github.com/apache/sedona/pull/746


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sedona.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org